Page 1 of 1

Navigation bar not opening on clicks.

Posted: Sat Oct 29, 2011 12:06 am
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?

Re: Navigation bar not opening on clicks.

Posted: Sat Oct 29, 2011 12:24 am
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.

Re: Navigation bar not opening on clicks.

Posted: Sat Oct 29, 2011 4:30 pm
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

Re: Navigation bar not opening on clicks.

Posted: Sat Oct 29, 2011 7:13 pm
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.

Re: Navigation bar not opening on clicks.

Posted: Sat Oct 29, 2011 7:28 pm
by DavidGH
If there was an alternative I could live with it
Try Search > Quick Outline (Ctrl-Sh-O).

Re: Navigation bar not opening on clicks.

Posted: Sat Oct 29, 2011 7:39 pm
by Nosferax
That works, thanks!

I created a bug for the navigation bar : https://sourceforge.net/tracker/?func=d ... tid=979960

Re: Navigation bar not opening on clicks.

Posted: Sat Oct 29, 2011 10:01 pm
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

Re: Navigation bar not opening on clicks.

Posted: Sun Oct 30, 2011 1:16 am
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.

Re: Navigation bar not opening on clicks.

Posted: Fri Jun 22, 2012 12:01 am
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

Re: Navigation bar not opening on clicks.

Posted: Fri Jun 22, 2012 12:30 pm
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.