ST2-Color-Console icon indicating copy to clipboard operation
ST2-Color-Console copied to clipboard

Fix for path issue

Open GemMachine opened this issue 11 years ago • 0 comments

I know others have mentioned this, but there's actually a few issues:

  1. Installation in Ubuntu requires the folder to be renamed to ColorConsole (different name in the zip).

  2. Both Windows and Ubuntu require the path to be corrected in Widget.sublime-settings file.

  3. Ubuntu seems to be forgiving on the syntax, but in Windows extra whitespace after the closing brackets will still result in an error.

Using this exact format worked for me in both systems:

{ "syntax": "C:/Users/Ghost/AppData/Roaming/Sublime Text 2/Packages/ColorConsole/Console.tmLanguage", "color_scheme": "Packages/User/Color Highlighter/themes/deep_blue_see.tmTheme"}

The path for "C:/" will need to be changed to the proper directory path for Ubuntu, but it's effectively the same.

Note that rather than following the method suggested on the original repository to change the color scheme for the console, you can just change it in the code above.

GemMachine avatar May 16 '14 03:05 GemMachine