I need to highlight or create markers on some annotations using meta information, which I'm reading from a database. I've already implemented a solution using markers, but I need to take care by myself about the whole marker lifecycle and it doesn't work on the fly. Is there a way to extend the highlighting of JDT using XText?
I'm not sure if xtext is the right solution for my purpose. So if there are other frameworks, I would be glad to hear about them.