Skip to content

Commit

Permalink
Finally got things working more reliably.
Browse files Browse the repository at this point in the history
Also, updating the README with a bit more info and adding an animated
screenshot.
  • Loading branch information
Eric West committed Jul 6, 2014
1 parent 0084849 commit a966f81
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 76 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,16 @@ Or install it yourself as:

$ gem install rsense

If you use `rbenv` please be sure to rehash: `rbenv rehash`.

Then install this package via [Sublime Text's package manager](https://sublime.wbond.net/), within preferences. Just search for `rsense`.

## Usage

You'll need to run `rsense start` from the command line, though we do eventually plan to add an command for starting and stopping the server.
You can tell RSense where your project is with `--path /path/to/project/root`.
The path passed in should be to the directory where your Gemfile is. This may improve the user experience.

Completions are triggered on `.` and `::`.

More information about rsense can be found at http://rsense.github.io/ .
2 changes: 1 addition & 1 deletion rsense_completions.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def make_command(self, view, text, location, path):
row, col = view.rowcol(location)
locstring = "".join([str(row), ":", str(col)])

rsense_com = "./rsense_completions.rb "
rsense_com = "_rsense_commandline.rb "

detect_proj = self.get_project(view)

Expand Down
75 changes: 0 additions & 75 deletions rsense_completions.rb

This file was deleted.

Binary file modified subl_rsense.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a966f81

Please sign in to comment.