Navigation bar not opening on clicks.

General questions regarding the usage of CodeLite
User avatar
Nosferax
CodeLite Enthusiast
Posts: 20
Joined: Fri Feb 05, 2010 4:59 am
Genuine User: Yes
IDE Question: C++
Contact:

Navigation bar not opening on clicks.

Post by Nosferax »

When I click on the navigation bar, either on the class (left) or the functions (right), nothing is displayed. I have completion set up properly and I know codelite has parsed the file correctly because if I type ClassA:: I get the list of functions for ClassA as suggestions.

Running v3.0.5169 on Linux 10.04 64 bits.

Seems like an UI issue, maybe I am not compiling against the proper wxWidgets packages?

Anyone else experiencing this?
User avatar
Nosferax
CodeLite Enthusiast
Posts: 20
Joined: Fri Feb 05, 2010 4:59 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Navigation bar not opening on clicks.

Post by Nosferax »

OK, was compiling against wxWidgets 2.9.1, now updated it to 2.9.2 and updated codelite from svn as well. Revision of codelite is now 5176 and it still happens.
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Navigation bar not opening on clicks.

Post by DavidGH »

Hi,

(You must be the only navigation-bar user ;) ). It's happening here too on Linux and also on winXP, whenever CodeLite is built on wx2.9; wx2.8 still works OK.

It seems that wxChoice no longer sends mouse events...

Regards,

David
User avatar
Nosferax
CodeLite Enthusiast
Posts: 20
Joined: Fri Feb 05, 2010 4:59 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Navigation bar not opening on clicks.

Post by Nosferax »

Yeah, I guess I am the only one :P

If there was an alternative I could live with it, for example a symbols or class list (like in visual studio or geany, they put it as a left panel). I need something to browse quickly to a function, or get a good overview of what's in a file.
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Navigation bar not opening on clicks.

Post by DavidGH »

If there was an alternative I could live with it
Try Search > Quick Outline (Ctrl-Sh-O).
User avatar
Nosferax
CodeLite Enthusiast
Posts: 20
Joined: Fri Feb 05, 2010 4:59 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Navigation bar not opening on clicks.

Post by Nosferax »

That works, thanks!

I created a bug for the navigation bar : https://sourceforge.net/tracker/?func=d ... tid=979960
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Navigation bar not opening on clicks.

Post by eranif »

Nosferax wrote:If there was an alternative I could live with it, for example a symbols or class list (like in visual studio or geany, they put it as a left panel). I need something to browse quickly to a function, or get a good overview of what's in a file.
Another option is to enable to plugin "SymbolView" which provides exactly what you want:
a class browser with 3 "flavours": file, project and workspace.

To enable it:
- Plugins -> Manage plugins
- Enable the 'Symbol View' plugin

Restart codelite. You should now have a new tab at the 'Workspace Pane' named 'Symbols'
You can right click it and select 'Detach' and dock it elsewhere.

Eran
Make sure you have read the HOW TO POST thread
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Navigation bar not opening on clicks.

Post by DavidGH »

It's happening here too on Linux and also on winXP
Correction: it does work in XP (the editor that I tested just wasn't part of the workspace, so of course it failed).

I've sent a bug-report.
spaces
CodeLite Veteran
Posts: 67
Joined: Mon Aug 22, 2011 10:15 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Navigation bar not opening on clicks.

Post by spaces »

So, what's up with this bug? Does Navigation bar go the way of dodo or what?

I still have this bug on windoze XP, and TBH I get to really love this navbar. :D
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Navigation bar not opening on clicks.

Post by DavidGH »

So, what's up with this bug?
As you can see from wxtrac, nothing atm.
I still have this bug on windoze XP
Do you? It works on XP here, provided the editor is part of the workspace.
Post Reply