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
file .gitignore Thu May 21 07:11:33 -0700 2009 add ignore [haru01]
directory Commands/ Sun Mar 22 02:14:41 -0700 2009 refactoring next_bookmark [haru01]
directory Macros/ Loading commit data...
directory Preferences/ Thu May 21 15:37:32 -0700 2009 specのyamlファイルを使って、モデルのattributeをcompletion対象にする... [haru01]
file README Fri Mar 06 22:34:48 -0800 2009 保存の部分の移動。next prevの微調整 [haru01]
directory Support/ Thu Jun 25 20:46:59 -0700 2009 Ruby定数をインデックス対象に追加した [Ienaga Eiji]
file info.plist
= EasyOpen TextMate Bundle
 Easy Open method, class etc.. support by TextMate

== Support Language
  * Ruby
  * JavaScript

== Feature List
  * open method in project
  * code completion
  * open recent file in project
  * 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_def_index_file'
  1. move cursor to method name
  2. run 'open_def'
     => move cursor to def
  3. run 'back_open_def'
     => back cusor (1.) 

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

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

  
== TODO
 * remove bookmark if not found file-line