blakeanderson / Sublime-Text-Redmine-Plugin

Pull up assigned Redmine issues in the sublime text quick panel
8 stars 5 forks source link

Sublime Text 2 Redmine

Overview

View your assigned redmine issues in the quick panel, and opens your selection in a web browser.

Installation

Go to your Sublime Text 2 Packages directory

and clone the repository using the command below:

git clone https://github.com/blakeanderson/Sublime-Text-Redmine-Plugin.git Redmine

Settings

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": ""
}

Usage

Keys: 'Command' (OSX) 'Ctrl' (Linux / Windows)