public
Description: How we roll with the 'Mine
Homepage:
Clone URL: git://github.com/pivotal/Pivotal-Preferences-RubyMine.git
name age message
file .gitignore Wed Jul 22 08:06:21 -0700 2009 dwf - adding .gitignore [Davis W. Frank]
file README.markdown Fri Dec 04 13:55:08 -0800 2009 am - Updated README to reflect version 2.0 of R... [pivotal]
directory keymaps/ Fri Dec 04 13:50:13 -0800 2009 am - Updates for RubyMine 2.0 [pivotal]
directory templates/ Wed Aug 19 10:32:17 -0700 2009 adam/tyler: add tlog [pivotal]
README.markdown

Pivotal RubyMine Preferences

Pivotal Standard RubyMine Keymap

To install these keybindings into RubyMine copy the pivotal.xml file to this path:

~/Library/Preferences/RubyMine20/keymaps/

...or you can just run the following command:

wget -O ~/Library/Preferences/RubyMine20/keymaps/pivotal.xml http://github.com/pivotal/Pivotal-Preferences-RubyMine/raw/master/keymaps/pivotal.xml

If RubyMine is running you will need to restart before the keybindings will be available.

RubyMine Live Templates for writing Palm(R) webOS(tm)

Included are templates for (among other things):

  • the various Jasmine blocks (describe(), it(), runs(), etc.)
  • blocking out the main entry points for a webOS Scene Assistant
  • making a new protoype property on a JavaScript class

These should be useful for any JavaScript/Jasmine project

To Install:

Clone & then copy jasmine.xml and webOS.xml into this path:

~/Library/Preferences/RubyMine20/templates/

...or you can just run the following commands:

wget -O ~/Library/Preferences/RubyMine20/templates/jasmine.xml http://github.com/pivotal/Pivotal-Preferences-RubyMine/raw/master/templates/jasmine.xml

wget -O ~/Library/Preferences/RubyMine20/templates/webOS.xml http://github.com/pivotal/Pivotal-Preferences-RubyMine/raw/master/templates/webOS.xml

If RubyMine is running you will need to restart before the templates will be available.