Plugin "Staple Jump"

This is command plugin for SynWrite editor.
It allows to jump to begin or end of block-staple under caret. Block staple is vertical line drawn at left side of syntax blocks: e.g. C++ blocks are "{.....}", and Pascal blocks are "begin ..... end". Any syntax is supported for which staples are shown.

Plugin has few commands in SynWrite menu "Tools - Plugins".

How to install

Just open plugin's zip-file in SynWrite, and confirm installation.
Hotkeys can be changed using SynWrite command "Options - Advanced - Edit file SynPlugins.ini". Example how to set hotkeys Alt+Up and Alt+Down:

[Commands]
Staple Jump\Up=py:syn_staple_jump;up;;Alt+Up;
Staple Jump\Down=py:syn_staple_jump;down;;Alt+Down;

About

Authors: Alexey T., Kvichans

Licensed under MIT license.