---------------------------------------------------------------------------------
18 Dec 2025 v4.50.17 - Windows
---------------------------------------------------------------------------------
https://semware.com/files/tse-pro-install/tse-setup-4.50.17.zip
New macro: GuideLines - added to the Potpourri
This extension makes TSE draw indentation guide lines.
See the Potpourri help for more information.
Thanks to Carlo Hogeveen for the really neat addition!
Changed dos(), ldos(), capture(), shell() to always use
cmd.exe, instead of the COMSPEC environment variable.
Reported by Knud van Eeden.
Bug:
Warn(QuotePath(" ") ) does not show a quoted space character.
Warn(QuotePath(" x ")) shows "x " instead of " x ".
Fixed. Added to sanity2. Reported by Carlo Hogeveen.
Bogus ExecMacro error message fixed.
ExecMacro(Format(SplitPath(fileNameS, _DRIVE_|_PATH_|_NAME_), "\", ".mac"))
Fixed. Added to sanity2.
Reported by Knud van Eeden.
Bug:
GetFoundText() used from a different buffer than the one the
text was found in could cause the editor to crash. Fixed.
Added to sanity2. Reported by Carlo Hogeveen.
---------------------------------------------------------------------------------
18 Dec 2025 v4.50.17 - Linux
---------------------------------------------------------------------------------
https://semware.com/files/tse-pro-install/tse-linux-4.50.17.zip
https://semware.com/files/tse-pro-install/tse-linux-4.50.17.tgz
Update palette to use Windows 7 Console colors.
Changed cursor shape/size as follows:
0 - no cursor
1 - steady underline
2, 3 - steady block
4 - steady vertical bar
5 - no cursor
6 - blinking underline
7, 8 - blinking block
9 - blinking vertical bar
Thanks to Carlo Hogeveen for these suggestions.