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

Implement Emacs key bindings #6037

Merged
merged 20 commits into from
Nov 6, 2020
Merged

Implement Emacs key bindings #6037

merged 20 commits into from
Nov 6, 2020

Commits on Feb 27, 2020

  1. [feat] Implement Emacs key bindings

    Emacs style key bindings are re-added to JabRef through the preferences
    menu. The supported key bindings have feature parity with the previous
    implementation in JabRef v<4, and additionally support any class that
    extends TextInputControl. In practice, this means that the new
    implementation supports both TextFields and TextAreas by default. Some
    functionality may still be missing
    
    Co-authored-by: Felix Luthman <34520175+felixlut@users.noreply.github.com>
    Co-authored-by: Tommy Samuelsson <Zodbigt@users.noreply.github.com>
    Co-authored-by: muachilin <32566798+muachilin@users.noreply.github.com>
    Co-authored-by: Kristoffer Gunnarsson <kristoffergunnarsson47@gmail.com>
    5 people committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    1d68c6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f12069 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88c16b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c2f4b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Merge conflicts solved

    calixtus committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    6b7ce32 View commit details
    Browse the repository at this point in the history
  2. Integrated some suggestions

    calixtus committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    aad47bf View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

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

Commits on Oct 22, 2020

  1. Integrated some more remarks

    calixtus committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    b3fbfe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0468b2 View commit details
    Browse the repository at this point in the history
  3. Removed some artifacts

    calixtus committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    4b0a3eb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

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

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    df1889e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf20143 View commit details
    Browse the repository at this point in the history
  3. Added ParameterizedTests

    calixtus committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    83a3848 View commit details
    Browse the repository at this point in the history
  4. Refactor setWordCase

    calixtus committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    0933856 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    ffcaeb6 View commit details
    Browse the repository at this point in the history
  2. Added CodeAreaKeyBindings

    calixtus committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    eb6fc8c View commit details
    Browse the repository at this point in the history
  3. Added KeyBindingPreset

    calixtus committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    a9384e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    0d3a9d0 View commit details
    Browse the repository at this point in the history
  2. l10n and CHANGELOG.md

    calixtus committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    0c59a82 View commit details
    Browse the repository at this point in the history