Bugs item #1465936, was opened at 2006-04-06 19:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1465936&group_id=2439

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Scintilla
Group: Bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Nick Treleaven (ntrel)
Assigned to: Nobody/Anonymous (nobody)
Summary: SciTE C brace folding does not ignore single line comments

Initial Comment:
With Scintilla/SciTE 1.68 (Gtk2), C/C++ styling, a
single line comment will still add folding for the {
opening brace.

Sample C/C++ code:

int wah()
{
        //{}
}

int jah()
{
}

The // line will have a fold, which when toggled will
hide all the code until the } closing brace of the
jah() function.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1465936&group_id=2439
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to