News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 28 october 2006 build will NOT be out.

Started by killerbot, October 28, 2006, 05:04:18 PM

Previous topic - Next topic

killerbot


VersusOm

Hi,

I have found a folding bug.
It folds everything below... all other declarations... (of classes)

look here:


That is all for now  :)

MB


Pecan

#2
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.

sethjackson

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:

Belgabor

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:


That is all for now  :)

MB



How does the full SetMatrix line look like? Scintilla detects the start of a fold region there...

VersusOm

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

Belgabor

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

eranif

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

tiwag

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 ?

eranif