You are here: PSPad forum > Developer forum - new builds > PSPad UNICODE 4.5.0 (2127) beta English

PSPad UNICODE 4.5.0 (2127) beta English

Goto Page: Previous1 2 3 4 5 6 7 8

#71 Re: PSPad UNICODE 4.5.0 (2127) beta English

Posted by: Ilya | Date: 2005-09-27 14:09 | IP: IP Logged

Hi,
There is one more Tcl syntax detail.
The double-quote character, ", used as start and finish signs of the string.
For example
set x "the string"

The problem is that PSPad marks the line as string after first quote, without the end quote.
For example
set x "The second string

Is it possible to mark the string only after the second " is typed?

Ilya.

Options: Reply | Quote | Up ^


#72 Re: PSPad UNICODE 4.5.0 (2127) beta English

Posted by: pspad | Date: 2005-09-27 19:11 | IP: IP Logged

See highlighter settings. There are Extended indent chars on the second tab
Try set char '{' into first edit field

Options: Reply | Quote | Up ^


#73 Re: PSPad UNICODE 4.5.0 (2127) beta English

Posted by: tyzio | Date: 2005-09-28 07:35 | IP: IP Logged

pspad wrote:
> See highlighter settings. There are Extended indent chars on the second tab
> Try set char '{' into first edit field

Yes, it works. Thanks for hintsmiling smiley
But it is possible that when I close the procedure by '}' char, this char will be unindent by one?
example:

proc rand {} {
set x 123
return $x
}

Options: Reply | Quote | Up ^


#74 Re: PSPad UNICODE 4.5.0 (2127) beta English

Posted by: tyzio | Date: 2005-09-28 07:40 | IP: IP Logged

This post is continous of previous. I press post button by mistake. Sorry.
...
example:

proc rand {} {
set x 123
return $x
}

and right now, when I put into Extended indent chars '{' and '}', I get:

proc rand {} {
set x 123
return $x
}

And I need to manually unindent closing bracket.

Thanks.

Options: Reply | Quote | Up ^


Goto Page: Previous1 2 3 4 5 6 7 8





Editor PSPad - freeware editor, © 2001 - 2024 Jan Fiala, Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák, Privacy policy and GDPR