rust-netbeans icon indicating copy to clipboard operation
rust-netbeans copied to clipboard

is any guy work on this plugin?

Open wangguofeng1923 opened this issue 5 years ago • 4 comments

i really need this plugin to develop Rust program in netbeans. Just want to know is there any guy work on it ?

wangguofeng1923 avatar Nov 28 '19 07:11 wangguofeng1923

Same here

Sinevia avatar Jun 04 '20 17:06 Sinevia

I will have a look into this soon if I find time. There are already people who knows this repo and talked about it. So we are very interested to bring this back to live.

Chris2011 avatar Jan 06 '22 20:01 Chris2011

So here are my insides:

  • we need ruby as a dependency for the tests which is odd we should get rid of it.
  • Testrunner UI is a dependency of this plugin which prevents us from installing into NetBeans because rust-netbeans must be a friend of this dependency which is not nice as we can see. We should get rid of the testrunner.
  • The Testrunner is not just used for the test section it is also part of code pards inside the cargo folder but I dunno why. I removed the stuff and I can build and install it.
  • I got parser errors so lexer needs to be fixed. There is much work to do.

Chris2011 avatar Jan 06 '22 21:01 Chris2011

I think we don't need this anymore. Just have a look into this PR 😎 : https://github.com/apache/netbeans/pull/5567 just help him testing this cool new feature.

Chris2011 avatar Apr 14 '23 13:04 Chris2011