Everlaw / nbts

NetBeans TypeScript editor plugin
283 stars 46 forks source link

Support projects Java Web -> Web Application #29

Closed logongas closed 8 years ago

logongas commented 8 years ago

Support plugin in projects "Java Web" -> "Web Application"

jeffrey-easyesi commented 8 years ago

The plugin should work with .ts files in any kind of project.

Are you talking about the Project Properties category with the compile-on-save option in it? I made it appear in all the same kinds of projects that have the parent category "JavaScript Frameworks", but it looks like (non-Maven) Web Application is not one of those.

logongas commented 8 years ago

Yes, is the "compile-on-save option" in "Java Web" -> "Web Application" projects.

jeffrey-easyesi commented 8 years ago

Fixed in master branch. In the meantime you can always enable it manually by putting auxiliary.netbeanstypescript.compileOnSave=true in nbproject/project.properties

logongas commented 8 years ago

Thank you :-)

jeffrey-easyesi commented 8 years ago

Fixed in release 1.8.2.0