subtleGradient / easy-open-tmbundle forked from haru01/easy-open-tmbundle
- Source
- Commits
- Network (1)
- Downloads (5)
- Wiki (1)
- Graphs
-
Tree:
fb03bd5
commit fb03bd5a9697eccf85450d9cfee6adc89f343617
tree 5a6e92fcd11cf3a78c6bffad3d845182c7f3aea7
parent 9c0b491f1cb9615bf3d5383bdb037a5d3335ae50
tree 5a6e92fcd11cf3a78c6bffad3d845182c7f3aea7
parent 9c0b491f1cb9615bf3d5383bdb037a5d3335ae50
| name | age | message | |
|---|---|---|---|
| |
Commands/ | ||
| |
Preferences/ | ||
| |
README | Fri Mar 06 22:34:48 -0800 2009 | |
| |
Support/ | ||
| |
info.plist |
README
= 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

