Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: joubertdj on December 16, 2006, 03:01:44 pm

Title: Code Folding Cosmetic Fix
Post by: joubertdj on December 16, 2006, 03:01:44 pm
Hallo again,

Can one of the devs please look at the fix that I have for code folding...

It allows that the following code:

Code
 
void proc()
{

}

and

Code
void proc(){
}

Be folded as the same :)

Patch Uploaded as Patch Nr: 001726

[attachment deleted by admin]
Title: Re: Code Folding Cosmetic Fix
Post by: Grom on December 16, 2006, 04:43:09 pm
Would be grate to save state of folding in the project file.  :idea:
Title: Re: Code Folding Cosmetic Fix
Post by: mscava on December 16, 2006, 04:49:18 pm
Yes... and it also would be good to be able to modify color, style or width of those lines....