weslly / ColorPicker

Color picker for Sublime Text
http://weslly.github.io/ColorPicker
511 stars 108 forks source link

ST3 Support #21

Closed natewiebe13 closed 11 years ago

natewiebe13 commented 11 years ago

Add support for ST3.

weslly commented 11 years ago

Compatibility status for ST3:

smlombardi commented 11 years ago

This is not working for me in ST3 (3012), OSX 10.8.3.

weslly commented 11 years ago

Can you check if there are any error messages at the console (ctrl+`)?

smlombardi commented 11 years ago

When I invoke color picker I get:

Traceback (most recent call last): File "/Applications/Sublime Text 3.app/Contents/MacOS/sublimeplugin.py", line 418, in run return self.run(edit) File "/Users/stevel/Library/Application Support/Sublime Text 3/Packages/ColorPicker-master/sublimecp.py", line 258, in run os.chmod(location, 0o755) FileNotFoundError: [Errno 2] No such file or directory: '/Users/stevel/Library/Application Support/Sublime Text 3/Packages/ColorPicker/lib/osx_colorpicker'

weslly commented 11 years ago

To fix it you should install the plugin using the Package Control or rename the plugin folder to "ColorPicker" instead of "ColorPicker-master"

smlombardi commented 11 years ago

Does PAckage Control work for ST3? I thought it wasn't ready yet.

weslly commented 11 years ago

Yes, there's an alpha version. http://wbond.net/sublime_packages/package_control/installation#ST3

smlombardi commented 11 years ago

Thanks.

Renaming it also fixed it, btw. Can't live without ColorPicker!

smlombardi commented 11 years ago

Actually, installing it on a different Mac with ST3, via Package Control, it does NOT work, I get this when I invoke it:

Traceback (most recent call last):
  File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 439, in run_
    return self.run(edit)
  File "/Users/stevelombardi/Library/Application Support/Sublime Text 3/Installed Packages/ColorPicker.sublime-package/sublimecp.py", line 258, in run
FileNotFoundError: [Errno 2] No such file or directory: '/Users/stevelombardi/Library/Application Support/Sublime Text 3/Packages/ColorPicker/lib/osx_colorpicker'

There is not such folder, since Package Control has installed it as /Users/stevelombardi/Library/Application\ Support/Sublime\ Text\ 3/Installed\ Packages/ColorPicker.sublime-package

So, I went back to manual install and that does work.

alexweber commented 11 years ago

Get the same error when installing via Package Manager.

Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublimeplugin.py", line 531, in run return self.run(edit) File "/Users/alex/Library/Application Support/Sublime Text 3/Installed Packages/ColorPicker.sublime-package/sublimecp.py", line 258, in run FileNotFoundError: [Errno 2] No such file or directory: '/Users/alex/Library/Application Support/Sublime Text 3/Packages/ColorPicker/lib/osx_colorpicker'

AuthorProxy commented 11 years ago

On windows cp hang out sublime 3 :-1: ((((((((

Dimox commented 11 years ago

When it will work on Windows? It's very difficult to write CSS without it.

weslly commented 11 years ago

Still no ETA. I need to setup a windows virtual machine to test it. :(

skellytt commented 11 years ago

It would be great to have this working on windows with ST3.

weslly commented 11 years ago

ST3 support for windows was added. Can you guys test if it is working properly?

jimba commented 9 years ago

It's still not working properly on ST3.

Error: Only Web Colors (Not fixed yet)