Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Presentation based on Model
Presentation based on Model [message #586074] Sat, 29 November 2008 19:49
Christoph Höger is currently offline Christoph HögerFriend
Messages: 40
Registered: July 2009
Member
Hi folks,

I am developing an eclipse plugin for language that shares a lot of
conecepts with java/c++.
I have a parser that generates me an AST (and hopefully I'll get a
derived, flattened model soon).
Using the standard techniques from several tutorials I kind of wrote my
parser again to highlight things like keywords, comments and strings. That
is double work, but ok, if it's the way it shall be done...

But when I use the java editor I saw identifiers being drawn special
(italic and dark blue) when they're correct. But how is that done? A
presentation reconciler cannot use the model as thats reconciled _after_
the user has modified the document. So there must be a way to redraw
things based on model reconciling but how?

regards

christoph
Previous Topic:Presentation based on Model
Next Topic:UI methods in normal Job
Goto Forum:
  


Current Time: Thu Apr 25 21:41:34 GMT 2024

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

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

Back to the top