Skip to content

Commit

Permalink
update plugin to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
psifertex committed May 13, 2020
1 parent 2dfdfd2 commit 98f4c01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Snippet UI Plugin (v1.1a)
# Snippet UI Plugin (v1.3)
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._

## Description:

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!

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

no special instructions, package manager is recommended

## Minimum Version

This plugin requires the following minimum version of Binary Ninja:

* 1401
* 1528



Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
},
"version": "v1.2",
"version": "1.3",
"author": "Vector 35 Inc",
"minimumbinaryninjaversion": 1401
"minimumbinaryninjaversion": 1528
}

0 comments on commit 98f4c01

Please sign in to comment.