Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix drag drop selection #158

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 25, 2023

  1. stage one: non sticky basics work

    - need to add caret while dragging so user knows perfectly where text
    will be inserted
    - need to add sticky mode properly
    - test that holding two buttons and releasing right doesn't mess things
    up
    SwissalpS committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    76216f8 View commit details
    Browse the repository at this point in the history
  2. trivial changes

    mainly adapting to same wording as used in lite-xl version
    SwissalpS committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    f4347ec View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. stage two: move and copy now work in both modes

    selection is set after operation
    SwissalpS committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    fadad51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10dd429 View commit details
    Browse the repository at this point in the history
  3. stage four: cleanup

    SwissalpS committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d2a6b0b View commit details
    Browse the repository at this point in the history
  4. credits

    SwissalpS committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    74390c7 View commit details
    Browse the repository at this point in the history