GitXplorerGitXplorer
j

Rotor.tmbundle

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
060232306d0e8803f5043b29fff8d72d074c89c8

Edited README.md via GitHub

committed 13 years ago
Unverified
3e4e84384159179e9ed192d8d065e2131c57846a

updating Readme

committed 14 years ago
Unverified
e66f53e486dc0fe990845ca463a9131690b06e60

adding in bundle

committed 14 years ago
Unverified
b29a1884cfa9580e016c0cdcda840aabcd5096c4

first commit

committed 14 years ago

README

The README file for this repository.

Instructions on how to get set-up

Getting up and going is pretty straight forward.
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/jpatzer/Rotor.tmbundle.git
osascript -e 'tell app "TextMate" to reload bundles'

How to enable multiline comments

The trick to getting this to work is to tell TextMate to recognize your comments preference. To do this, you'll have to open up your bundle editor (Bundles > Bundle Editor > Show Bundle Editor) and navigate to the Source bundle. Open it and find the comments preference. In the Scope Selector write source.rotor.

Now you can do multiline comments with 'command + /' key combo (or any other that you'd like to define on your own).

At some point I may figure out a better way to do this (I'm probably missing something), but until then you'll have to go about things this way.

If you want to make changes to the bundle

When you make changes to your Git-ified bundle in the Bundle Editor, you’ll need to Reload Bundles for the changes to show up in your repository. Then you’ll need to git add . and commit / push as you would a normal repository.