Skip to content

Commit

Permalink
update to version 1.4 with description change
Browse files Browse the repository at this point in the history
  • Loading branch information
psifertex committed Jul 14, 2020
1 parent bfd8968 commit b4a2fd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
},
"version": "1.3",
"version": "1.4",
"author": "Vector 35 Inc",
"minimumbinaryninjaversion": 1528
}

0 comments on commit b4a2fd8

Please sign in to comment.