2 opens on a line not working ( the way I expected, anyway)
Posted: Mon Apr 02, 2007 4:23 pm
Hu Jussij,
I believe I found a bug in code folding. I am using version 3.95z of zeus. The one line comment below folds correctly. The 2 line comment does not probably because the 2 openings are on the same line. It just folds the comment. I never really understood why comments fold anyway, since I like folding to hide details, not the overview which comments contain.
{ /* one line comment OK*/
code
}
{ /* 2 line comment
continued Not OK */
}
Thanks,
Jack
I believe I found a bug in code folding. I am using version 3.95z of zeus. The one line comment below folds correctly. The 2 line comment does not probably because the 2 openings are on the same line. It just folds the comment. I never really understood why comments fold anyway, since I like folding to hide details, not the overview which comments contain.
{ /* one line comment OK*/
code
}
{ /* 2 line comment
continued Not OK */
}
Thanks,
Jack