Navigation bar not opening on clicks.
- 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.
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?
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?
- 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.
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.
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Navigation bar not opening on clicks.
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
(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
- 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.
Yeah, I guess I am the only one
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.
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.
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Navigation bar not opening on clicks.
Try Search > Quick Outline (Ctrl-Sh-O).If there was an alternative I could live with it
- 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.
That works, thanks!
I created a bug for the navigation bar : https://sourceforge.net/tracker/?func=d ... tid=979960
I created a bug for the navigation bar : https://sourceforge.net/tracker/?func=d ... tid=979960
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Navigation bar not opening on clicks.
Another option is to enable to plugin "SymbolView" which provides exactly what you want: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.
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
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Navigation bar not opening on clicks.
Correction: it does work in XP (the editor that I tested just wasn't part of the workspace, so of course it failed).It's happening here too on Linux and also on winXP
I've sent a bug-report.
-
- 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.
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.
I still have this bug on windoze XP, and TBH I get to really love this navbar.
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Navigation bar not opening on clicks.
As you can see from wxtrac, nothing atm.So, what's up with this bug?
Do you? It works on XP here, provided the editor is part of the workspace.I still have this bug on windoze XP