- just one commit, for "building" CB :-)
Hi,
I have found a folding bug.
It folds everything below... all other declarations... (of classes)
look here:
(http://img108.imageshack.us/img108/190/bugoe4.th.jpg) (http://img108.imageshack.us/my.php?image=bugoe4.jpg)
That is all for now :)
MB
Quote from: mortenmacfly
3157 / mortenmacfly 0 minutes - fixed one of the most stupidest copy&paste bugs alive of previous commit
what? what? I need to see something more stupid than my errs.
:-)
We need a "stupidest copy&paste" trophy of the year award.
Quote from: Pecan on October 29, 2006, 04:24:17 PM
Quote from: mortenmacfly
3157 / mortenmacfly 0 minutes - fixed one of the most stupidest copy&paste bugs alive of previous commit
what? what? I need to see something more stupid than my errs.
:-)
We need a "stupidest copy&paste" trophy of the year award.
:lol:
Quote from: VersusOm on October 29, 2006, 04:11:55 PM
Hi,
I have found a folding bug.
It folds everything below... all other declarations... (of classes)
look here:
(http://img108.imageshack.us/img108/190/bugoe4.th.jpg) (http://img108.imageshack.us/my.php?image=bugoe4.jpg)
That is all for now :)
MB
How does the full SetMatrix line look like? Scintilla detects the start of a fold region there...
QuoteHow does the full SetMatrix line look like? Scintilla detects the start of a fold region there...
void SetMatrix(D3DXMATRIX &locM, D3DXMATRIX &worM, float value);//{}The problem was caused by "//{}".
Thanks for hint
Quote from: VersusOm on October 31, 2006, 05:58:02 AM
QuoteHow does the full SetMatrix line look like? Scintilla detects the start of a fold region there...
void SetMatrix(D3DXMATRIX &locM, D3DXMATRIX &worM, float value);//{}
The problem was caused by "//{}".
Thanks for hint
Esay to fix for you (as the user), but that's still a bug that should be fixed in C::B/wxScintilla/Scintilla
Quote from: VersusOm
Esay to fix for you (as the user), but that's still a bug that should be fixed in C::B/wxScintilla/Scintilla
I recall a discussion about this issue long time ago in scintilla mailing list, and what you call here a bug Neil, (scintilla's author) is considering as a feature - the ability for user to insert folding points without influencing the code
-Eran
Quote from: eranif on October 31, 2006, 07:25:11 AM
Quote from: VersusOm
Esay to fix for you (as the user), but that's still a bug that should be fixed in C::B/wxScintilla/Scintilla
I recall a discussion about this issue long time ago in scintilla mailing list, and what you call here a bug Neil, (scintilla's author) is considering as a feature - the ability for user to insert folding points without influencing the code
-Eran
do you know of a sequence for a custom folding end point too ?
//{ to start
//} to end
- Eran