blob: 00274c3a669e7f120cd3daa477afea961b12f784 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
# Snippet UI Plugin (v1.5)
Author: **Vector 35 Inc**
_Powerful code-editing plugin for writing and managing python code-snippets with syntax highlightingd, hotkey binding and other features_
## 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).

.
## Installation Instructions
### Darwin
no special instructions, package manager is recommended
### Linux
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:
* 1528
## Required Dependencies
The following dependencies are required for this plugin:
## License
This plugin is released under a MIT license.
## Metadata Version
2
|