You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-ep can now be used to preserve whitespace exactly on save. This should help
with file formats that are particular sensitive to whitespace changes, such as
patch files.
-dt <path/to/file> can now be used to add custom themes. Example theme
files found in /themes/ folder. default.wstheme is heavily commented to
help explain things. A huge Thank You to Guy Black for implementing this!
Fixes
No longer clobbers symbolic links with atomic saves.
Ctrl-A now correctly selects all text if the file does not end with a
newline.
Other Changes
Changed tab rendering again, now a marking character is placed both at the
start and the end of the tab space.