View your assigned redmine issues in the quick panel, and opens your selection in a web browser.
Go to your Sublime Text 2 Packages
directory
~/Library/Application Support/Sublime Text 2/Packages/
%APPDATA%/Sublime Text 2/Packages/
~/.Sublime Text 2/Packages/
~/.config/sublime-text-2/Packages/
and clone the repository using the command below:
git clone https://github.com/blakeanderson/Sublime-Text-Redmine-Plugin.git Redmine
For the plugin to work, you will need to update Redmine.sublime-settings
Add your redmine url, user id, username, and password, then your set.
Redmine.sublime-settings
{
// Redmine URL
"redmine_url": "",
// Redmine User ID: click logged in as 'username' and enter number on the very right of the url
"redmine_user_id": "",
// Redmine Username
"username": "",
// Redmine Password
"password": ""
}
Command-Shift-M
Keys: 'Command' (OSX) 'Ctrl' (Linux / Windows)