Skip to content

v2.2.1 — Block selection, Select All, bold hue fix

Choose a tag to compare

@aovestdipaperino aovestdipaperino released this 31 Aug 12:58
· 52 commits to main since this release

Added

  • Rectangular (block) selection in the editor — hold Alt/Option with the arrow keys, or Alt-drag with the mouse, to select a column block. Columnar copy/cut and single-step block-delete undo. Stream selection (Shift+arrows / plain drag) is unchanged.
  • CM_SELECT_ALL is now a working commandEditorWindow and Memo handle it (focus-gated) alongside Ctrl+A, so an Edit-menu item or command dispatch selects all content of the focused window.

Changed

  • Bold no longer brightens explicitly-chosen colors — the classic bold-is-bright convention still applies to the basic 16-color palette, but a 256-color (38;5;n) or truecolor (38;2;r;g;b) foreground keeps its exact hue when bold (only the BOLD flag is set). Lets syntax highlighters bold keywords without shifting their color.

See the CHANGELOG for details.