Hi
I have one more quastion to make my SciTE configuration perfect.
I'm php programmer so I often using classes. It looks like this:
class foo {
function method1() {
...
}
function method2() {
...
}
}
It will be very comfortable to to fold all methods in class (second
level). Maybe its good idea to add this functionality:
fold.on.open=1 # for first level - works fine now
fold.on.open=2 # for second level
etc.
How can I add this fonctionality? Probably only lua script ?
Thanks,
Bambero
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest