UPDATE: Now with windows support!
source and installation details can be found at:
https://github.com/weslly/ColorPicker
clockwork wrote:Could you please make it work on Windows too? I tried to modify the script, but failed. I would be very grateful if you do it! Thanks

{ "keys": ["ctrl+shift+c"], "command": "color_pick" }chodorowicz wrote:Thanks for developing this plugin (thats one of the things I missed the most from Komodo Edit). How do you make it work under Windows? I have installed Python 2.64 and pygtk, I've added to my keybindings:
- Code: Select all
{ "keys": ["ctrl+shift+c"], "command": "color_pick" }
but when I press this combination when hex value is selected nothing happens...
args = [path.join(sublime.packages_path(), 'ColorPicker', 'lib', 'colorchooser.py')]args = [path.join('c:\\', 'Python26', 'python.exe'), path.join(sublime.packages_path(), 'ColorPicker', 'lib', 'colorchooser.py')]MrMartineau wrote:I know you say its linux only, but can this work on a Mac?
weslly wrote:You need to run the script using your python.exe, so just change this line in sublimecp.py
- Code: Select all
args = [path.join(sublime.packages_path(), 'ColorPicker', 'lib', 'colorchooser.py')]
To something like
- Code: Select all
args = [path.join('c:\\', 'Python26', 'python.exe'), path.join(sublime.packages_path(), 'ColorPicker', 'lib', 'colorchooser.py')]
Return to Plugin Announcements
Users browsing this forum: No registered users and 6 guests