diff --git a/README.md b/README.md index 730d784..8cf31ca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Snippet UI Plugin (v1.3) +# Snippet UI Plugin (v1.4) Author: **Vector 35 Inc** -_Example UI plugin demonstrating how to create a snippet manager that allows for quick one-liners to be bound to hotkeys._ +_Powerful code-editing plugin for writing and managing python code-snippets with syntax highlightingd, hotkey binding and other features_ ## Description: diff --git a/plugin.json b/plugin.json index 87c6e43..38ed9f7 100644 --- a/plugin.json +++ b/plugin.json @@ -3,7 +3,7 @@ "name": "Snippet UI Plugin", "type": ["ui"], "api": ["python2", "python3"], - "description": "Example UI plugin demonstrating how to create a snippet manager that allows for quick one-liners to be bound to hotkeys.", + "description": "Powerful code-editing plugin for writing and managing python code-snippets with syntax highlightingd, hotkey binding and other features", "longdescription": "The snippet editor started as a simple example UI plugin to demonstrate new features available to UI plugins. It has turned into a functionally useful plugin in its own right. The snippet editor allows you to write small bits of code that might not be big enough to warrant the effort of a full plugin but are longer enough that you don't want to retype them every time in the python-console!\n\nAs an added bonus, all snippets are added to the snippets menu and hot-keys can be associated with them as they make use of the action system. All action-system items are also available through the command-palette (CTL/CMD-p).\n\n![](https://github.com/Vector35/snippets/blob/master/media/snippets.gif?raw=true)\n\n.", "license": { "name": "MIT", @@ -17,7 +17,7 @@ }, "dependencies": { }, - "version": "1.3", + "version": "1.4", "author": "Vector 35 Inc", "minimumbinaryninjaversion": 1528 }