Page 3 of 16
Posted: 21.07.2020 16:52
by Alexey
Release 1.107.5.
new options "ui_tab_show", "ui_sidepanel_on_start", "ui_bottom_on_start", "ui_tab_padding", "ui_tab_font_scale".
and one command. and UI-theme item.
Posted: 30.07.2020 01:35
by Alexey
Release 1.108.
preinstalled YAML lexer; lexers improved: Markdown, Bash (big rework!), PHP.
"Check for updates" works on all OS.
Posted: 06.08.2020 15:55
by Alexey
Release 1.108.5.
improved RegEx engine.
many fixes.
Posted: 10.08.2020 17:13
by Alexey
Release 1.109.
added options for statusbar font, statusbar colors.
and minor changes.
Posted: 23.08.2020 09:20
by Alexey
Release 1.110.
several lexers updated/reworked: JSON, PHP, reST, Bash.
improved RegExpr engine, added \p and \P.
Posted: 10.09.2020 21:18
by Alexey
Release 1.111.0
Improved TRegExpr engine (lot of changes, see history.txt).
Added some options; fixes.
Release 1.111.5
Minimap is now rendered via BGRABitmap lib.
Option "minimap_scale", fixed mouse-wheel scroll for "gaps".
Posted: 14.09.2020 15:49
by Alexey
Release 1.112.0.
Improved TRegExpr engine.
Totally reworked tooltip which is shown by msg_status_alt and by "show function hint" command. see details in history.txt.
Posted: 05.10.2020 10:54
by Alexey
Release 1.113.
Top menu bar is themed on Windows now.
Added relative line numbers like in VSCode (option).
Release 1.114.
Improved auto-completions for CSS. And many minor improvements.
Unix: added menu item "plugins / find python library" if python not detected.
Fixed several bugs.
Posted: 19.10.2020 19:19
by Alexey
Release 1.116.
Main change is find-first/ find-next / find-prev / replace-next with the selection with Find dlg option "only in selection". It places not the small selection but marker inside bigger selection.
Better CSS auto-completions. And many small additions.
Posted: 01.11.2020 14:11
by Alexey
Release 1.117.
Major fix (bug found by @tmsg who was very angry, but he has found file backups): if app loaded ANSI encoded files as UTF8 (on Windows), it breaks non-ASCII chars to '?', on save.
added detection of encoding by Python signature.
and several minor improvements.