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 cursor jumping #11282

Merged
merged 86 commits into from
Jun 17, 2024
Merged

Fix cursor jumping #11282

merged 86 commits into from
Jun 17, 2024

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    dcb6e31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d75c1a5 View commit details
    Browse the repository at this point in the history
  3. Improve comments and code

    koppor committed May 6, 2024
    Configuration menu
    Copy the full SHA
    197e723 View commit details
    Browse the repository at this point in the history
  4. Re-order tests

    koppor committed May 6, 2024
    Configuration menu
    Copy the full SHA
    0331c2e View commit details
    Browse the repository at this point in the history
  5. Extract method

    koppor committed May 6, 2024
    Configuration menu
    Copy the full SHA
    42faa91 View commit details
    Browse the repository at this point in the history
  6. Fix handling of ##

    koppor committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6594317 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05d9cbf View commit details
    Browse the repository at this point in the history
  8. Fix space removal

    koppor committed May 6, 2024
    Configuration menu
    Copy the full SHA
    60efa87 View commit details
    Browse the repository at this point in the history
  9. Fix trimming of content

    koppor committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1b62eb3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Codestyle: Tests

    koppor committed May 7, 2024
    Configuration menu
    Copy the full SHA
    548bec4 View commit details
    Browse the repository at this point in the history
  2. Remove standard cleanups

    koppor committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e32f712 View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG.md entry

    koppor committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8b7dc30 View commit details
    Browse the repository at this point in the history
  4. Right trim multiline fields

    koppor committed May 7, 2024
    Configuration menu
    Copy the full SHA
    06805f7 View commit details
    Browse the repository at this point in the history
  5. Add links to CHANGELOG.md

    koppor committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5f2dde2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    ab6e5fd View commit details
    Browse the repository at this point in the history
  2. Test case cleanup

    koppor committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e901b32 View commit details
    Browse the repository at this point in the history
  3. Fix whitespace formatting

    koppor committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2f2d256 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    febbcc8 View commit details
    Browse the repository at this point in the history
  5. More whitespace tweaking

    koppor committed May 14, 2024
    Configuration menu
    Copy the full SHA
    09f7c80 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    1a1a8e6 View commit details
    Browse the repository at this point in the history
  2. Use our builder if possible

    koppor committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2a6da5e View commit details
    Browse the repository at this point in the history
  3. Fix whitespace at import

    koppor committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    49adca5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f03a172 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94afc94 View commit details
    Browse the repository at this point in the history
  6. Tweak parallel tests

    koppor committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    18b41ea View commit details
    Browse the repository at this point in the history
  7. Optimize build

    koppor committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    185698a View commit details
    Browse the repository at this point in the history
  8. Trim whole field content

    koppor committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c1524a3 View commit details
    Browse the repository at this point in the history
  9. Fix variable name

    koppor committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    49540f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Use toList()

    koppor committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c0fd92b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70605e7 View commit details
    Browse the repository at this point in the history
  3. Better linebreaks

    koppor committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    aa00de3 View commit details
    Browse the repository at this point in the history
  4. Fix logic

    koppor committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    83263dc View commit details
    Browse the repository at this point in the history
  5. Fix an (unlreated) test

    koppor committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    324aac9 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    koppor committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    acc1264 View commit details
    Browse the repository at this point in the history
  7. Update build.gradle

    koppor committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a0bddde View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d6a8e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Merge branch 'main' into fix-5904

    # Conflicts:
    #	build.gradle
    koppor committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c04d943 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    koppor committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6150506 View commit details
    Browse the repository at this point in the history
  3. Simplify code

    koppor committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    da76176 View commit details
    Browse the repository at this point in the history
  4. Try to make code more readable

    koppor committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9122a01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7eb600d View commit details
    Browse the repository at this point in the history
  6. Fix CHANGELOG

    koppor committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0f69e32 View commit details
    Browse the repository at this point in the history
  7. Improve code

    koppor committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f5298a4 View commit details
    Browse the repository at this point in the history
  8. Refine text

    koppor committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e611cbf View commit details
    Browse the repository at this point in the history
  9. Fix binding issue

    koppor committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    37f89b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Fix BackupManager to modify the UI

    Co-authored-by: Christoph <siedlerkiller@gmail.com>
    Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
    3 people committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7525cdf View commit details
    Browse the repository at this point in the history
  2. Works for simple case

    Co-authored-by: Christoph <siedlerkiller@gmail.com>
    Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
    3 people committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4e30bd2 View commit details
    Browse the repository at this point in the history
  3. FieldFormatter not used at reading any more

    Co-authored-by: Christoph <siedlerkiller@gmail.com>
    koppor and Siedlerchr committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    bc707a0 View commit details
    Browse the repository at this point in the history
  4. Convert FieldContentFormatter to NormalizeWhitespaceFormatter

    Co-authored-by: Christoph <siedlerkiller@gmail.com>
    koppor and Siedlerchr committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ae2aabb View commit details
    Browse the repository at this point in the history
  5. Make use of new change-aware bindings in other text-based editors, too

    Co-authored-by: Christoph <siedlerkiller@gmail.com>
    koppor and Siedlerchr committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1e1b678 View commit details
    Browse the repository at this point in the history
  6. Fix tinylog

    koppor committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    793982c View commit details
    Browse the repository at this point in the history
  7. Fix when end is trimmed

    Co-authored-by: Christoph <siedlerkiller@gmail.com>
    koppor and Siedlerchr committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    40e3af2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12842f8 View commit details
    Browse the repository at this point in the history
  9. Fix CHANGELOG.md

    Co-authored-by: Christoph <siedlerkiller@gmail.com>
    koppor and Siedlerchr committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b5498e1 View commit details
    Browse the repository at this point in the history
  10. Adapt tests to new behavior

    Co-authored-by: Christoph <siedlerkiller@gmail.com>
    koppor and Siedlerchr committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e313c06 View commit details
    Browse the repository at this point in the history
  11. Fix imports

    koppor committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e7cb925 View commit details
    Browse the repository at this point in the history
  12. Fix paranthethes

    koppor committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    06afd41 View commit details
    Browse the repository at this point in the history
  13. Fix WTF

    koppor committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e5c8df7 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. fix test

    Siedlerchr committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    b81fe07 View commit details
    Browse the repository at this point in the history
  2. fix autosave thread

    Siedlerchr committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    804e851 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Remove dead code

    koppor committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    ef300c4 View commit details
    Browse the repository at this point in the history
  2. Improve code

    - fix method names
    - Optional `get()` to `orElseThrow()`
    - List -> Collection
    - Remove obsoelte "COMMENT" and "CUSTOM_FIELD" property
    koppor committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    6079130 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e2868b View commit details
    Browse the repository at this point in the history
  4. Fix casing (and variable)

    koppor committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    bbb5d45 View commit details
    Browse the repository at this point in the history
  5. More FieldProperty cleanup

    koppor committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    70a222c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4104798 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    948b84b View commit details
    Browse the repository at this point in the history
  8. Prepare: Fix cleanup of imported entries

    - introduce ParserFetcher interface
    - make ImportCleanup an abstract class
    - improve MathSicNet test code
    koppor committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    31ddb1e View commit details
    Browse the repository at this point in the history
  9. Add TODOs

    koppor committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    75d697c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Add normalizing of white spaces to import

    - Consistent naming if "preferences" (not prefs, not preferenceService)
    koppor committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    39e130e View commit details
    Browse the repository at this point in the history
  2. Really cleanup the entry

    koppor committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f5fc48b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c5a401 View commit details
    Browse the repository at this point in the history
  4. Fix DBLP tests

    koppor committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    450b87b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fd160b View commit details
    Browse the repository at this point in the history
  6. Add @nonnull annotation

    koppor committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    67c65fb View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/main' into fix-5904

    # Conflicts:
    #	src/main/java/org/jabref/gui/entryeditor/EntryEditor.java
    #	src/main/java/org/jabref/gui/entryeditor/RelatedArticlesTab.java
    koppor committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    42514e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    caf7562 View commit details
    Browse the repository at this point in the history
  9. Fix NPE at tests

    koppor committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    dfa13d3 View commit details
    Browse the repository at this point in the history
  10. Incease heap space (again)

    koppor committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9f6d3c2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    96a1486 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e033f20 View commit details
    Browse the repository at this point in the history
  13. Fix NPE

    koppor committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ce1ad83 View commit details
    Browse the repository at this point in the history
  14. Fix checkstyle

    koppor committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6922762 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b8a9e62 View commit details
    Browse the repository at this point in the history
  16. Refine comment

    koppor committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b88b27a View commit details
    Browse the repository at this point in the history
  17. Add more comments

    koppor committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b2d5ec4 View commit details
    Browse the repository at this point in the history