Author Topic: Code Folding Cosmetic Fix  (Read 4380 times)

Offline joubertdj

  • Multiple posting newcomer
  • *
  • Posts: 120
Code Folding Cosmetic Fix
« 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]

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: Code Folding Cosmetic Fix
« Reply #1 on: December 16, 2006, 04:43:09 pm »
Would be grate to save state of folding in the project file.  :idea:
gcc+winXP+suse.

mscava

  • Guest
Re: Code Folding Cosmetic Fix
« Reply #2 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....