My Rubymine extensions git repo Follow
I just created a git repo for my Rubymine settings.
http://github.com/btakita/rubymine-extensions/tree/master
So far, I have only added some Live templates, but I plan on adding my favorite settings and possibly some custom Rubymine extensions using Rubymine's Ruby api.
If anybody else has their extensions anywhere, please post a link.
Thanks,
Brian
Please sign in to leave a comment.
Hi Brian,
It's nice idea! I'm sure it will be pretty useful for other users. You can also add "green-chaud" color scheme which was ported by Hannes Rammer (see http://www.jetbrains.net/devnet/thread/280562?tstart=30 thread)
Hello guys,
Sounds great!
We'll publish some how-to on RubyMine scripting API most likely after 1.0 release!
Thanks,
Oleg
Our API isn't documented although you can look examples in /Applications/idea/RubyMine-XXX.app/rb/scripts/ and some ruby API in /Applications/idea/RubyMine-824.app/rb/api/. On startup RM will load all scripts from RubyMine-XXX.app/rb/scripts/ folder.
That is great. The thing that is missing is a hook to add version-independent scripts.
I would like to be able to place my scripts inside of the config directory (~/.RubyMine10 on Linux).
I could add the rb/scripts directory to the project, but there would be a couple of disadvantages:
* I would need to use the scripts from one version of Rubymine (probably the latest)
* It would require a manual step (ln -s) to link rb/scripts to my version
Thanks.
I added the Green Chaud theme.