How to enable Tree View Class Browser

General questions regarding the usage of CodeLite
relminator
CodeLite Curious
Posts: 6
Joined: Tue Dec 14, 2010 8:26 am
Genuine User: Yes
IDE Question: C++
Location: Philippines
Contact:

How to enable Tree View Class Browser

Post by relminator »

Hi, new user here. I was wondering how to make the class browser look like this:

Image

Instead of the usual listview on top?

Thanks!!!
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to enable Tree View Class Browser

Post by eranif »

this is an ancient version of codelite.
The class browser is still there. It is simply disabled.

It was moved into a plugin which is disabled by default, to enable it:
Plugins -> Manage plugins, and enable the plugin 'SymbolView'

Eran
Make sure you have read the HOW TO POST thread
relminator
CodeLite Curious
Posts: 6
Joined: Tue Dec 14, 2010 8:26 am
Genuine User: Yes
IDE Question: C++
Location: Philippines
Contact:

Re: How to enable Tree View Class Browser

Post by relminator »

Thanks dude. BTW, I'm using codelite to develop DS stuff and it works like a charm.

[edit]

I enabled SymbolView and restarted codelite. However the workspace still outputs filenames.

NVM. Found it.
Post Reply