>> This project is not Code Folding Compatible.
> why?
From surfaces and structures.
Roughly speaking, SynEdit is a syntax highlighter : a file is a collection of words. Whatever the position of a word in a file, this word will be highlighted the same way (see heredoc issues, but also SynWeb project ;).
From a code folding point of view, a file is a tree structure of lines. Some special words in a line are the markers of the structure. Depending on its position in the structure, a line is shown or hidden.
Just a thought for you guys on the remark that it isn't possible. I tend to disagree based on the fact that the lazarus guys managed to do it quite effectively.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1164379
Originator: NO
This project is not Code Folding Compatible. Many unsuccessful attempts.
Logged In: NO
why?
Logged In: YES
user_id=1164379
Originator: NO
>> This project is not Code Folding Compatible.
> why?
From surfaces and structures.
Roughly speaking, SynEdit is a syntax highlighter : a file is a collection of words. Whatever the position of a word in a file, this word will be highlighted the same way (see heredoc issues, but also SynWeb project ;).
From a code folding point of view, a file is a tree structure of lines. Some special words in a line are the markers of the structure. Depending on its position in the structure, a line is shown or hidden.
See also
http://sourceforge.net/tracker/index.php?func=detail&aid=1198350&group_id=3221&atid=353221
http://sourceforge.net/mailarchive/message.php?msg_id=854089.58335.qm%40web56502.mail.re3.yahoo.com
http://sourceforge.net/tracker/index.php?func=detail&aid=1641275&group_id=3221&atid=779207
And last
http://sourceforge.net/mailarchive/message.php?msg_name=18610520719.20071219161004%40o2.pl
My two cents,
Pierre.
Just a thought for you guys on the remark that it isn't possible. I tend to disagree based on the fact that the lazarus guys managed to do it quite effectively.
hm... but someone did it.
and it works pretty good.
http://mystix.sourceforge.net/ on 2.0.1 SynEdit version.