Dear Eran,
Yesterday i upgraded CL from 2.5.3.4075 to 2.6.0.4189. Now, i am not able to see the Tooltips in editor window. However, goto implementation & goto declaration works (Well for some). I tried retagging workspace (FULL) & create CScope Database but No Go. Ctrl+Space brings up the tooltips. But it doesnt do it automatically like it used to do b4.
Am i missing some new settings.
Thanks in advance
Regards
Gururaja
Tooltip doesnt show up with new 2.6.0.4189
-
- CodeLite Expert
- Posts: 113
- Joined: Fri Jul 11, 2008 9:12 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Tooltip doesnt show up with new 2.6.0.4189
Can you give me a code snippet?
BTW: Ctrl-SPACE does not show a tooltip, it shows the 'Completion Box' the tooltip is another entity
Also, which OS?
Eran
BTW: Ctrl-SPACE does not show a tooltip, it shows the 'Completion Box' the tooltip is another entity
Also, which OS?
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 113
- Joined: Fri Jul 11, 2008 9:12 am
- Contact:
Re: Tooltip doesnt show up with new 2.6.0.4189
You take the same example from http://codelite.org/forum/viewtopic.php?f=11&t=1022. None of the variables shows its Tooltipseranif wrote:Can you give me a code snippet?
Yes. U are right. it was a mistake in my part.eranif wrote: BTW: Ctrl-SPACE does not show a tooltip, it shows the 'Completion Box' the tooltip is another entity
Windows XP SP3eranif wrote: Also, which OS?
Also, I hace installed CL 2.6 over the previous 2.5.3. Does it make any difference.
Should i completely uninstall CL 2.5.3 including the directory from "c:\program files" & then reinstall 2.6.
Also. The sytax highlight Settings are not stored between the installs. I think they are overwritten.
Thanks for helping
Regards
Gururaja
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Tooltip doesnt show up with new 2.6.0.4189
Please give me a code snippet (e.g. a line of code and where to hit the ctrl-space)
I dont see any issue with it
Eran
I dont see any issue with it
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 113
- Joined: Fri Jul 11, 2008 9:12 am
- Contact:
Re: Tooltip doesnt show up with new 2.6.0.4189
code completion is working fine.eranif wrote:Please give me a code snippet (e.g. a line of code and where to hit the ctrl-space)
I dont see any issue with it
Eran
Its the tooltip thats not working correctly. If i move the mouse over the variables, functions, macros, defines, it shows there type, syntax, defines etc, etc..
it doesn happen anymore.
Sorry if i am not clear.
TIA
Gururaja
-
- CodeLite Expert
- Posts: 176
- Joined: Sun Aug 17, 2008 2:45 pm
- Contact:
Re: Tooltip doesnt show up with new 2.6.0.4189
Take a look if 'Tags Options/General/Display type info tooltips' is checked.hbr_in wrote:If i move the mouse over the variables, functions, macros, defines, it shows there type, syntax, defines etc, etc..
it doesn happen anymore.
Frank
-
- CodeLite Expert
- Posts: 113
- Joined: Fri Jul 11, 2008 9:12 am
- Contact:
Re: Tooltip doesnt show up with new 2.6.0.4189
Yes that did the trick. But dont know why it was unchecked. I am prety sure it was checked b4 install 2.6.frank_frl wrote: Take a look if 'Tags Options/General/Display type info tooltips' is checked.
Frank
Thanks onceagain
regards
Gururaja
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Tooltip doesnt show up with new 2.6.0.4189
because the code-completion settings were overwritten by the installer ( on purpose )hbr_in wrote:Yes that did the trick. But dont know why it was unchecked. I am prety sure it was checked b4 install 2.6.
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 113
- Joined: Fri Jul 11, 2008 9:12 am
- Contact:
Re: Tooltip doesnt show up with new 2.6.0.4189
But i thought Code completion & tool tips were different and noting to do with each other. They just borrow data from codelite indexer.eranif wrote: because the code-completion settings were overwritten by the installer ( on purpose )
Eran
Also, one more thing.
In my syntax highlight settings, Under C++ tab, i had set few items for set-1, set-2. After installing 2.6 they were gone. Why was it overwritten.
Atleast While installing, shouldnt the installer complain that it will overwrite the settings.
Regards
Gururaja