Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » NO CODE TIPS IN ECLIPSE ?
NO CODE TIPS IN ECLIPSE ? [message #136379] Thu, 22 January 2004 07:07 Go to next message
Eclipse UserFriend
Originally posted by: herberto.graca.hotpop.com

hi,

i used eclipse for the first time, one and half years ago, and i remember
that when i wrote somethig like:

someObject.

it came out a box telling me what methods are available for that object,
than when i cicle the methods, a description of the method used to pop up in
another box.

Well, now the description doesnt appear.

Any idea on how to get those descriptions to appear again?

tkx

--

Herberto Gra
Re: NO CODE TIPS IN ECLIPSE ? [message #136391 is a reply to message #136379] Thu, 22 January 2004 09:17 Go to previous messageGo to next message
Eclipse UserFriend
Boneripper wrote:
> hi,
>
> i used eclipse for the first time, one and half years ago, and i remember
> that when i wrote somethig like:
>
> someObject.
>
> it came out a box telling me what methods are available for that object,
> than when i cicle the methods, a description of the method used to pop up in
> another box.
>
> Well, now the description doesnt appear.
>
> Any idea on how to get those descriptions to appear again?

This should work - you should probably file a bug report against
platform-text.

-tom
Re: NO CODE TIPS IN ECLIPSE ? [message #136414 is a reply to message #136379] Thu, 22 January 2004 09:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hcs33.egon.gyaloglo.hu

Hi,

The description appears only if you have sources attached to the jar which
defines the class. If you got no description for the core java classes you
probably use a jre not a jdk. Go to Preferences-->Java-->Installed JREs.
Edit the one you use and see whether there is source attached to the rt.jar.
If not, you have to attach src.zip to it.

HTH,
Regards,
Csaba

"Boneripper" <herberto.graca@hotpop.com> wrote in message
news:buoeae$k6k$1@eclipse.org...
> hi,
>
> i used eclipse for the first time, one and half years ago, and i remember
> that when i wrote somethig like:
>
> someObject.
>
> it came out a box telling me what methods are available for that object,
> than when i cicle the methods, a description of the method used to pop up
in
> another box.
>
> Well, now the description doesnt appear.
>
> Any idea on how to get those descriptions to appear again?
>
> tkx
>
> --
>
> Herberto Gra
Re: NO CODE TIPS IN ECLIPSE ? [message #136459 is a reply to message #136379] Thu, 22 January 2004 10:49 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-user.jibeinc.com

Boneripper wrote:

> hi,
>
> i used eclipse for the first time, one and half years ago, and i remember
> that when i wrote somethig like:
>
> someObject.
>
> it came out a box telling me what methods are available for that object,
> than when i cicle the methods, a description of the method used to pop up in
> another box.
>
> Well, now the description doesnt appear.
>
> Any idea on how to get those descriptions to appear again?

The feature is called Code Assist.
Check your Preferences under Java > Editor > Code Assist and make sure
the Enable Auto Activation box is checked. If it is not, you'll have to
use Ctrl-Space to bring up the help box in code.
Note: this is for Eclipse 2.1 - the preferences location might have
changed for 3.0

HTH,
Eric
--
Eric Rizzo
Software Architect
Jibe, Inc.
http://www.jibeinc.com
Re: NO CODE TIPS IN ECLIPSE ? [message #136575 is a reply to message #136379] Thu, 22 January 2004 15:36 Go to previous message
Eclipse UserFriend
Originally posted by: herberto.graca.hotpop.com

Mr Horv
Previous Topic:Java files structure and resolving classes
Next Topic:Incorrect JRE system libraries list
Goto Forum:
  


Current Time: Tue Sep 16 16:16:36 EDT 2025

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

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

Back to the top