drrb / rust-netbeans

NetBeans Rust plugin
GNU General Public License v3.0
52 stars 20 forks source link

Missing "Repeat Build/Run" support #25

Open timboudreau opened 5 years ago

timboudreau commented 5 years ago

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, but no actions are passed to IOProvider.getIO().

Very likely, changing CommandRunnerUI to use NetBeans external execution api would provide that support for free.