SyntaxEdit example - Collapsing lines |
Post Reply |
Author | |
robdon
Groupie Joined: 27 April 2006 Location: United Kingdom Status: Offline Points: 30 |
Post Options
Thanks(0)
Posted: 19 January 2007 at 10:42am |
Hi,
Looking at the SyntaxEdit example program example (MDI Text Editor), in the screen shot it shows lines of code collapsed. How do you get the example program to do this? I cant seem to find an option / keypress to collapse lines... Thanks, Rob D. |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Hi Rob,
You can collapse/expand the block by clicking plus/minus sign on the left of the block beginning. Control analyze blocks itself, and all lexical elements which have "Collapsable = 1" attribute set, could be collapsed. For example, open any CPP file and try collapse/expand code blocks. -- WBR, Serge |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |