coffeescript-netbeans
coffeescript-netbeans copied to clipboard
CoffeeScript support for NetBeans IDE
Error validation is not working anymore on netbeans 7.3 (OSX, rhino, plugin 1.4) There are no warning notification at the line numbers and on compilation I do not see the...
I can't add line breakpoints in *.coffeescript files and netbeans debugger doesn't work well I hope you can fix this
Hello, this exception has been reported to NetBeans Bugzilla: ``` Stacktrace: java.lang.NullPointerException at coffeescript.nb.CoffeeScriptHTMLParserTask.run(CoffeeScriptHTMLParserTask.java:45) at org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:584) at org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:809) at org.openide.util.lookup.Lookups.executeWith(Lookups.java:304) at org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:725) at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:686) ``` See https://netbeans.org/bugzilla/show_bug.cgi?id=255166. Please evaluate the...
Hey, first off, thanks for this nice plugin! Is there any way to enable code completion for coffee files? Thought to treat them as javascript files (mime), but that doesn't...
It seems like this project may no longer be actively maintained, however, FWIW this would be a very useful feature to have in the project.
When editing HTML files in my NetBeans HTML5 projects, then I often see this exception in the IDE Log: ``` java INFO [org.netbeans.spi.lexer.MutableTextInput]: !!WARNING!! Missing READ-LOCK when accessing TokenHierarchy: input-source:org.netbeans.modules.editor.NbEditorDocument@4e32085c,...
Sometimes ScriptableObject.getProperty(location, "first_line") return an Integer (so can't cast Integer to Double) that fix it like this case: class test constructor:() -> @fail_case : { test: 0 }
Netbeans feature `Navigate > Select in Projects` does open coffee project, but does not select file on `Projects` tab
Add support for .litcoffee files and compile them into JS. See [CoffeeScript.org Literate Coffeescript](http://coffeescript.org/#literate) Adding .litcoffee as a recognised extension in NetBeans as text/coffeescript doesn't allow the code to compile....
I know both of these are things that netbeans should provide, but I am hoping you could figure out how to get them to work somehow. 1) I need line...