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 ?