Or at least to a few selected parts, like code inspections. It would be amazing to write new ruby inspections in ruby itself. I can see the number of available inspections growing fast if we make them more accessible.
We have plans to provide some API to write some parts of RubyMine using JRuby (in fact some parts are already written). Stay tuned to get more information on this:-)
Or at least to a few selected parts, like code inspections. It would be amazing to write new ruby inspections in ruby itself. I can see the number of available inspections growing fast if we make them more accessible.
You can take a look into the "rb" directory of the RubyMine installation.
What we have there is very far from idiomatic Ruby, and we can do much better than that, but still it's a start. :)
-- Dmitry Jemerov Development Lead JetBrains, Inc. http://www.jetbrains.com/ "Develop with Pleasure!"
Hello Marcus,
We have plans to provide some API to write some parts of RubyMine using JRuby (in fact some parts are already written).
Stay tuned to get more information on this:-)
Thanks,
Oleg
Hello Marcus,
You can take a look into the "rb" directory of the RubyMine installation.
What we have there is very far from idiomatic Ruby, and we can do much better
than that, but still it's a start. :)
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"