-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new Group Space feature and improved appearance of settings
window. Improved sorting and grouping; group title case will now be ignored, and group titles which are numbers will now sort properly.
- Loading branch information
Jason Burns
committed
Oct 11, 2017
1 parent
9d4dca6
commit 1fca97f
Showing
6 changed files
with
251 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,32 +3,32 @@ | |
"commands" : [ | ||
{ | ||
"name" : "Configure Symbol Organizer", | ||
"shortcut": "cmd option shift o", | ||
"shortcut" : "cmd option shift o", | ||
"identifier" : "symbol-organizer-config", | ||
"description" : "Configure and run Symbol Organizer.", | ||
"script" : "symbol-organizer.js", | ||
"script" : "script.cocoascript", | ||
"icon" : "icon-sr.png", | ||
"handler" : "config" | ||
}, | ||
{ | ||
"name" : "Run Symbol Organizer", | ||
"shortcut": "cmd option control o", | ||
"shortcut" : "cmd option control o", | ||
"identifier" : "symbol-organizer-run", | ||
"description" : "Run Symbol Organizer using last settings.", | ||
"script" : "symbol-organizer.js", | ||
"script" : "script.cocoascript", | ||
"icon" : "icon-sr.png", | ||
"handler" : "run" | ||
} | ||
], | ||
"menu" : { | ||
"title": "Symbol Organizer", | ||
"items": [ | ||
"title" : "Symbol Organizer", | ||
"items" : [ | ||
"symbol-organizer-config", | ||
"symbol-organizer-run" | ||
] | ||
}, | ||
"identifier" : "com.sonburn.sketchplugins.symbol-organizer", | ||
"version" : "13.1", | ||
"version" : "14.0", | ||
"description" : "Organize your symbols page, and layer list, alphabetically and into groupings determined by your symbol names.", | ||
"authorEmail" : "[email protected]", | ||
"name" : "Symbol Organizer", | ||
|
Oops, something went wrong.