Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

v0.2 - Line Auto Select on hover, code cleanup, bug fix

Compare
Choose a tag to compare
@GitMurf GitMurf released this 27 Aug 17:24
· 78 commits to master since this release
  • Added a setting for "Auto Select Line" with ctrl/CMD + Shift.
    • Simply hold the key combo and hover your mouse over a line and it will select the line for you
    • Can keep it held and move up and down with the mouse to quickly select different lines

image

  • Added ability to hold other modifier keys before dropping the drag on the destination
    • For example if you are doing a Copy block with Shift + Drag, if you let go of Shift and hold Alt/Option when you finish the Drag on the drop event, it will add an extra line above wherever you drop it
    • Similarly for a Move block with no modifiers, you can hold Alt when you drop it and it will add a line above. If you also hold Shift on drop then it will add both a line above and below in the new destination.
  • Fixed the issue when switching to Preview mode where the drag handle stays visible
  • Code cleanup / optimization