methods not showing in dropdown menu?

General questions regarding the usage of CodeLite
Rory
CodeLite Enthusiast
Posts: 29
Joined: Wed Nov 14, 2012 3:35 pm
Genuine User: Yes
IDE Question: C++
Contact:

methods not showing in dropdown menu?

Post by Rory »

New CodeLite user here. So far so good, really great IDE. Just one question, does anyone know why all my class methods don't show up on the popdown menu that sits above the current source code file? I'm using CodeLite version 4.1.5770
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: methods not showing in dropdown menu?

Post by eranif »

I got reports that it does not on work on linux - I guess this is the case?
If this is the case, please report it on sourceforge (otherwise, people will report it - but it will never get fixed)

For a workaround, use the Ctrl-Shift-O OR use the 'Outline' tab

Eran
Make sure you have read the HOW TO POST thread
User avatar
Jarod42
CodeLite Expert
Posts: 239
Joined: Wed Sep 30, 2009 5:54 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: methods not showing in dropdown menu?

Post by Jarod42 »

There is a dropdown list which shows classes/namespaces on the left above the editor.
There is a dropdown list which shows function/methods on the right above the editor.

And it is correctly populated for me (on Windows).

Note that you have also the 'outline tab' in the 'workspace view' which show the same info as a treeview.
Rory
CodeLite Enthusiast
Posts: 29
Joined: Wed Nov 14, 2012 3:35 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: methods not showing in dropdown menu?

Post by Rory »

Hi guys. Thanks for the replies. I just installed the latest version of CodeLite from Sourceforge on a fresh machine (xubuntu 12.04) and it now works fine. Not sure what the problem was the last time. The only thing I did differently was install CodeLite from apt-get before upgrading. This time I didn't go near apt-get at all.
Rory
CodeLite Enthusiast
Posts: 29
Joined: Wed Nov 14, 2012 3:35 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: methods not showing in dropdown menu?

Post by Rory »

Seems it's still not quite right. It works for some files but not for others. I'll report it on Sourceforge.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: methods not showing in dropdown menu?

Post by eranif »

Rory wrote:Seems it's still not quite right. It works for some files but not for others. I'll report it on Sourceforge.
Make sure you provide a way to reproduce it

Eran
Make sure you have read the HOW TO POST thread
Post Reply