Nick Sabalausky Wrote: > I don't know if this is applicable or not, but one thing that drives me > absolutely crazy is in Programmer's Notepad 2 is how collapsing this: > > foo > { > bar > } > > Will collapse on the "{" line instead of the "foo" line. I hate that sooo > much. > > Not sure if that's relevent to your patch, and not sure if PN2 uses > scintilla or what, so take it for whatever it's worth.
PN2 uses scintilla and by getting my patch into scintilla I hoped for this to be adopted in PN2 for I use it myself. I also planned to modify cpp lexer to fold code according to this algorithm, so that all C languages benefit from it.