Skip to main content



      Home
Home » Newcomers » Newcomers » No hints
No hints [message #490810] Sun, 11 October 2009 05:00 Go to next message
Eclipse UserFriend
Hi!
My friend and i have the same version eclipse(Galileo). But on his computer hints works, on my not. The hints its the help for methods when i type the name of object and then its appear the list of all methods, when i focus on some method its appear the help about this method(what means every argument, what method returns).
What the problem with my computer? Or its the problem with configuration?

PS Sorry for my English
Re: No hints [message #490854 is a reply to message #490810] Sun, 11 October 2009 17:30 Go to previous messageGo to next message
Eclipse UserFriend
Try to set the 'Content Assist' preferences to the defaults:
- Eclipse Main menu: Window > Preferences
- In the tree: Java > Editor > Content Assist
- Click: [Restore Defaults]
- In the tree: Java > Editor > Content Assist > Advanced
- Click: [Restore Defaults]
- Click: [Apply], [OK]

If this does not help, try to change some value in the preferences
above, [Apply][OK], and then restore to the defaults again.

Hope that helps

Michael
Re: No hints [message #491085 is a reply to message #490854] Tue, 13 October 2009 04:24 Go to previous messageGo to next message
Eclipse UserFriend
No its doesn't work.
Mabe the problem that on my computer i don't have intrnet? In configuration i have found the way to javadoc its url. So is it possible to download offline version of javadoc?
Re: No hints [message #491109 is a reply to message #491085] Tue, 13 October 2009 06:07 Go to previous messageGo to next message
Eclipse UserFriend
Maryan wrote:
> No its doesn't work.
> Mabe the problem that on my computer i don't have intrnet? In
> configuration i have found the way to javadoc its url. So is it
> possible to download offline version of javadoc?
Yes. Even better is you attach the source.

Dani
Re: No hints [message #491168 is a reply to message #491109] Tue, 13 October 2009 10:18 Go to previous messageGo to next message
Eclipse UserFriend
what do you mean? which source?
Re: No hints [message #491208 is a reply to message #491168] Tue, 13 October 2009 11:52 Go to previous messageGo to next message
Eclipse UserFriend
Maryan wrote:
> what do you mean? which source?
Well, the source for which code you don't get the help.

Dani
Re: No hints [message #491226 is a reply to message #491208] Tue, 13 October 2009 13:01 Go to previous messageGo to next message
Eclipse UserFriend
hmm maybe you haven't understand my question.
I dont have help to any code. For example i write like that:
public void paint(Graphics g)
{
g.fiilRect(0,0,0,0);
}
when i have typed "g." appear the list of possible method, and when i focus on some method its should appear description of this method, but i dont have any description.
Re: No hints [message #491323 is a reply to message #491226] Wed, 14 October 2009 03:16 Go to previous message
Eclipse UserFriend
Maryan wrote:
> hmm maybe you haven't understand my question.
Or you did not understand the answer ;-)

The IDE will extract the information you expect from the attached
source. If you don't have the source at hand then you can also download
and attach the Javadoc. Please read the Help for more details.

Dani
> I dont have help to any code. For example i write like that:
> public void paint(Graphics g)
> {
> g.fiilRect(0,0,0,0);
> }
> when i have typed "g." appear the list of possible method, and when i
> focus on some method its should appear description of this method, but
> i dont have any description.
Previous Topic:create plugin CodeInigter for Eclipse !!!
Next Topic:Changing Font - Preferences
Goto Forum:
  


Current Time: Thu Sep 25 22:24:56 EDT 2025

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

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

Back to the top