ColorHelper

Sublime plugin that provides helpful color previews and tooltips

MIT License

Stars
256
Committers
15
ColorHelper - ST3 2.0.4

Published by facelessuser about 8 years ago

ColorHelper 2.0.4

Released Jul 29, 2016

  • NEW: Changelog command available in Package Settings->ColorHelper.
    Will render a full changlog in an HTML phantom in a new view.
  • FIX: Move colorbox before color I like this as now the colorbox resides
    within the region of the color. And they will all line up even if color
    format is different following them. (Fixes #46)
  • FIX: Fix flicker on colorbox click. (Fixes #41)
ColorHelper - ST3 2.0.3

Published by facelessuser over 8 years ago

Fixes

  • Don't allow previews for truncated colors
  • When validating existing phantoms, ensure the scopes still match (like when code gets commented out etc.).
  • Support new rem units if using mdpopups 1.8.0 for better font scaling.
ColorHelper - ST3 2.0.2

Published by facelessuser over 8 years ago

Fixes

  • Fix breakage for ST versions without phantoms
ColorHelper - ST3 2.0.1

Published by facelessuser over 8 years ago

Fixes

  • Less clearing of inline images
  • Per os/host setting for inline_preview_offset and graphic_size
  • Single border around preview that contrasts with the the theme background
ColorHelper - ST3 2.0.0

Published by facelessuser over 8 years ago

ColorHelper 2.0.0

New

  • Show inline color previews in Sublime Text 3118+! See docs for more info. Can be turned off if the feature is not desired.
  • Should update mdpopups to the latest one on Package Control upgrade (restart required after upgrade).
  • Images should scale with font size in Sublime Text 3118+. You can still select small, medium, and large resources, but they will be relative to the font size now.
ColorHelper - ST3 1.4.2

Published by facelessuser over 8 years ago

#Fixes

  • #39 Fix font size too small in popup
ColorHelper - ST3 1.4.1

Published by facelessuser over 8 years ago

Fixes

  • Remove distortion workarounds as later Sublime versions no longer distort images
  • Utilize latest mdpopups to handle font sizes.
ColorHelper - ST3 1.4.0

Published by facelessuser over 8 years ago

ColorHelper 1.4.0

New

  • Allow disabling status message via the settings file option show_status_index.

Fix

  • Fix decimal level tracking when indexing
ColorHelper - ST3 1.3.5

Published by facelessuser over 8 years ago

ColorHelper 1.3.5

Fixes

  • Fixed issue where stored decimal size was faulty and could cause the current file color indexing to fail.
ColorHelper - ST3 1.3.4

Published by facelessuser almost 9 years ago

Fixes

  • Fix logic for populating a view's ColorHelper specific settings on activation and save.
ColorHelper - ST3 1.3.3

Published by facelessuser almost 9 years ago

Fixes

  • Fixes related to gray, hsla, and hwba.
ColorHelper - ST3 1.3.2

Published by facelessuser almost 9 years ago

Fixes

  • Fix version in message.
ColorHelper - ST3 1.3.1

Published by facelessuser almost 9 years ago

Fixes

  • Forgot to strip extension on syntax compare.
ColorHelper - ST3 1.3.0

Published by facelessuser almost 9 years ago

ColorHelper 1.3.0

New

  • Color preview will now show transparent colors with and without transparency.
  • Transparent colors can now be stored and showed in palettes.
  • Specifying files for scanning has been reworked and is now more flexible. Read docs for more info.
  • Color Helper no longer has preferred formats when inserting. It will always prompt the user for their desired input format.
  • Added CSS4's rebeccapurple to the webcolor names.
  • Added better rgb and rgba support: percentage format, decimal format (CSS4), percentage alpha (CSS4).
  • Added support for alpha channel as percentage for hsla (CSS4).
  • Clamp color channel values out of range.
  • Support CSS4 gray, hwb, and hex values with alpha channels.
  • Option to read hex with alpha channel as #AARRGGBB instead of #RRGGBBAA.
  • Option to compress hex values if possible on output: #334455 --> #345.
  • Can disable auto-popups if desired.
  • Insert options now are now more dynamic and only show valid options for the current view.
  • Anything else I might have missed.
ColorHelper - ST3 1.2.1

Published by facelessuser almost 9 years ago

Fixes

  • Remove project commands that do nothing
ColorHelper - ST3 1.2.0

Published by facelessuser almost 9 years ago

ColorHelper 1.2.0

New

  • Color picker will appear in palette panel if no color info panel is
    allowed.
  • Added "supported_syntax_incomplete_only" for incomplete colors that
    may not yet be scoped within a valid scope due to being incomplete.
  • In the color picker, instead of the select link, you now must choose the css format to insert via the corresponding >>> link.
  • Add alternate rectangular color picker look. You can use the new form by disabling the hex color picker look via the use_hex_color_picker setting.
  • Added new CSS Color Name picker (available in the color picker).

Fixes

  • When manually forcing the popup via the command palette, the tooltip was getting closed. ColorHelper is now aware of manual and auto popup tooltips and will only auto close the auto popups when ignored while typing.
ColorHelper - ST3 1.1.0

Published by facelessuser almost 9 years ago

New

  • Color picker built into the tooltips (optionally can be overridden with ColorPicker Package's color picker). See documentation for more info.
  • Graphic sizes are now configurable in settings.
  • Color tooltip used to popup up when a user started to type a color, cut would stay open even when the user ignored it. Now it will auto close in this scenario.
  • Settings are accessible via Preferences->Package Settings->ColorHelper in the menu.
  • Support for the SCSS package added.
ColorHelper - ST3 1.0.3

Published by facelessuser almost 9 years ago

Fixes

  • Use dependency that does not clash
  • Add more scope support for POST CSS
ColorHelper - ST3 1.0.2

Published by facelessuser almost 9 years ago

Fixes

  • typo in code where view_window should have been view.window
ColorHelper - ST3 1.0.1

Published by facelessuser almost 9 years ago

Fixes

Markdown dependency needs to not clash with default Markdown package. Renamed to python-markdown.