Skip to content

Commit 98f4c01

Browse files
committed
update plugin to 1.3
1 parent 2dfdfd2 commit 98f4c01

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# Snippet UI Plugin (v1.1a)
1+
# Snippet UI Plugin (v1.3)
22
Author: **Vector 35 Inc**
3+
34
_Example UI plugin demonstrating how to create a snippet manager that allows for quick one-liners to be bound to hotkeys._
5+
46
## Description:
7+
58
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!
69

710
As 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).
@@ -24,11 +27,12 @@ no special instructions, package manager is recommended
2427
### Windows
2528

2629
no special instructions, package manager is recommended
30+
2731
## Minimum Version
2832

2933
This plugin requires the following minimum version of Binary Ninja:
3034

31-
* 1401
35+
* 1528
3236

3337

3438

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
},
20-
"version": "v1.2",
20+
"version": "1.3",
2121
"author": "Vector 35 Inc",
22-
"minimumbinaryninjaversion": 1401
22+
"minimumbinaryninjaversion": 1528
2323
}

0 commit comments

Comments
 (0)