Skip to content

Commit

Permalink
release 4.1.0 config on commands
Browse files Browse the repository at this point in the history
  • Loading branch information
keremciu committed Jun 20, 2016
1 parent 62eb9c6 commit 0cc206f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion iconfont.sketchplugin/Contents/Resources/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"hint" : "When insert an icon put it to the center of the view"
},
"Size" : {
"value" : "20",
"value" : "20 ",
"type" : "string",
"hint" : "Inserted icon size"
},
Expand Down
18 changes: 9 additions & 9 deletions iconfont.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@
"name" : "Remove a Font",
"identifier" : "remove"
},
{
"script" : "const/config.js",
"handler" : "onRun",
"shortcut" : "cmd ctrl alt c",
"name" : "Configuration",
"identifier" : "config"
},
{
"script" : "add_all.js",
"handler" : "onRun",
"shortcut" : "cmd ctrl a",
"name" : "All Insert",
"identifier" : "add_all"
},
{
"script" : "const/config.js",
"handler" : "onRun",
"shortcut" : "cmd ctrl alt c",
"name" : "Configuration",
"identifier" : "config"
}
],
"menu" : {
Expand All @@ -69,8 +69,8 @@
]
},
"identifier" : "com.keremciu.sketch.iconfont",
"version" : "4.0.5",
"version" : "4.1.0",
"description" : "Use icons like a boss.",
"name" : "Icons",
"authorEmail" : "[email protected]"
}
}
8 changes: 8 additions & 0 deletions iconfont.sketchplugin/Contents/Sketch/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@
"shortcut" : "cmd ctrl a",
"name" : "All Insert",
"identifier" : "add_all"
},
{
"script" : "const/config.js",
"handler" : "onRun",
"shortcut" : "cmd ctrl alt c",
"name" : "Configuration",
"identifier" : "config"
}
],
"menu" : {
Expand All @@ -68,6 +75,7 @@
{
"title" : "Install / Remove",
"items" : [
"config",
"install",
"export",
"import",
Expand Down

0 comments on commit 0cc206f

Please sign in to comment.