User forums > Nightly builds

The 28 october 2006 build will NOT be out.

<< < (2/2)

VersusOm:

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


--- Code: ---void SetMatrix(D3DXMATRIX &locM, D3DXMATRIX &worM, float value);//{}
--- End code ---

The problem was caused by "//{}".

Thanks for hint

Belgabor:

--- Quote from: VersusOm on October 31, 2006, 05:58:02 am ---
--- Quote ---How does the full SetMatrix line look like? Scintilla detects the start of a fold region there...
--- End quote ---


--- Code: ---void SetMatrix(D3DXMATRIX &locM, D3DXMATRIX &worM, float value);//{}
--- End code ---

The problem was caused by "//{}".

Thanks for hint

--- End quote ---

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

--- End quote ---

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

--- End quote ---

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


--- End quote ---

do you know of a sequence for a custom folding end point too ?

eranif:
//{ to start

//} to end

- Eran

Navigation

[0] Message Index

[*] Previous page

Go to full version