-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to make the result window a floating panel, highlight for
current selection, and artboard name.
- Loading branch information
Jason Burns
committed
Oct 19, 2017
1 parent
a17c2a6
commit f8c4a21
Showing
4 changed files
with
108 additions
and
33 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
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,7 +3,7 @@ | |
"commands" : [ | ||
{ | ||
"name" : "Symbol Instance Locator", | ||
"shortcut": "cmd option shift l", | ||
"shortcut" : "cmd option shift l", | ||
"identifier" : "instanceLocator", | ||
"description" : "Locate instances of the selected symbol or instance.", | ||
"script" : "script.cocoascript", | ||
|
@@ -18,7 +18,7 @@ | |
"isRoot" : true | ||
}, | ||
"identifier" : "com.sonburn.sketchplugins.symbol-instance-locator", | ||
"version" : "1.1", | ||
"version" : "1.2", | ||
"description" : "Locate all instances of a selected symbol or instance.", | ||
"authorEmail" : "[email protected]", | ||
"name" : "Symbol Instance Locator", | ||
|
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