Search found 2 matches

by iorx
30 Jun 2008 20:45
Forum: Syntax files
Topic: Fold ini and inf files
Replies: 4
Views: 17043

[quote="Rickard Johansson"]You could use regions.

In the syntax file:

Rgn_Start = "$START"
Rgn_End = "$END"
Rgn_CommentStart = ";"



I was more in for the solution that NP++ has. Like this, a .reg file.

http://neomo.se/test/2008-06-30npp.png

Possible to parse for an empty line?
by iorx
30 Jun 2008 13:49
Forum: Syntax files
Topic: Fold ini and inf files
Replies: 4
Views: 17043

Fold ini and inf files

Hello!

First post. Very nice editor you've made! :-)

I've fooling around with syx-files. Managed to make folding work on Batch-files if (), do (). Now I struggling with folding on ini, and inf.

The folding should be done from "[" to next "[" (or \n ? for last section...) I've figured. But can't ...