rust-netbeans
rust-netbeans copied to clipboard
NetBeans Rust plugin
This patch uses [Yenta](https://bitbucket.org/jglick/yenta) to set up friend dependencies, so that it is possible to develop/run it in development versions of NetBeans (where the implementation dependency versions won't match those...
While editing a Rust source file - if it cannot be avoided, better to catch it and throw a ParseException that the highlighter can deal with: ``` java.lang.IndexOutOfBoundsException: Index 0...
After building or running a Rust project, the Repeat Build / Run action is not active; it should likely also be present in the vertical toolbar in the output window,...
The plugin currently has an implementation dependency (or "friend" dependency) on the Common Test Runner API. This means that it needs to be installed with a specific version of that...
[surefire-reports.zip](https://github.com/drrb/rust-netbeans/files/1917464/surefire-reports.zip)
It would be good, to have an empty project to create it from within NetBeans. Is there a specific file/folder that we can check a specific Rust project type? So...