Coder Social home page Coder Social logo

guttercolor's Introduction

Hi there 👋

guttercolor's People

Contributors

andytruett avatar bwinton avatar digeomel avatar ggordan avatar jackub avatar jbrooksuk avatar jobedom avatar mieky avatar mwagstaff avatar pyrrho avatar rexdf avatar stormslowly avatar tdhsmith avatar wesbos avatar zawi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

guttercolor's Issues

Gutter colour error

Hello,

This is what I see on ST3-latest, Windows7x64 and ImageMagick-6.8.8-8-Q16-x64-dll.

ss

Any idea what's up?

Update release labels

Just a minor meta request: Package Control relies on the GitHub release labels to determine whether to update its version and we haven't "released" since v0.1.7 on March 16.

Check this test.css: Gutter Color vs Color Highlighter

This is a screenshot with Gutter Color enabled (Color Highlighter disabled):
test css_gutter-color

This is a screenshot with Color Highlighter enabled (Gutter Color disabled):
test css_color-highlighter

I see that Color Highlighter show different tone of blue and green color for the lines named blue and green, but Gutter Color show others color very far of the blue and Green.
Why is great difference, both use ImageMagick.

Different outputs on different color schemes

Twilight for some reason outputs it right.
Solarized Light and Creamy outputs dark dots.
When I add colors using any scheme, most of the times appears a weird square instead of the colored circle.

I'm using ST3 on Mavericks.

Windows...

Can't seem to get it working with Windows... I'm sure it's the path but any help would be great.
capture
capture2

.

I still cannot get it works on Windows 7 64bit, Sublime 3 (3065)

My ImageMagick's installed location

According to someone's comment, I've installed 32bit version of ImageMagick, I couldn't get the 64 bit version to work anyway

Gutter Color user's setting

"convert_path" : "C:\\Program Files (x86)\\ImageMagick\\convert.exe",, I also had tried "convert_path" : "C:/Program Files (x86)/ImageMagick/convert.exe",, and trying to restart Sublime for several times.

Result

I still cannot get it works anyway

Please help, thanks.

Wrong colors

Mac OS X Lion 10.7.5 (11G63)
Sublime Text 3 (3065)
Color Scheme: dimmed
imagemagick: stable 6.8.9-8, HEAD (brew)
2014-11-25 13-36-08 colors

Digit regex doesn't match numbers such as ".3"

When using colors such as rgba( 100, 100, 100, .5 ) the RGBA regex doesn't accept the decimal without a leading zero.

Furthermore, this change has broken RGBA coloring completely, since it removed the only capture group in the RGBA_REGEXP pattern, and so when we attempt to construct the rgb() constructor from the rgba() line here we don't have a capture group to use and nothing works.

Corrupt Output

I am not sure if this is a plugin conflict, any advice would be appreciated:
screenshot 2014-06-19 09 00 50

Here is a list of my packages:

{
      "installed_packages":
      [
        "AdvancedNewFile",
        "Alignment",
        "AppleScript Completions and Snippets",
        "ApplySyntax",
        "AsciiDoc",
        "BeautifyRuby",
        "Better CoffeeScript",
        "DashDoc",
        "DevDocs",
        "Gist",
        "Gutter Color",
        "INI",
        "Keymaps",
        "Modific",
        "nginx",
        "Open URL",
        "Package Control",
        "PlainTasks",
        "rspec-snippets",
        "rsub",
        "Sass",
        "SideBarEnhancements",
        "SSH Config",
        "SyncedSideBar",
        "Table Editor",
        "Theme - Soda",
        "Theme - Spacegray"
      ]
    }

EDIT: I forgot to mention that I do have ImageMagick installed (via homebrew) and set in the settings.

$ convert --help | head -n2
Version: ImageMagick 6.8.6-3 2013-07-06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC

Not working on Windows

This is my GutterColor.sublime-settings:

{
  "convert_path": "C:/Program Files/ImageMagick-6.8.9-Q16/convert"
}

Is the path right? Everything were installed well, convert is working on CMD and until now, no errors found – even in the Sublime's console.

Yes, I am using Windows.

Throws error on ST3 on Mac

Installed through package control.

reloading plugin Gutter Color.file
Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
    m = importlib.import_module(modulename)
  File "./importlib/__init__.py", line 90, in import_module
  File "<frozen importlib._bootstrap>", line 1584, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1565, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 584, in _check_name_wrapper
  File "<frozen importlib._bootstrap>", line 1022, in load_module
  File "<frozen importlib._bootstrap>", line 1003, in load_module
  File "<frozen importlib._bootstrap>", line 560, in module_for_loader_wrapper
  File "<frozen importlib._bootstrap>", line 868, in _load_module
  File "<frozen importlib._bootstrap>", line 313, in _call_with_frames_removed
  File "/Users/allen/Library/Application Support/Sublime Text 3/Packages/Gutter Color/file.py", line 3, in <module>
    from GutterColor.line import Line
ImportError: No module named 'GutterColor'
reloading plugin Gutter Color.gutter_color
Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
    m = importlib.import_module(modulename)
  File "./importlib/__init__.py", line 90, in import_module
  File "<frozen importlib._bootstrap>", line 1584, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1565, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 584, in _check_name_wrapper
  File "<frozen importlib._bootstrap>", line 1022, in load_module
  File "<frozen importlib._bootstrap>", line 1003, in load_module
  File "<frozen importlib._bootstrap>", line 560, in module_for_loader_wrapper
  File "<frozen importlib._bootstrap>", line 868, in _load_module
  File "<frozen importlib._bootstrap>", line 313, in _call_with_frames_removed
  File "/Users/allen/Library/Application Support/Sublime Text 3/Packages/Gutter Color/gutter_color.py", line 1, in <module>
    from GutterColor.file import File
ImportError: No module named 'GutterColor'

Add hidden key to fixed file

In Build 3067, Sublime will now look for a <key>hidden</key> element in the colour scheme and not show it to the user.

This would be good for the fixed themes.

Retina support?

Is it possible to add in retina support? The circles are fuzzy for me.

Colors are off if using hsl

screen shot 2015-01-21 at 3 54 03 pm

The first line shows as red, while the others show up correctly.

(They should all look the same teal/blue)

Support for following Sass variables

It would be nice if this was able to follow Sass variables so I can see the color representation in other files besides where I have my variables declared.

No idea of the complexity involved, but it would be awesome.

Support for mixed digits and percentages in RGB, HSL...

As noted in #60, ImageMagick does not allow rgb, hsl, rgba, or hsla to mix percentage and non-percentage values. (Alpha channel is excluded; it is always expected to be between 0 and 1.) This is a problem because mixing values is common (#15) and necessary. The CSS spec for HSL, for example, requires a format of hsl(<angle>, <percentage>, <percentage>).

@jbrooksuk suggested we first try to submit a patch to ImageMagick.

If that's unsuccessful or out of their scope, we'll have to add number conversion logic.

Check conflicts with other theme-modifying plugins

We should probably try to examine edge cases with other theme-modifying packages. I suspect SublimeLinter3 for example could get into something of an edit war if automatic fixes are turned on. Just something to be aware of and be proactive about as we move forward

GutterColor and MAMP

It looks like MAMP already has ImageMagick installed itself. Altought i was pointing the right path to "convert" inside mamp folder, Sublime Text was showing "Could not convert color" error in Console.

So i update brew and install ImageMagick in usr/local/bin (instead of /Applications/MAMP/Library/bin/convert), save the config as usr/local/bin and GutterColor is working.

I will check afterwards if GutterColor can use MAMP convert file with some permissions on that folder.

Display broken when moving lines

I'm using ST3 on Ubuntu 12.04 32bit with ImageMagick 6.6.9-7 2014-03-06 Q16.

To reproduce the problem create multiple lines with colours, then move one of the lines to the other side of the other, using Sublime's ctrl+[arrow] feature. The moved line clears the unmoved and after that the unmoved remains unparsed until its line is modified again. (Or if Sublime is forced to refresh the view of the file for eg. when focus is lost and then restored.)
Initial state:
kijells_002

After moving the white line down:
kijells_003


ps.: you can create further funny compositions by moving lines back-and-forth. For eg. by moving lines without colour over the ones with colour;
Like this :)
kijells_004

Add support for RGBA, HSL and HSLA

Would be great if we could get support for these three:

I think it would be enough to just ignore the alpha channel

color:rgba(255,255,255,0.4);
color:hsl(291, 90%, 50%);
color:hsla(291, 90%, 50%,0.2);

License?

What is the license for GutterColor re: modification, distribution?

GraphicsMagick support

Are there any plans to support using GM instead of IM? If I'm not mistaken, GM should be backwards compatible with IM apart from the commands now falling as subcommands of the gm executable.

Colors are not quite correct

It seems colors are not quite correct - looks like sublime text renders the pngs at ~90% opacity. From looking through the add regions docs there doesn’t seem to be a clear way around this within the plugin.

I got round this by adding a line to my current theme that styles the gutter_color scope to pure white. Colors all came out perfectly after this.

Occasional error in syntax(view)

Every so often I find this error in my console. I'm not sure when it's happening, but the few times I've caught it have been shortly after opening a new file or launching ST. Maybe sometimes the view's settings take a while to get settled and we're querying them before they exist? /unsubstantiated-guesswork

Traceback (most recent call last):
  File "/opt/sublime_text/sublime_plugin.py", line 311, in on_activated_async
    callback.on_activated_async(v)
  File "/home/taylor/.config/sublime-text-3/Packages/GutterColor/gutter_color.py", line 40, in on_activated_async
    if syntax(view) in settings().get('supported_syntax'):
  File "/home/taylor/.config/sublime-text-3/Packages/GutterColor/gutter_color.py", line 60, in syntax
    return view.settings().get('syntax').split('/')[-1].split('.')[0].lower()
AttributeError: 'NoneType' object has no attribute 'split'

Add CSS color keywords

This is just something I was adding to my own version, but I wanted to see if there was any interest:

Add an option to enable gutter colors for defined CSS keywords (which effectively match the X11 color names too) in typical CSS-like contexts.

Removed GutterColor and still have the red/yellow box :-(

Any idea how I can get rid of the redyellow box after removing gutter color? I couldn't get it to work on OSX, even tho I tried all your workarounds. Now I uninstalled it using the package manager and even tho I'm restarting I still get the red/yellow box on css colour lines...

Works only with all-caps hex values

The white dot is just displayed if the hex rgb-value is all caps. The problem just apperas on the #ffffff value - #aaaaaa for example works.

I've already cleared the cache-files located under: C:\Users\kkugelmann\AppData\Local\Sublime Text 3\Cache\GutterColor

image

I'm using ST3 on:

  • Windows 7 64bit
  • ImageMagick 64bit (convert_path set to "convert.exe")

GutterColor inline color display

Hi there,

This plugin is great, but doesn't go along with GitGutter very well, because of the restricted gutter space in Sublime.

A great user experience could be achieved by showing the color upon hovering or inline with the code. Is this possible? Is this planned?

Thanks anyway ;)

CSS Gradients

Generate a 16x16 representation of the css gradient instead of showing the first color.

All displayed colors are black

Hi, all colors in my ST3 gutter are black (tested on a LESS file):

guttercollor_issue

Here the others ST3 packages installed:

  • JsFormat
  • LESS
  • SublimeLinter

The path to ImageMagick convert is good (/usr/bin/convert).
I'm using a Linux Mint 16 64-bit distrib.

GutterColor conflicts with GitGutter

As shown in a screenshot below, GutterColor's color representation gets replaced by GitGutter's icon. Is there any way to have them both appear side by side, if needed?

guttercolor

Add support for displaying transparency

Another feature I was thinking about... would it be useful to actually render alpha channels in some way? I was thinking something like the checkered black-and-white pattern used by a lot of image editors... drawing that beneath any color with transparency and letting it show through. This should probably be controlled by user option and not enabled by default.

GC was updated and ST load this error

This is the log:

DPI scale: 1
startup, version: 3062 windows x64 channel: dev
executable: /C/Program Files/Sublime Text 3/sublime_text.exe
working dir: /C/Program Files/Sublime Text 3
packages path: /C/Users/TEST/AppData/Roaming/Sublime Text 3/Packages
state path: /C/Users/TEST/AppData/Roaming/Sublime Text 3/Local
hardware concurrency: 2
zip path: /C/Program Files/Sublime Text 3/Packages
zip path: /C/Users/TEST/AppData/Roaming/Sublime Text 3/Installed Packages
found 70 files for base name Default.sublime-keymap
found 6 files for base name Default.sublime-mousemap
found 70 files for base name Main.sublime-menu
top level value must be an array
loading bindings
loading pointer bindings
found 1 files for base name Nexus2.sublime-theme
theme loaded
app ready
wrote startup cache, added files: 1 orphaned files: 3 total files: 566 cache hits: 565
pre session restore time: 0.888666
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
using gamma: 2 (err: 43.7493)
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
startup time: 0.950666
first paint time: 0.950666
launching: /C/Program Files/Sublime Text 3/plugin_host.exe
reloading plugin Default.block
reloading plugin Default.comment
reloading plugin Default.copy_path
reloading plugin Default.delete_word
reloading plugin Default.detect_indentation
reloading plugin Default.duplicate_line
reloading plugin Default.echo
reloading plugin Default.exec
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading plugin Default.indentation
reloading plugin Default.kill_ring
reloading plugin Default.mark
reloading plugin Default.new_templates
reloading plugin Default.open_file_settings
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.swap_line
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.trim_trailing_white_space
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin AngularJS.AngularJS-sublime-package
reloading plugin AngularJS.jscompletions
reloading plugin AngularJS.message
reloading plugin AngularJS.sublime_commands
reloading plugin AngularJS.viewlocation
reloading plugin ApplySyntax.ApplySyntax
reloading plugin ApplySyntax.is_rails_file
reloading plugin Bower.Bower
Traceback (most recent call last):
  File "C:\Users\TEST\AppData\Roaming\Sublime Text 3\Packages\Bower\bower.py", line 9, in <module>
    from .bower.commands.install_dependencies import InstallDependenciesCommand
ImportError: No module named 'Bower.bower.bower.commands.install_dependencies'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\TEST\AppData\Roaming\Sublime Text 3\Packages\Bower\Bower.py", line 7, in <module>
    from .bower.commands.discover import DiscoverPackageCommand
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 671, in load_module
    exec(compile(source, source_path, 'exec'), mod.__dict__)
  File "C:\Users\TEST\AppData\Roaming\Sublime Text 3\Packages\Bower\bower.py", line 14, in <module>
    from bower.commands.discover import DiscoverPackageCommand
ImportError: No module named 'bower'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 73, in reload_plugin
    m = importlib.import_module(modulename)
  File "./importlib/__init__.py", line 90, in import_module
  File "<frozen importlib._bootstrap>", line 1584, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1565, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 671, in load_module
    exec(compile(source, source_path, 'exec'), mod.__dict__)
  File "C:\Users\TEST\AppData\Roaming\Sublime Text 3\Packages\Bower\Bower.py", line 14, in <module>
    from bower.commands.discover import DiscoverPackageCommand
ImportError: No module named 'bower'
reloading plugin BracketHighlighter.bh_core
reloading plugin BracketHighlighter.bh_logging
reloading plugin BracketHighlighter.bh_plugin
reloading plugin BracketHighlighter.bh_regions
reloading plugin BracketHighlighter.bh_remove
reloading plugin BracketHighlighter.bh_rules
reloading plugin BracketHighlighter.bh_search
reloading plugin BracketHighlighter.bh_swapping
reloading plugin BracketHighlighter.bh_wrapping
reloading plugin BracketHighlighter.ure
reloading plugin Can I Use.useIt
reloading plugin Character Table.Character Table
reloading plugin Clickable URLs.clickable_urls
reloading plugin ColorPicker.sublimecp
reloading plugin Composer.composer
some modules could not be inported (it is ok if using ST3
reloading plugin Composer.composer_st3
reloading plugin CSS Color Converter.colorconvert
reloading plugin CSS Extended Completions.cache
reloading plugin CSS Extended Completions.commands
reloading plugin CSS Extended Completions.completions
reloading plugin CSS Extended Completions.css_style_completions
reloading plugin CSS Extended Completions.extended_css_completions
reloading plugin CSS Extended Completions.location
reloading plugin CSS Extended Completions.project
reloading plugin CSS Extended Completions.settings
reloading plugin CSS Extended Completions.style_parser
reloading plugin CSS Format.css_format
reloading plugin CSS Primer.cssprimer
reloading plugin CSS Unminifier.CssUnminifier
reloading plugin CSS3.css3_completions
reloading plugin cssDOC.CssDoc
reloading plugin CSSFontFamily.CSSFontFamily
reloading plugin CSSLint.CSSLint
reloading plugin CSSLint.version_file_checker
reloading plugin CTags.ctags
reloading plugin CTags.ctagsplugin
reloading plugin CTags.test_ctags
reloading plugin CTags.test_ctagsplugin
reloading plugin Dictionaries.Dictionaries
reloading plugin DictionaryAutoComplete.DictionaryAutoComplete
reloading plugin Directory Settings.DirectorySettings
reloading plugin DNS Lookups.dns
reloading plugin Emmet.emmet-plugin
reloading plugin EncodingHelper.EncodingHelper
reloading plugin FileHeader.FileHeader
reloading plugin Find Non ASCII Characters.find_non_ascii
reloading plugin FindKeyConflicts.find_key_conflicts
reloading plugin FTPSync.__init__
reloading plugin FTPSync.FTPSync
reloading plugin FTPSync.ftpsynccommon
reloading plugin FTPSync.ftpsyncexceptions
reloading plugin FTPSync.ftpsyncfiles
reloading plugin FTPSync.ftpsyncfilewatcher
reloading plugin FTPSync.ftpsyncprogress
reloading plugin FTPSync.ftpsyncworker
reloading plugin FTPSync.ftpsyncwrapper
reloading plugin Function Name Display.FunctionNameStatus
reloading plugin GenerateUUID.generate_uuid
reloading plugin Google Spell Check.google-spell-check
reloading plugin Goto-CSS-Declaration.goto_css_declaration
reloading plugin Hex to HSL Color Converter.Hex-to-HSL-color
reloading plugin Hex to HSL Color Converter.RGB-to-HSL-color
reloading plugin HTMLBeautify.HTMLBeautify
reloading plugin HttpStatusCode.HttpStatusCode
reloading plugin Indent XML.indentxml
reloading plugin InsertDate.format_date
Traceback (most recent call last):
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 73, in reload_plugin
    m = importlib.import_module(modulename)
  File "./importlib/__init__.py", line 90, in import_module
  File "<frozen importlib._bootstrap>", line 1584, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1565, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 671, in load_module
    exec(compile(source, source_path, 'exec'), mod.__dict__)
  File "C:\Users\TEST\AppData\Roaming\Sublime Text 3\Packages\InsertDate\format_date\__init__.py", line 10, in <module>
    from . import pytz
  File "<frozen importlib._bootstrap>", line 1565, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 671, in load_module
    exec(compile(source, source_path, 'exec'), mod.__dict__)
  File "C:\Users\TEST\AppData\Roaming\Sublime Text 3\Packages\InsertDate\format_date\pytz\__init__.py", line 1115, in <module>
    tz for tz in all_timezones if resource_exists(tz)
  File "C:\Users\TEST\AppData\Roaming\Sublime Text 3\Packages\InsertDate\format_date\pytz\__init__.py", line 1115, in <listcomp>
    tz for tz in all_timezones if resource_exists(tz)
  File "C:\Users\TEST\AppData\Roaming\Sublime Text 3\Packages\InsertDate\format_date\pytz\__init__.py", line 123, in resource_exists
    open_resource(name).close()
  File "C:\Users\TEST\AppData\Roaming\Sublime Text 3\Packages\InsertDate\format_date\pytz\__init__.py", line 109, in open_resource
    return zf.open('/'.join([relpath, 'zoneinfo'] + name_parts))
  File "./zipfile.py", line 1140, in open
  File "./zipfile.py", line 1080, in getinfo
KeyError: "There is no item named 'format_date/pytz/zoneinfo/Africa/Abidjan' in the archive"
reloading plugin InsertDate.insert_date
Traceback (most recent call last):
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 73, in reload_plugin
    m = importlib.import_module(modulename)
  File "./importlib/__init__.py", line 90, in import_module
  File "<frozen importlib._bootstrap>", line 1584, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1565, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 671, in load_module
    exec(compile(source, source_path, 'exec'), mod.__dict__)
  File "C:\Users\TEST\AppData\Roaming\Sublime Text 3\Packages\InsertDate\insert_date.py", line 5, in <module>
    from .format_date import FormatDate, UnknownTimeZoneError  # ST3
ImportError: cannot import name FormatDate
reloading plugin Javascript Beautify.jsbeautify
reloading plugin jQueryDocs.jQueryDocs
reloading plugin JsFormat.js_formatter
reloading plugin Keymaps.Keymaps
reloading plugin LESS.less_completions
reloading plugin LinkOpener.LinkOpener
reloading plugin List LESS Variables.lessvariables
reloading plugin List stylesheet variables.stylevariables
reloading plugin LiveStyle.livestyle
reloading plugin LoremIpsum.LoremIpsum
reloading plugin Minifier.Minify
reloading plugin Nodejs.__init__
reloading plugin Nodejs.Nodejs
reloading plugin Non Text Files.NonTextFiles
reloading plugin Open URL.example
reloading plugin Open URL.open_url
reloading plugin Package Control.Package Control
reloading plugin PackageResourceViewer.package_resource_viewer
reloading plugin PackageResourceViewer.package_resources
reloading plugin PerlTidy.PerlTidyCommand
reloading plugin PerlTidy.PerlTidyErrorOutputCommand
reloading plugin PersistentRegexHighlight.PersistentRegexHighlight
reloading plugin Phpcs.phpcs
reloading plugin SassBeautify.SassBeautify
reloading plugin SCSS.scss_completions
reloading plugin SideBarEnhancements.Edit
reloading plugin SideBarEnhancements.SideBar
reloading plugin SideBarEnhancements.SideBarDefaultDisable
reloading plugin SideBarEnhancements.StatusBarFileSize
reloading plugin SideBarEnhancements.StatusBarModifiedTime
reloading plugin Status Bar Time.StatusBarTime
reloading plugin StringEncode.string_encode
reloading plugin SublimeTmpl.sublime-tmpl
reloading plugin SublimeWebColors.colorpicker
reloading plugin SublimeWebColors.webcolors
reloading plugin Tag.Edit
reloading plugin Tag.Tag
reloading plugin Tag.tag_close_tag
reloading plugin Tag.tag_close_tag_on_slash
reloading plugin Tag.tag_indent
reloading plugin Tag.tag_insert_as_tag
reloading plugin Tag.tag_lint
reloading plugin Tag.tag_remove
reloading plugin Tag.tag_remove_attributes
reloading plugin TernJS.tern
reloading plugin Theme - Aprosopo.set_theme
reloading plugin Toggle Css Format.ToggleCssFormat
reloading plugin Trimmer.Trimmer
reloading plugin Unicode Character Highlighter.sublime_unicode_nbsp
reloading plugin UnicodeMath.mathsymbols
reloading plugin UnicodeMath.unicodecomplete
reloading plugin View In Browser.ViewInBrowserCommand
reloading plugin WebFont.WebFont
reloading plugin Zeal.zeal
reloading plugin Autoprefixer.Autoprefixer
reloading plugin Autoprefixer.node_bridge
reloading plugin Cheat Sheets.cheat-sheets
reloading plugin CodeFormatter.CodeFormatter
CodeFormatter: formatting python files on ST3 not supported.
reloading plugin ConvertToUTF8.ConvertToUTF8
reloading plugin CSS3.google_fonts
reloading plugin CSScomb.CSScomb
reloading plugin CSSTidy.csstidy
reloading plugin Grunt.main
reloading plugin Gulp.base_command
reloading plugin Gulp.gulp
reloading plugin Gulp.progress_notifier
reloading plugin Gutter Color.file
reloading plugin Gutter Color.gutter_color
reloading plugin Gutter Color.line
reloading plugin HTML-CSS-JS Prettify.HTMLPrettify
reloading plugin Minify.Minify
Sublime Platform: windows
Sublime Version: 3062
PLUGIN_DIR: C:\Users\TEST\AppData\Roaming\Sublime Text 3\Packages\Minify
RUN_CMD_IN_SHELL: True
HAS_ASYNC_TIMEOUT: True
reloading plugin Nettuts+ Fetch2.Fetch
reloading plugin Sound.Sound
reloading plugin STProjectMaker.configuration
reloading plugin STProjectMaker.filetask
reloading plugin STProjectMaker.projectmaker
reloading plugin StringUtilities.stringutilities
reloading plugin Stylus.Stylus
reloading plugin SublimeCodeIntel.SublimeCodeIntel
reloading plugin Theme - Aprosopo1.set_theme
reloading plugin User.CSSFontFamily
plugins loaded
TernJS: No need to update PyV8
Syncing project empty
Starting TernJS server for empty with 1 libs and 0 files
CodeFormatter: Plugin Initialized
Traceback (most recent call last):
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 157, in on_api_ready
    m.plugin_loaded()
  File "C:\Users\TEST\AppData\Roaming\Sublime Text 3\Packages\Character Table\Character Table.py", line 193, in plugin_loaded
    create_mnemonic_keymap(user_dir)
  File "C:\Users\TEST\AppData\Roaming\Sublime Text 3\Packages\Character Table\Character Table.py", line 188, in create_mnemonic_keymap
    os.rename(fn+'.tmp', fn)
FileExistsError: [WinError 183] No se puede crear un archivo que ya existe: 'C:\\Users\\TEST\\AppData\\Roaming\\Sublime Text 3\\Packages\\User\\Character Table\\Default\\Default.sublime-keymap'
--------- <sublime.Settings object at 0x0000000005B814A8> ----------
False
True
True
C:\PHP\composer.phar
composer.json
['-n', '-v']
['-n', '-v']
['-n', '-v']
['-n', '-v']
['-n', '-v']
['-n', '-v']
FTPSync > plugin async loaded
CSSLint is a .sublime-package; Verifying required files.
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header\Text.tmpl
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header\Text.tmpl
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header\Text.tmpl
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
loaded 11390 snippets
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
Emmet: No need to update PyV8
Package Control: Installing 2 missing packages
Package Control: The package "Hex to RGB Converter" is not available on this platform.
Package Control: The package "Hex-to-RGBA" is not available on this platform.
Package Control: Skipping automatic upgrade, last run at 2014-08-21 14:22:12, next run at 2014-08-21 15:22:12 or after
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header\Text.tmpl
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header\Text.tmpl
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header\Text.tmpl
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header\Text.tmpl
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header\Text.tmpl
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header\Text.tmpl
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
error: Error loading colour scheme Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme: Unable to open Packages/Gutter Color/MultiLanger-Dark2.gcfix.tmTheme
Init webFont
_download_font_info
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header\Text.tmpl
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header\Text.tmpl
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header
C:/Users/TEST/AppData/Roaming/Sublime Text 3/Packages/User/template/header\Text.tmpl
reloading Packages/User/Fetch.sublime-settings

And this is the image:
error_gutcol

Allow GutterColor on every file type

Hi, great plugin!

I often want to see the color in other files besides CSS (for example, javascript, R, or python files). I can see the colors by temporarily switching the syntax mode to CSS and then switching back to the original one, but there must be a better way.

Also, is there a way to switch the colors off?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.