Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » What can be accessed with content Assist(IJavaCompletionProposalComputer, CompletionProposalCollector)
What can be accessed with content Assist [message #695518] Mon, 11 July 2011 22:44 Go to next message
Eclipse UserFriend
Hello,

I apologize if the question might have been asked already or if it appeared trivial for some of you, so bear with me please. I am playing with content assist and I couldn't find where the CompletionProposalCollector got the information. In other words, does it provide only information based on the last compilation? or information from open editors? Any link, information on CompletionProposalCollector, compilation would be greatly appreciated.

Best,
Re: What can be accessed with content Assist [message #695586 is a reply to message #695518] Tue, 12 July 2011 04:55 Go to previous messageGo to next message
Eclipse UserFriend
It doesn't use info from the last compilation. The particular file is parsed again and the appropriate proposals are found.
Re: What can be accessed with content Assist [message #695962 is a reply to message #695586] Tue, 12 July 2011 23:30 Go to previous messageGo to next message
Eclipse UserFriend
@satyam thanks for the reply. So basically you mean that it only use regular expressions?
Re: What can be accessed with content Assist [message #696028 is a reply to message #695962] Wed, 13 July 2011 06:07 Go to previous message
Eclipse UserFriend
No, it doesn't use regular expressions.
Previous Topic:no view error after download project from svn
Next Topic:How to reset SVN user
Goto Forum:
  


Current Time: Sat Feb 08 16:28:49 GMT 2025

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

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

Back to the top