https://blogs.oracle.com/geertjan/extending-the-javascript-editor-in-netbeans
Gj On Mon, Aug 26, 2019 at 7:20 PM Peter Nabbefeld <[email protected]> wrote: > > Hello, > > I've noticed several javascript support modules in the repository, but > it seems they're doing nothing, especially the ExtJS module (i.e. I > cannot find out how to add ExtJS support to my project). > > How are these javascript modules supposed to work? Are there any > services to be implemented? Or does one module exist which I could use > to parse JavaScript? Can I provide the parser with information where > there're some JavaScript libraries located? This is, because some other > module in the runtime comtainer (Tomcat) already provides the libraries, > I'd just need to tell the parser which libraries are included, while > these don't need to be included in the resulting war. > > Kind regards > Peter > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > >
