| Extending JSDT [message #527784] |
Fri, 16 April 2010 09:14  |
Igor Messages: 2 Registered: April 2010 |
Junior Member |
|
|
I have a PDE/RCP project which needs to support a custom extension to JavaScript, essentially a language that is a superset of JS (*.SJS files). It is ultimately compiled to JS, but I would like to be able to provide source editing, syntax coloring, folding, content assist, debugging, etc. within the .SJS extended source.
I was thinking that extending the JSDT is the right way to go, but am having some problems getting started. Also, judging from the fact that JSDT seems to have a lot of stuff copied from JDT, it makes me wonder if I will be ultimately forced to do the same.
Could someone suggest what is the best approach here and give me some initial pointers?
[Updated on: Fri, 16 April 2010 09:35] Report message to a moderator
|
|
|