diff --git a/iconfont.sketchplugin/Contents/Resources/config.json b/iconfont.sketchplugin/Contents/Resources/config.json index 0f8b236..79bac99 100644 --- a/iconfont.sketchplugin/Contents/Resources/config.json +++ b/iconfont.sketchplugin/Contents/Resources/config.json @@ -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" }, diff --git a/iconfont.sketchplugin/Contents/Sketch/manifest.json b/iconfont.sketchplugin/Contents/Sketch/manifest.json index 400a94b..9a90ea9 100755 --- a/iconfont.sketchplugin/Contents/Sketch/manifest.json +++ b/iconfont.sketchplugin/Contents/Sketch/manifest.json @@ -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" : { @@ -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" : "info@kerem.ws" -} \ No newline at end of file +} diff --git a/iconfont.sketchplugin/Contents/Sketch/structure.json b/iconfont.sketchplugin/Contents/Sketch/structure.json index a5076fd..0177f0c 100755 --- a/iconfont.sketchplugin/Contents/Sketch/structure.json +++ b/iconfont.sketchplugin/Contents/Sketch/structure.json @@ -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" : { @@ -68,6 +75,7 @@ { "title" : "Install / Remove", "items" : [ + "config", "install", "export", "import",