News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Code collapse hides name of var on typedef. Any fix?

Started by guido, December 07, 2018, 01:35:03 PM

Previous topic - Next topic

guido

When I collapse code around a multi-line typedef, it only shows the typedef, so it makes the code less readable.

Is there some place to customize this behavior? I only want the first and last lines, so I get the var name.

oBFusCATed

We use scintilla for our editor component.
Try to reproduce this in scite or another editor which uses this same component.
If it happens report the problem to scintilla developers.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

guido

Can you suggest such an editor? I haven't been paying attention to what code folding algorithms different editors use. I'm on Debian.

oBFusCATed

scite, geany, codelite are based on scintilla, probably there are others.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]