Outline expanded by default

General questions regarding the usage of CodeLite
rekisum
CodeLite Enthusiast
Posts: 27
Joined: Fri Apr 24, 2009 6:49 pm
Contact:

Outline expanded by default

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Outline expanded by default

Post 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
Make sure you have read the HOW TO POST thread
Post Reply