Currently Being Moderated

Customizing RubyMine: color-schemes, keymaps, etc.

VERSION 4

Created on: Jul 1, 2009 6:24 PM by Eugene Toporov - Last Modified:  Jul 29, 2009 1:43 PM by Eugene Toporov

RubyMine allows customizing the major IDE parts such as code editor colors, keyboard bindings, live templates. See some examples of RubyMine extensions.

This document gives hints on the ways to share customizations and to use files shared by others.

Export_Settins_dlg.png

The easiest way to share/install the configuration is to use settings Export/Import feature (File | Export Settings and File | Import Settings).

 

RubyMine stores all customization in its configuration folder. The folder is located:

  • on Windows
    • WinXP: C:\Documents and Settings\<user>\.RubyMine10\config
    • Vista: C:\Users\<user>\.RubyMine10\config
  • on Mac: ~/Library/Preferences/RubyMine10
  • on Linux: ~/.RubyMine10/config

 

The configuration folder contails following subfolders that may be of interest:

FolderDescription
colorsContains editor colors and fonts customization schemes
keymapsContains IDE keyboard customizations
templatesContains additional live templates

 

Normally files under the above folders are XML files named as your customizations. Each file can be used and shared separately. If you got such file from somewhere, just put it to the appropriate location, restart RubyMine and you can apply the new customization

Average User Rating
(0 ratings)




Ed Ruder Ed Ruder  says:

It would be great if there were a central repository of RubyMine customizations and themes!

Eugene Toporov Eugene Toporov  says in response to Ed Ruder:

Ed,

I'm sure we'll do something like this one day. We just need to collect some amount of materials for it.

For now, here is the repository — RubyMine extensions and tips by RubyMine community

More Like This

  • Retrieving data ...