On 1/28/2016 6:10 AM,
techto...@outlook.com wrote:
> On Wednesday, January 27, 2016 at 8:04:27 AM UTC-6, KHMan wrote:
>
> >This is probably the right place.
>
> Great.
>
> >There is already some styling for labels. But what do you
> mean by
> >"outlining"? Folding? If folding, then you need to add some C++
> >code in scintilla/lexers/LexBatch.cxx. Contribute/discuss
> here and
> >improvements will filter down to all editors using Scintilla.
>
> Yes, by "outlining" I mean folding. I've noted that opening
> the function list window in Notepad++ lists the labels in a
> batch file.
[snip snip]
Sounds like a Notepad++ feature (I have Notepad++ installed
occasionally but use SciTE). A Scintilla lexer does styling and
folding only, and you can check this with SciTE as the baseline
editor (this is what I use/do as an occasional lexer contributor.)
I think the IDE-like features are in the Notepad++ codebase.
Nothing like this in SciTE. The folks at Notepad++ are quick to
point language styling requests or bugs to Scintilla, but it looks
like in this case they may have jumped the gun...