Page 1 of 1

Outline expanded by default

Posted: Tue Oct 20, 2009 12:22 pm
by rekisum
Hi,
I like to have the outline pane on the right to quickly jump to a function.
By default the lists are collapsed, so I alway have to hit the plus sign.
I would prefer to have the list for static functions (S) and class (C) expanded by default.
Or maybe its possible to save this per file in the project?
Thanks

Re: Outline expanded by default

Posted: Tue Oct 20, 2009 1:29 pm
by eranif
The symbols of the outline are coming per-file they are not aware of the 'project' concept.

Btw, (C) is for Class, while (S) is for structs. You may also see (S) in cases where the class declaration does not exist under the current file (e.g. you are viewing a '.cpp' file)

Please submit a FR at sourceforge.net
Eran