scss.tmbundle
https://github.com/marioricalde/scss.tmbundle
The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
SystemNoteService#noteable_moved
Called when noteable has been moved to another project direction - symbol, :to or :from noteable - Noteable object noteable_ref - Referenced noteable author - User performing the move Example Note text: "moved to some_namespace/project_new#11" Returns the created Note object
Edit
git clone [email protected]:marioricalde/scss.tmbundle.git
cd scss.tmbundle
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-SystemNoteService-noteable_moved-for-pr
# Commit to gitgit add git commit -m "better docs for SystemNoteService#noteable_moved"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-SystemNoteService-noteable_moved-for-pr
hub pull-request
# Celebrate!