Thank Rickard,
I used this:
[FoldOptions]
Separators=:
In the Options, Syntax i found why it doesn't work, removed the /
Symbols=,;.:()[]=-*^%<>#
I can live with that :)
Perhaps for the help file.
On the file tab, context menu, "Reload current document " does not refresh the Syntax definition ...
Search found 5 matches
- 18 May 2011 15:41
- Forum: Syntax files
- Topic: try to add code folding for //[of]
- Replies: 2
- Views: 10301
- 18 May 2011 11:30
- Forum: Syntax files
- Topic: try to add code folding for //[of]
- Replies: 2
- Views: 10301
try to add code folding for //[of]
I try to add folding for this kind:
Fold_Id //[of]
Fold_End //[cf]
After the open fold there is a : and text like this:
//[of]:Gui
this a code folding section
//[cf]
It works if i add by hand a space like
//[of] :Gui
and empty Symbols in the Syntax Editor.
Is there a correct setting for what i try ...
Fold_Id //[of]
Fold_End //[cf]
After the open fold there is a : and text like this:
//[of]:Gui
this a code folding section
//[cf]
It works if i add by hand a space like
//[of] :Gui
and empty Symbols in the Syntax Editor.
Is there a correct setting for what i try ...
- 03 Nov 2009 13:38
- Forum: Scripts
- Topic: Randomize the lines in a file
- Replies: 3
- Views: 33079
- 06 Aug 2009 14:32
- Forum: Scripts
- Topic: Prob with ReplaceAll
- Replies: 2
- Views: 9236
- 07 Oct 2008 08:09
- Forum: Scripts
- Topic: PascalScript Document WideString and String functions
- Replies: 1
- Views: 9374
PascalScript Document WideString and String functions
The document uses WideString and the string functions like UpperCase are String type.
I'm ony using ascii/ansi so it does not matter to me but as a Pascal/Delphi programmer i'm used using the correct type.
The Data types describes WideString as Variant and String as String type so it looks not the ...
I'm ony using ascii/ansi so it does not matter to me but as a Pascal/Delphi programmer i'm used using the correct type.
The Data types describes WideString as Variant and String as String type so it looks not the ...