Right click, menu entries do not work

General questions regarding the usage of CodeLite
akis_t
CodeLite Curious
Posts: 5
Joined: Sun Aug 03, 2014 1:00 pm
Genuine User: Yes
IDE Question: C++
Contact:

Right click, menu entries do not work

Post by akis_t »

Windows 7 64 bit, CodeLite version 6, installation file used is "codelite-6.0-mingw4.8.1.exe"

1) Right click, "open include file" does nothing. I do not know where it thinks the include files are, I can see no settings to tell it.

2) Right click, "goto declaration/definition" also does nothing, both for inline functions or out of a library.

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

Re: Right click, menu entries do not work

Post by eranif »

do u have workspace setup?
Make sure you have read the HOW TO POST thread
akis_t
CodeLite Curious
Posts: 5
Joined: Sun Aug 03, 2014 1:00 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Right click, menu entries do not work

Post by akis_t »

I deleted "C:\users\xxxxxx\appdata\roaming\codelite" and it fixed most of the problems.

It seems that the uninstaller leaves things lurking there and a new installation then is doomed from the start. The uninstaller should clean up those directories.
Post Reply