Skip to content

Further improvement of Mark

Compare
Choose a tag to compare
@robert-hh robert-hh released this 26 Nov 17:51
· 258 commits to master since this release

1.10 Further improvement of Mark

  • When the mark is set, the whole area affected is now highlighted instead of just the line with the mark.
  • Paste, Delete and Backspace now also take notice of the line Mark. You can Mark a line range and delete it (or cut it). Implicit deleting marked lines when pressing the Enter or character key was considered but rejected (easy - just 3 lines of code).
  • Except for Delete, Backspace, Cut and Paste, Mark has to be toggled off when not needed any more.
  • Right click (Button 2) or Ctrl-Click on the mouse sets/unsets the Mark, left Click extends it, when set.