Feature #3637 2007-08-11 00:07

pavzav

Folding with comments

When folding (e.g. function), fold comments before and blank lines after block too.

example function (unfolded):

/ /*********************/ | /* comments for function... | .... | .... */ + void example_function() { | function code | function code | function code |} \ / /************... next function

Chars in first column of example code means: / begin of folding | folding + folding '+' icon \ end of folding

When I fold function block in { }, hide comments before this function and blank lines after it (before next function). But in folded line show the header of function (not begin of comments). Example function (folded):

- void example_function() { - void next_function() {

Same with classes...

Category
Editing
Status
Open
Close date
 
Assigned to