Search code examples
eclipsesyntax-highlightingcorbaidl

EclipseCORBA without compilation?


I am using EclipseCORBA, but mostly just for syntax highlighting. I'm wondering if there is a way to turn off the IDL compiler. The reason being that it doesn't bring up valid errors in my IDL files.

Alternative eclipse plugins to EclipseCORBA for syntax highlighting IDL files (ideally one with a formatter :> ) are also welcome. :)


Solution

  • I don't have the solution to this, but if you have an EBNF grammar for IDL - that shouldn't be too difficult to find - then XText could be an "easy" way to create an editor. The formatter would be a little extra work, but...