[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Editor tutorials

Christophe Fondacci wrote:
Hello all,

I would like to implement a powerfull SQL editor.

I have started a "basic" SQL editor which extends TextEditor and which manages color highlighting / document partitioning.

Now I would like to add auto-completion support, annotations, outlines, etc.
I cannot find much documentation on this features... Found some slides of the EclipseCon2006 about a RCP editor which seems a good simple example with all features I need. But slides are really high-level.


Is there any good tutorial, or at least a well documented example of a "complex" editor (I mean with more features than the sample XML editor) out there ?
You'll find some stuff here: http://www.eclipse.org/eclipse/platform-text/development/dev.php

Dani

Thank you very much. Christophe.