Bugs item #1604895, was opened at 2006-11-28 15:20
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=1604895&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Greedy IF/ELSE IF folding.

Initial Comment:
Tested on sc171.exe (without any user or other settings active)
~ fold.at.else: not effecting this case.
~ lexers effected: C/C++,C#,Cpp, CSS, Java, Javascript, Perl, Shell, TLC.
(Not effected: Matlab, Python, VB, VBScript, YAML)
(Cannibals: Ruby, SQL)
- - ->8
if (*) { 1
        ;
} else if (* "will be folded inside IF fold"
              *) { 2
        ;
} else if (* "this line will be folded inside ELSE IF fold"
              *) { 3
        ;
} else { 4
        ;
}
- - ->8

If I get around it, I Will try some appropriate copy and pasting.
(playing with Bat right now)

... mmm,
Anyone got, or knows about(link), a external-lexer-DLL make-file for 
WingGW/Win32 that I can use.


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

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

Reply via email to