Author: Vector 35 Inc
Powerful code-editing plugin for writing and managing python code-snippets with syntax highlighting, hotkey binding and other features
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 long 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).
.
no special instructions, package manager is recommended
no special instructions, package manager is recommended
no special instructions, package manager is recommended
This plugin requires the following minimum version of Binary Ninja:
- 1528
The following dependencies are required for this plugin:
- pip - pygments>=2.7.0,<2.9.0
This plugin is released under a MIT license.
2