This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu May 21 07:11:33 -0700 2009 | |
| |
Commands/ | ||
| |
Macros/ | ||
| |
Preferences/ | ||
| |
README | ||
| |
Support/ | ||
| |
info.plist | Sat Jun 13 23:58:25 -0700 2009 |
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








