Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Disable Combined Hover
Disable Combined Hover [message #216403] Thu, 22 May 2008 20:14 Go to next message
Eclipse UserFriend
Originally posted by: martinz.bredband.net

Hi,

I have problem with Combined hover information in CDT because this it
always show the same hover information regardless where in the code you
hover.

I would like to disable the hover effect programmaticly from my own
plug-in or in preferences.ini but would like to know the preference key to
use?

Regards

Martin
Re: Disable Combined Hover [message #216435 is a reply to message #216403] Fri, 23 May 2008 08:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jamesblackburn+eclipse.mac.com

Hi Martin,

I find the easiest way find preference keys, is often to set the
preference, do File > Export > Preferences, change the preference back,
export again and diff the two resulting preference files.

Cheers,

James

Martin wrote:
> Hi,
>
> I have problem with Combined hover information in CDT because this it
> always show the same hover information regardless where in the code you
> hover.
>
> I would like to disable the hover effect programmaticly from my own
> plug-in or in preferences.ini but would like to know the preference key
> to use?
>
> Regards
>
> Martin
Re: Disable Combined Hover [message #216440 is a reply to message #216403] Fri, 23 May 2008 11:17 Go to previous message
Anton Leherbauer is currently offline Anton LeherbauerFriend
Messages: 490
Registered: July 2009
Senior Member
Martin wrote:
> Hi,
>
> I have problem with Combined hover information in CDT because this it
> always show the same hover information regardless where in the code you
> hover.
>

This sounds like you have the org.eclipse.cdt.ui.tests plug-in
installed. This plug-in adds a hover for testing purposes only which
does not yield any useful information. I suggest to remove this plug-in
from the installation.
In 5.0 this test hover is disabled by default.

HTH
--
Anton Leherbauer
Wind River CDT Team, Austria
Previous Topic:Using build variables
Next Topic:Slickedit over CDT
Goto Forum:
  


Current Time: Sat Apr 27 03:05:42 GMT 2024

Powered by FUDForum. Page generated in 0.03026 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top