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 #900 Listen to ESC, enter, double-click, and single click #901

Merged
merged 7 commits into from
Jan 30, 2024

Commits on Jan 25, 2024

  1. eclipse#900 Listen to ESC, enter, double-click, and single click

    Improve selection listener concept.
    Ensure, elements can be selected with keyboard or mouse.
    Extract method for revealing the selected element in editor.
    travkin79 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    315fdaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a33844b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    fff31ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70035e2 View commit details
    Browse the repository at this point in the history
  3. Change back the order of closing dialog and moving cursor in editor

    Moving the close operation to the end of the steps did not fix time-out
    problems. This original order does make more sense to me.
    travkin79 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    df7260a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    612413c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    d3870fc View commit details
    Browse the repository at this point in the history