Skip to content

Commit b4a2fd8

Browse files
committed
update to version 1.4 with description change
1 parent bfd8968 commit b4a2fd8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Snippet UI Plugin (v1.3)
1+
# Snippet UI Plugin (v1.4)
22
Author: **Vector 35 Inc**
33

4-
_Example UI plugin demonstrating how to create a snippet manager that allows for quick one-liners to be bound to hotkeys._
4+
_Powerful code-editing plugin for writing and managing python code-snippets with syntax highlightingd, hotkey binding and other features_
55

66
## Description:
77

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Snippet UI Plugin",
44
"type": ["ui"],
55
"api": ["python2", "python3"],
6-
"description": "Example UI plugin demonstrating how to create a snippet manager that allows for quick one-liners to be bound to hotkeys.",
6+
"description": "Powerful code-editing plugin for writing and managing python code-snippets with syntax highlightingd, hotkey binding and other features",
77
"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.",
88
"license": {
99
"name": "MIT",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
},
20-
"version": "1.3",
20+
"version": "1.4",
2121
"author": "Vector 35 Inc",
2222
"minimumbinaryninjaversion": 1528
2323
}

0 commit comments

Comments
 (0)