Skip to content

Commit

Permalink
- updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianEberius committed Apr 10, 2012
1 parent fea772c commit 0def43b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Default.sublime-commands
Expand Up @@ -14,13 +14,5 @@
{
"caption": "Subclim: Go to definition",
"command": "java_goto_definition"
},
{
"caption": "Subclim: Open eclipse project",
"command": "eclipse_projects"
},
{
"caption": "Subclim: Ping",
"command": "subclim_core_ping"
}
]
4 changes: 4 additions & 0 deletions README.markdown
Expand Up @@ -10,6 +10,8 @@ Installation
Just add the plugin to your Sublime Text packages directory as usual.
Additionally, install Eclim from eclim.org. Then, in Sublime Text run the command set_eclim_path
via the command palette to tell ST2 where to find eclim.
*Important*: This plugin is only compatible with Eclim version 1.7.3 or greater.
*Important 2*: I would recommend to disable ST2's "as-you-type" completion when working with Subclim (setting "auto_complete" to false). For bigger projects, the Eclim completions can not keep up and might mess up your typing. Just find out whether it works for you.

Usage
-----
Expand All @@ -26,3 +28,5 @@ In addition to completions, the following commands are supported at the moment:
- Go to definition
- Import class under cursor
- Run current class as Java application

Most other Eclim commands might be available too, but are not supported. Check generated.py and set keybindings for the commands there if you are feeling adventurous.

0 comments on commit 0def43b

Please sign in to comment.