Skip to main content



      Home
Home » Newcomers » Newcomers » Quick Fix / Quick Assist
Quick Fix / Quick Assist [message #139342] Tue, 21 February 2006 07:09 Go to next message
Eclipse UserFriend
Originally posted by: franku.fmi.uni-passau.de

Hello,

I want to write a application which has the same functionality like
eclipse for java. Example: if you write System.out.<CTRL-Space> the a list
of possibilities in this context is shown. In my app something similar
should be done.
It's an OQL dialect and when I write "select abc from def <CTRL-Space>"
then a popup should pop up and (in this case) "where" should be shown.

Can anyone provide me some information how to do this best or where I have
to search in the eclipse sources where this functionality is implemented?

Thanks a lot,
Uli
Re: Quick Fix / Quick Assist [message #139380 is a reply to message #139342] Tue, 21 February 2006 08:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: newsgroups.pellaton.li

Hi

I used these documents as starting point:
http://www-128.ibm.com/developerworks/opensource/library/os- ecca/
http://devresource.hp.com/drc/technical_white_papers/ecliped itor/EclipseEditor.pdf

Hope you find them useful and happy content assisting :-)

Michael
Re: Quick Fix / Quick Assist [message #139917 is a reply to message #139342] Fri, 24 February 2006 04:25 Go to previous message
Eclipse UserFriend
Hi Ulrich,

have a look a the org.eclipse.ui.examples.javaeditor project on
dev.eclipse.org - it shows how to build a simple java editor with code
assist.

-tom

Ulrich Frank wrote:
> Hello,
>
> I want to write a application which has the same functionality like
> eclipse for java. Example: if you write System.out.<CTRL-Space> the a
> list of possibilities in this context is shown. In my app something
> similar should be done. It's an OQL dialect and when I write "select abc
> from def <CTRL-Space>" then a popup should pop up and (in this case)
> "where" should be shown.
>
> Can anyone provide me some information how to do this best or where I
> have to search in the eclipse sources where this functionality is
> implemented?
>
> Thanks a lot,
> Uli
>
Previous Topic:Eclipse install
Next Topic:Templates don’t work -- sometimes
Goto Forum:
  


Current Time: Thu Jul 17 06:24:20 EDT 2025

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

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

Back to the top