[scintilla] [ scintilla-Bugs-1614704 ] Folding Dissapear when changing Fold Options
by SourceForge.net other posts by this author
Dec 14 2006 6:43AM messages near this date
|
[scintilla] [ scintilla-Bugs-1613657 ] multi language problem
Bugs item #1614704, was opened at 2006-12-13 03:03
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=1614704&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
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Folding Dissapear when changing Fold Options
Initial Comment:
I thought it was a Code::Blocks problem, but its is not.
The fold options is not meant to change within current implementation of scintilla. If you d
o change the options during runtime several nasty bugs appear that makes your folding disapp
ear completely.
The Fold flag shows that it is 0400 0400 instead of 0400 0401. One solution is to unfold all
, do the changes and then fold again... but it "forgets" the state of the folds before you c
hanged options.
How can I only expand either comments, xml/html, and preprocessor within the CPP lexer?
Details can be found at: http://forums.codeblocks.org/index.php?topic=4643.0
joubertdj@[...].com
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1614704&group_id=2439
_______________________________________________
Scintilla-interest mailing list
Scintilla-interest@[...].org
http://mailman.lyra.org/mailman/listinfo/scintilla-interest
|