
2019.12.09
+ add: command "Select all" to select all highlighted matches

2019.11.14
+ add: react to editor theme changing

2019.11.12
+ add: style BracketBG renders with borders, if border is set in theme
+ add: optimization

2019.11.10
+ add: use Options Editor to show nice config dialog
* change: now used JSON config file name (was INI config)

2019.11.07
* change: removed 4 color options, added instead 2 options to use syntax-theme items (see CudaText dialog: Options / Settings-themes-syntax)

2019.10.07
+ add: respect CudaText option "nonword_chars", make plugin faster

2019.07.05
+ add: option "lexers_allowed" (see readme)
+ add: option "lexers_disabled" (see readme)
+ add: plugin auto re-reads config file, when it's saved
* change: plugin requires CudaText 1.76+

2019.02.27
+ add: on new CudaText 1.76+, plugin skips too long lines (len>1000)
* removed option "max_len"

2018.04.21
+ add: option "use_nearest_line_count" - if set to 0, then plugin finds matches only on visible screen part; set big value to find matches in entire file

2018.03.04
+ add: option "max_len" (2000) to not search inside too huge lines

2018.03.04
+ add: detection of Unicode words too (e.g. Russian)

2018.02.27
+ add: clear statusbar if only 1 match found (and none hilited)

2018.02.24
* hide menu item in Plugins

2017.12.10
+ add: support PHP variables: $& are word chars

2017.12.01
+ add: config file option "max_lines" (default 5000) - avoid work on big files
+ add: also show menu item in Options/ Settings-plugins
* refactor: moved options to opt.py

2017.01.27
- fix: crash if caret with selection beyond EOF (mass replace)

2016.07.31 (Alex)
+ add: config file
+ add: command "Config" in Plugins menu

Changes since original plugin:
+ refactored
+ add: hilite word under caret
+ add: hilite not only words but any chars
+ add: hilite case sensitive/insensitive
- fix: if only 2 occurences exist, they're not hilited
* change: color of hilite
