Search code examples
javaeclipseeclipse-pluginjfacedot.js

Eclipse JFace editor with JavaScript support


I'm developing Eclipse editor with SWT/JFace for doT.js template engine. I have done tags highlighting, content assist with doT.js global variables and tags. But I'm new at Eclipse plugin development and I have a probleem.

Problem is that inside doT.js tags I need JavaScript syntacs. Is it possible to use already existing editors/ plugins (like Aptana plugin) or add JS syntacs some other way?


Solution

  • I used Aptana plugin to get JavaScript and HTML syntax support for my editor. WTP seemed to complicated for that.