Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » No tooltips for content assist proposals on Linux platform. Yes on WINDOWS XP
No tooltips for content assist proposals on Linux platform. Yes on WINDOWS XP [message #326593] Tue, 25 March 2008 20:55 Go to next message
Alex Le is currently offline Alex LeFriend
Messages: 649
Registered: July 2009
Senior Member
Hi,

I am using the released version of Eclipse 3.3.2. On WINDOWS XP,
cursoring over a content assist proposal item, a tooltip is shown. But
not on Linux platform. I use Ubuntu. Thanks.
Re: No tooltips for content assist proposals on Linux platform. Yes on WINDOWS XP [message #326608 is a reply to message #326593] Wed, 26 March 2008 13:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

AL wrote:
> Hi,
>
> I am using the released version of Eclipse 3.3.2. On WINDOWS XP,
> cursoring over a content assist proposal item, a tooltip is shown. But
> not on Linux platform. I use Ubuntu. Thanks.

First thing is to make sure you are not running Eclipse on gcj - search
to find many (way too many) threads in this and the newcomer groups for
the details.

Eric
Re: No tooltips for content assist proposals on Linux platform. Yes on WINDOWS XP [message #326628 is a reply to message #326608] Wed, 26 March 2008 17:01 Go to previous messageGo to next message
Alex Le is currently offline Alex LeFriend
Messages: 649
Registered: July 2009
Senior Member
Eric Rizzo wrote:
> AL wrote:
>> Hi,
>>
>> I am using the released version of Eclipse 3.3.2. On WINDOWS XP,
>> cursoring over a content assist proposal item, a tooltip is shown.
>> But not on Linux platform. I use Ubuntu. Thanks.
>
> First thing is to make sure you are not running Eclipse on gcj - search
> to find many (way too many) threads in this and the newcomer groups for
> the details.
>

None that I found. I searched "tooltip", "content assist", and "gcj."
If you have the thread's subject or some keywords, I can search. Thx
Re: No tooltips for content assist proposals on Linux platform. Yes on WINDOWS XP [message #326665 is a reply to message #326628] Thu, 27 March 2008 19:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

AL wrote:
> Eric Rizzo wrote:
>> AL wrote:
>>> Hi,
>>>
>>> I am using the released version of Eclipse 3.3.2. On WINDOWS XP,
>>> cursoring over a content assist proposal item, a tooltip is shown.
>>> But not on Linux platform. I use Ubuntu. Thanks.
>>
>> First thing is to make sure you are not running Eclipse on gcj -
>> search to find many (way too many) threads in this and the newcomer
>> groups for the details.
>>
>
> None that I found. I searched "tooltip", "content assist", and "gcj."
> If you have the thread's subject or some keywords, I can search. Thx

It should be easy to find the relavant threads, but gcj is just too
common a term, I guess.
The gist is that running Eclipse on gcj has frequently been the root of
many linux users' Eclipse problems - lots of bizarre behaviors that
ended up being resolved by forcing Eclipse to use the Sun JVM.
You can use Help > About Eclipse > Configuration Details to check the
java.vendor and java.version of the JVM Eclipse is running in.
If it is gcj, force Eclipse to a Sun JVM installation by following the
instructions on this wiki page: http://wiki.eclipse.org/Eclipse.ini

Hope this helps,
Eric
Re: No tooltips for content assist proposals on Linux platform. Yes on WINDOWS XP [message #326686 is a reply to message #326593] Fri, 28 March 2008 13:54 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
> cursoring over a content assist proposal item, a tooltip is shown

Are you referring to the tooltip that shows a long item's full text when you
hover over its visible portion? If so then you're seeing a difference
between the native Table controls. On win32 these tooltips are created
automatically for items that are longer than their parent shell, but on gtk
these tooltips are not auto-created. You should see the same difference if
you hover over long items in the Package Explorer view.

If this is not what you were referring to then you'll need to clarify here.

Grant
Re: No tooltips for content assist proposals on Linux platform. Yes on WINDOWS XP [message #326699 is a reply to message #326686] Sat, 29 March 2008 00:55 Go to previous messageGo to next message
Alex Le is currently offline Alex LeFriend
Messages: 649
Registered: July 2009
Senior Member
Grant Gayed wrote:
>> cursoring over a content assist proposal item, a tooltip is shown
>
> Are you referring to the tooltip that shows a long item's full text when you
> hover over its visible portion? If so then you're seeing a difference
> between the native Table controls. On win32 these tooltips are created
> automatically for items that are longer than their parent shell, but on gtk
> these tooltips are not auto-created. You should see the same difference if
> you hover over long items in the Package Explorer view.
>
> If this is not what you were referring to then you'll need to clarify here.
>
> Grant
>
>
U answered it :-) How do I make the tooltip show up for content assist
proposals in the table?
Re: No tooltips for content assist proposals on Linux platform. Yes on WINDOWS XP [message #326701 is a reply to message #326699] Sat, 29 March 2008 11:20 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Which content-assistent are you talking about? The one from the
Java-Editor or are you really talking about Table/TreeItems. If it is
Table/Tree then you can use JFace to show tooltips (native/emulated).

Tom

AL schrieb:
> Grant Gayed wrote:
>>> cursoring over a content assist proposal item, a tooltip is shown
>>
>> Are you referring to the tooltip that shows a long item's full text
>> when you
>> hover over its visible portion? If so then you're seeing a difference
>> between the native Table controls. On win32 these tooltips are created
>> automatically for items that are longer than their parent shell, but
>> on gtk
>> these tooltips are not auto-created. You should see the same
>> difference if
>> you hover over long items in the Package Explorer view.
>>
>> If this is not what you were referring to then you'll need to clarify
>> here.
>>
>> Grant
>>
>>
> U answered it :-) How do I make the tooltip show up for content assist
> proposals in the table?


--
B e s t S o l u t i o n . at
------------------------------------------------------------ --------
Tom Schindl JFace-Committer
------------------------------------------------------------ --------
Re: No tooltips for content assist proposals on Linux platform. Yes on WINDOWS XP [message #326704 is a reply to message #326701] Sun, 30 March 2008 08:27 Go to previous messageGo to next message
Alex Le is currently offline Alex LeFriend
Messages: 649
Registered: July 2009
Senior Member
Tom Schindl wrote:
> Which content-assistent are you talking about? The one from the
> Java-Editor or are you really talking about Table/TreeItems. If it is
> Table/Tree then you can use JFace to show tooltips (native/emulated).
>

Java/Editor, basically ContentAssist in the jface text framework.
>
> AL schrieb:
>> Grant Gayed wrote:
>>>> cursoring over a content assist proposal item, a tooltip is shown
>>>
>>> Are you referring to the tooltip that shows a long item's full text
>>> when you
>>> hover over its visible portion? If so then you're seeing a difference
>>> between the native Table controls. On win32 these tooltips are created
>>> automatically for items that are longer than their parent shell, but
>>> on gtk
>>> these tooltips are not auto-created. You should see the same
>>> difference if
>>> you hover over long items in the Package Explorer view.
>>>
>>> If this is not what you were referring to then you'll need to clarify
>>> here.
>>>
>>> Grant
>>>
>>>
>> U answered it :-) How do I make the tooltip show up for content assist
>> proposals in the table?
>
>
Re: No tooltips for content assist proposals on Linux platform. Yes on WINDOWS XP [message #326747 is a reply to message #326704] Mon, 31 March 2008 14:29 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
AL wrote:
> Tom Schindl wrote:
>> Which content-assistent are you talking about? The one from the
>> Java-Editor or are you really talking about Table/TreeItems. If it is
>> Table/Tree then you can use JFace to show tooltips (native/emulated).
>>
>
> Java/Editor, basically ContentAssist in the jface text framework.
Is the Javadoc displayed in the Javadoc view? Any log entries?

Dani
>>
>> AL schrieb:
>>> Grant Gayed wrote:
>>>>> cursoring over a content assist proposal item, a tooltip is shown
>>>>
>>>> Are you referring to the tooltip that shows a long item's full text
>>>> when you
>>>> hover over its visible portion? If so then you're seeing a difference
>>>> between the native Table controls. On win32 these tooltips are
>>>> created
>>>> automatically for items that are longer than their parent shell,
>>>> but on gtk
>>>> these tooltips are not auto-created. You should see the same
>>>> difference if
>>>> you hover over long items in the Package Explorer view.
>>>>
>>>> If this is not what you were referring to then you'll need to
>>>> clarify here.
>>>>
>>>> Grant
>>>>
>>>>
>>> U answered it :-) How do I make the tooltip show up for content
>>> assist proposals in the table?
>>
>>
Previous Topic:Thread dump in eclipse console?
Next Topic:Enhanced quickassist plugin
Goto Forum:
  


Current Time: Thu Aug 08 23:40:16 GMT 2024

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

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

Back to the top