public
Description: easy open JavaScript and Ruby method def and completion.Textmate Bundle
Homepage: http://d.hatena.ne.jp/haru01/
Clone URL: git://github.com/haru01/easy-open-tmbundle.git
name age message
directory Commands/ Loading commit data...
directory Preferences/
file README
directory Support/
file info.plist
README
= EasyOpen TextMate Bundle
Easy Open support by TextMate

== Feature List
  * open ruby class, module, def in project (F13, F4, F3)
  * code completion (ESC)
  * open recent file in project (control shift h)
  * open gem 

== Installation 
  cd ~/Library/Application\ Support/TextMate/Bundles
  git clone git://github.com/haru01/easy-open-tmbundle.git EasyOpen.tmbundle

== Usage (open def)
  0. run 'create_location_def_data_file' (F13)
  1. move cursor to method name
  2. run 'open_def' (F4)
     => move cursor to def
  3. run 'back_open_def' (F3)
     => back cusor (1.) 

== Usage(completion => open_def)
 0. run 'create_location_def_data_file' (F13)
 1. type def name
 2. type (esc) current cusor 
    => auto completion def name
 3. run 'open_def' (F4)
    => move cursor to def

== UnInstallation
  rm -rf ~/Library/Application\ Support/TextMate/Bundles/EasyOpen.tmbundle
  rm -rf ~/.easyopen_tmbundle