2025.01.18
* change: 'Not found' message is now a message-box instead of statusbar message, to be like Lister usual search (thanks @jdp1024)
* change: 'Not found' message changed from OK to Retry/Cancel, like in Lister

2025.01.10
- fix: not found search-text is not saved to TC's ini (thanks @jdp1024)
- fix: adapt statusbar height to current OS scale (thanks @jdp1024)
- fix: caret is not blinking (thanks @yozhic)
- fix: avoid double handling of F3 key on 32-bit OS (thanks @OmlineEditor)

2023.09.28
- fix: sometimes, writing to wincmd.ini [SearchText] could overwrite some existing file

2023.04.03
+ add: Find-dialog must detect+suggest TotalCmd's last search string (patch by @springsunx)

2023.02.10
- fix: in 32-bit version, disabled hotkeys Ctrl+F Ctrl+G (they gave inserting of chars F G)

2023.01.28
* changed Find/Replace usual TC dialog to custom dialog
- fix: paste-from-clipbrd issue

2022.10.30
- fix: in "no caret" mode, PageUp/PageDown scrolled wrong

2022.06.20
+ add: support more encodings ISO-8859-xx
+ add: update core component

2022.04.12
- fix: changing of lexer in menu didn't work

2022.04.05
+ add: option "caret proximity to vert edge"
+ add: option "show new scrollbars"

2022.03.25
- fix: folding lines didn't appear on showing
+ add: editing is enabled again ('read only' is changable)

2022.03.22
- fix: crash if several CudaLister windows were opened at the same time

2022.02.22
* change: word-wrap mode is now not taken from TotalCmd Lister, instead it is option in the Options dialog. This helps Double Commander users.
* change: end-of-line marker is now 'pilcrow char' instead of 'arrow down'
- fix: TotalCmd crash when viewing several files with CJK characters

2021.09.06
* change: plugin is read-only now, menu item "Read only" is disabled - this is due to problems of new ATSynEdit to work inside Total Commander (TThread + TEvent setting/resetting/checking are not working)

2021.02.17
+ add: handle F2 Lister hotkey to reload file (but not Lister's menu item clicking)

2020.05.12
+ updated core components
+ updated lexers

2020.02.21
+ updated core components - much better support for files with huge lines
+ updated lexers

2019.12.28
+ updated core components

2019.09.26
+ don't detect ascii chars 07, 27 as non-text chars

2019.09.24
+ updated core components
- fix: on changing lexer, lexer-style-map wasn't applied

2019.09.14
+ updated core components, lexers, themes

2019.05.18
+ updated core components
- fix: scaling for High-DPI

2019.04.26
+ updated core components, lexers
+ add: lexer TypeScript
+ add: handle Shift+F10 to show ctx menu

2019.03.12
- fix: global options (e.g. max file size for lexer) loaded too late

2019.03.02
+ added option "Allow caret after line end"
+ on going to next file in QuickView, confirm file saving too

2019.02.22
+ added context menu items "Word wrap", "Find..."
+ updated core components
+ updated lexers

2019.01.17
+ updated core components
+ updated lexers and themes

2018.09.27
+ on choosing ui-theme, ask to apply syntax-theme with the same name
+ updated lexers

2018.08.11
+ updated core components
+ updated lexers
+ added UI theme Retro9

2018.05.11
+ add: UI-theme "white"
+ updated lexer PowerShell
+ updated lexer VBScript
- fix: avoid change encoding by W (wrap) key in lister
* change: A/S lister keys won't change encoding now, it's not good for editor

2018.05.01
+ add: option "Gutter: numbers band"
+ add: option "Gutter: folding band"
+ reworked lexers: HTML, PHP, PHP_
+ updated lexer VBScript
- fix: crash on Shift+F3 without find-first

2018.04.28
+ add: option "Show last line on top"
- fix: scroll via mouse wheel, scroll via Space (no caret mode) are consistent now (don't use caret)

2018.04.28
+ support for color themes, 2 options: UI theme, Syntax theme (uses themes from CudaText)

2018.04.22
+ add: option "Max file size to open"
- fix: duplicated Shift+Ins

2018.04.21
+ add: option "Tab size= 3"
+ add: option "Copy line if none selected"
+ add: hidden gutter's band for bookmarks

2018.04.19
+ add: option "Gutter"
+ add: option "Minimap: tooltip"
+ add: option "Use UTF8 as def encoding"

2018.04.18
+ add: option "Open URL by simple click"
+ add: context menu item "Save"

2018.04.16
+ compiled on last component versions: e.g. better Unicode rendering, better minimap, new minimap tooltip
+ updated lexers from CudaText
+ add lexers: Apache config, Haskell

2017.11.27
+ add: option "Allow plugin opening only if lexer found"
+ add: menu item "Read only" is always enabled and ok with no-caret mode
- fix: behaviour of End key in no-caret mode (must always show begin of line)
- fix: adapt to last packages ATFlatControls, EControl

2017.11.11
+ add: keep vert-scroll position (w/o word-wrap) on change encoding

2017.11.05
+ add: support hotkeys Ctrl+F, Shift+F3 (find back)
+ add: support OEM encoding better (locale dependant)

2017.11.04
- add: no-caret: hide caret harder
- add: no-caret: keys Left/right

2017.11.04
+ add: A/S key toggle ansi/ascii
+ add: W key toggles wrap
+ add: faster scroll by arrow

2017.11.03
+ option "No caret", scroll by arrows/home/end/space/shift+space
- fixed: initial state of "wrap text" option
- fixed: incorrect find first/next pos

2017.10.25
+ options in dialog: Minimap; Unprinted chars; Unprinted color

2017.10.24
+ support non-English file path to plugin
+ option "Tab size"
+ option "Tab enters spaces"

2017.10.23
- fixed: x64, crash in Options dialog
+ support TC's search commands F7/F5
+ support keys 1..7, N, P

2017.10.20
+ close window by Esc
+ react to Lister's "word wrap", "copy", "select all"
+ menuitem "Paste" (for read-only off)

2017.10.19
+ used API ListLoadNext

2017.10.19
+ context menu item "Options dialog"
+ context menu item "Go to"
+ context menu item "Read-only" and ask to save if file modified
+ statusbar field "encoding" and encoding menu

2017.10.18
initial
