Posts Tagged ‘settings’

RubyMine TipCast: customize IDE UI beyond recognition in 2 mins

Wednesday, December 30th, 2009

We, software developing kind, are very demanding to customization abilities of the tools we use daily. There is almost no way a vendor can create a UI that will please all. And RubyMine, being a complex tool with lots of functionality, offers users a wide variety of options to customize and tweak the IDE. This includes keymaps, editor settings, custom color schemes for the editor, and many other appearance and user experience options.

In this 2-minute video we will demo some of the options that many will find useful.
View larger, in a new window



Check other RubyMine demos

We’d like to know what else you want to see in RubyMine Tipcast series. Please let us know in the comments.

Synchronizing RubyMine Configuration using IDEA Server

Monday, December 28th, 2009

RubyMine license allows using the IDE from different computers (non-simultaneously). And once you have more than one IDE installation, you are in need to configure them all. But most likely you’d want them all to be configured similarly. So, to simplify this task, we’ve made the so called ‘IDEA Server plugin’ compatible with RubyMine 2.x

The plugin allows to synchronize IDE settings between installations, so setting up a new workstation is the matter of several clicks with it.

To install the plugin, open IDE Settings | Plugins, select the ‘Available’ tab, find the ‘Idea Server Plugin’ in the list and install it. Then restart RubyMine and you will get the Settings Server login prompt on startup.

For more information about the plugin and how it works please refer to Synchronizing IntelliJ IDEA Settings using IDEA Server document in our knowledge base.



If you find some problems or have additional questions about this functionality — let us know.

Note: To use the plugin you need RubyMine 2.0.1 or later.

Develop with pleasure,
-JetBrains RubyMine Team