
2019.10.18
* renamed config file to cuda_bracket_helper.ini (sorry, configure plugin again)
* removed 2 color options, now syntax-theme item "BracketBG" is used
+ avoid deprecated API

2019.08.15
+ add: if caret is after bracket, bracket jumping works too

2019.02.27
+ add: on CudaText 1.76+, plugin skips too long lines (len>1000)

2019.01.18
+ add: improved speed

2019.01.16
+ add: improved search to skip unneeded brackets in comments/strings - if source bracket was in code/comment/string, then pair bracket must be of the same kind
- fix: after Del command incorrect gutter decorations may be left

2019.01.10
- fix: crash on commands

2018.09.26
+ used new CudaText API: gutter decorations, ie show current brackets on gutter

2018.08.01
+ added option: [op] cannot_use_sel
+ added option: [op] max_line_count

2018.03.04
+ allow caret position after bracket too

2018.02.19
* renamed config file, it has new sections
+ config file section [brackets_file_types] to set brackets per file extension
+ menuitem Config moved to Options/ Settings-plugins

2016.07.14
+ cmd "Select to bracket, inside"

0.6.6
+ renamed section in ini "colors"-"color"; used #rrggbb color codes

0.6.5
+ needs newer Cudatext (attrib api change)
+ cmd "select to bracket"
+ allows selectn

0.6.1
+ rewrite of findin
+ conf file and command "Config"
+ cache bracket chars for lexer

0.5.0 (dec 2015)
init
