-
Notifications
You must be signed in to change notification settings - Fork 18
Custom sort order support, remove duplicate keymap files, update menu #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# By Ilia Akhmadullin # Via Ilia Akhmadullin * 'master' of github.com:i-akhmadullin/CSScomb-for-Sublime: clean readme
@miripiruni just added support for sublime 2 and 3 when you have time please review this changes :) |
{ "caption": "-" }, | ||
{ | ||
"command": "open_file", | ||
"args": { | ||
"file": "${packages}/CSScomb/Default (OSX).sublime-keymap", | ||
"platform": "OSX" | ||
"file": "${packages}/CSScomb/CSScomb - Order.sublime-settings" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the path is wrong. I can't see "CSScomb - Order.sublime-settings"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you check one more time?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed!
@i-akhmadullin, а как работает кастомная сортировка? Я зашел в |
В консоли вижу вот такое Traceback (most recent call last):
File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line 418, in run_
return self.run(edit)
File "/Users/miripiruni/Library/Application Support/Sublime Text 3/Packages/CSScomb/CSScomb.py", line 55, in run
myprocess = subprocess.Popen(['php', csscomb_path, selbody, self.sortorder], shell=False, stdout=subprocess.PIPE, startupinfo=self.startupinfo)
File "X/subprocess.py", line 818, in __init__
File "X/subprocess.py", line 1363, in _execute_child
TypeError: Can't convert 'list' object to str implicitly |
В процессе переписывания потерял одну строчку ) |
Custom sort order support, remove duplicate keymap files, update menu
Илья, спасибо большое! |
No description provided.