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
Changes from 1 commit
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
dcb6e31
Modernize tests in BibEntryWriterTest
koppor May 6, 2024
d75c1a5
Add tests for current behavior
koppor May 6, 2024
197e723
Improve comments and code
koppor May 6, 2024
0331c2e
Re-order tests
koppor May 6, 2024
42faa91
Extract method
koppor May 6, 2024
6594317
Fix handling of ##
koppor May 6, 2024
05d9cbf
Fix detection of multiline fields
koppor May 6, 2024
60efa87
Fix space removal
koppor May 6, 2024
1b62eb3
Fix trimming of content
koppor May 6, 2024
548bec4
Codestyle: Tests
koppor May 7, 2024
e32f712
Remove standard cleanups
koppor May 7, 2024
8b7dc30
Add CHANGELOG.md entry
koppor May 7, 2024
06805f7
Right trim multiline fields
koppor May 7, 2024
5f2dde2
Add links to CHANGELOG.md
koppor May 7, 2024
ab6e5fd
Merge remote-tracking branch 'upstream/main' into fix-5904
koppor May 14, 2024
e901b32
Test case cleanup
koppor May 14, 2024
2f2d256
Fix whitespace formatting
koppor May 14, 2024
febbcc8
Reformat comment (and add TODO marker)
koppor May 14, 2024
09f7c80
More whitespace tweaking
koppor May 14, 2024
1a1a8e6
Merge branch 'main' into fix-5904
koppor Jun 4, 2024
2a6da5e
Use our builder if possible
koppor Jun 4, 2024
49adca5
Fix whitespace at import
koppor Jun 4, 2024
f03a172
Merge remote-tracking branch 'origin/main' into fix-5904
koppor Jun 4, 2024
94afc94
Try to get gradle executing all tests on GitHub CI
koppor Jun 4, 2024
18b41ea
Tweak parallel tests
koppor Jun 4, 2024
185698a
Optimize build
koppor Jun 4, 2024
c1524a3
Trim whole field content
koppor Jun 4, 2024
49540f0
Fix variable name
koppor Jun 4, 2024
c0fd92b
Use `toList()`
koppor Jun 7, 2024
70605e7
More modern BibEntry generating
koppor Jun 7, 2024
aa00de3
Better linebreaks
koppor Jun 7, 2024
83263dc
Fix logic
koppor Jun 7, 2024
324aac9
Fix an (unlreated) test
koppor Jun 7, 2024
acc1264
Update CHANGELOG.md
koppor Jun 7, 2024
a0bddde
Update build.gradle
koppor Jun 7, 2024
5d6a8e6
Use TrimWhitespaceFormatter() instead of internal "trim()"
koppor Jun 7, 2024
c04d943
Merge branch 'main' into fix-5904
koppor Jun 13, 2024
6150506
Fix typo
koppor Jun 13, 2024
da76176
Simplify code
koppor Jun 13, 2024
9122a01
Try to make code more readable
koppor Jun 13, 2024
7eb600d
Add diffing for correct caret repositioning
koppor Jun 13, 2024
0f69e32
Fix CHANGELOG
koppor Jun 13, 2024
f5298a4
Improve code
koppor Jun 13, 2024
e611cbf
Refine text
koppor Jun 13, 2024
37f89b6
Fix binding issue
koppor Jun 13, 2024
7525cdf
Fix BackupManager to modify the UI
koppor Jun 14, 2024
4e30bd2
Works for simple case
koppor Jun 14, 2024
bc707a0
FieldFormatter not used at reading any more
koppor Jun 14, 2024
ae2aabb
Convert FieldContentFormatter to NormalizeWhitespaceFormatter
koppor Jun 14, 2024
1e1b678
Make use of new change-aware bindings in other text-based editors, too
koppor Jun 14, 2024
793982c
Fix tinylog
koppor Jun 14, 2024
40e3af2
Fix when end is trimmed
koppor Jun 14, 2024
12842f8
Merge remote-tracking branch 'origin/main' into fix-5904
koppor Jun 14, 2024
b5498e1
Fix CHANGELOG.md
koppor Jun 14, 2024
e313c06
Adapt tests to new behavior
koppor Jun 14, 2024
e7cb925
Fix imports
koppor Jun 14, 2024
06afd41
Fix paranthethes
koppor Jun 14, 2024
e5c8df7
Fix WTF
koppor Jun 14, 2024
b81fe07
fix test
Siedlerchr Jun 15, 2024
804e851
fix autosave thread
Siedlerchr Jun 15, 2024
ef300c4
Remove dead code
koppor Jun 16, 2024
6079130
Improve code
koppor Jun 16, 2024
5e2868b
Fix semantics of "VERBATIM" and remove 1:1 relation of property and f…
koppor Jun 16, 2024
bbb5d45
Fix casing (and variable)
koppor Jun 16, 2024
70a222c
More FieldProperty cleanup
koppor Jun 16, 2024
4104798
Enhanced KeyField support (required for customized entry types)
koppor Jun 16, 2024
948b84b
Fix fixing of double white spaces
koppor Jun 16, 2024
31ddb1e
Prepare: Fix cleanup of imported entries
koppor Jun 16, 2024
75d697c
Add TODOs
koppor Jun 16, 2024
39e130e
Add normalizing of white spaces to import
koppor Jun 17, 2024
f5fc48b
Really cleanup the entry
koppor Jun 17, 2024
0c5a401
Adapt MathSciNetTest to new normalizing approach
koppor Jun 17, 2024
450b87b
Fix DBLP tests
koppor Jun 17, 2024
4fd160b
Use "List.of()" instead of "Collections.singletonList"
koppor Jun 17, 2024
67c65fb
Add @NonNull annotation
koppor Jun 17, 2024
42514e3
Merge remote-tracking branch 'origin/main' into fix-5904
koppor Jun 17, 2024
caf7562
Remove obsolete JavaDoc comment
koppor Jun 17, 2024
dfa13d3
Fix NPE at tests
koppor Jun 17, 2024
9f6d3c2
Incease heap space (again)
koppor Jun 17, 2024
96a1486
Fix missing dependency injection
koppor Jun 17, 2024
e033f20
Merge branch 'hotfix' into fix-5904
koppor Jun 17, 2024
ce1ad83
Fix NPE
koppor Jun 17, 2024
6922762
Fix checkstyle
koppor Jun 17, 2024
b8a9e62
Merge remote-tracking branch 'origin/main' into fix-5904
koppor Jun 17, 2024
b88b27a
Refine comment
koppor Jun 17, 2024
b2d5ec4
Add more comments
koppor Jun 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add links to CHANGELOG.md
koppor committed May 7, 2024
commit 5f2dde22598546907874770ea458ff51585d15fb
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
- We replaced the word "Key bindings" with "Keyboard shortcuts" in the Preferences tab. [#11153](https://github.com/JabRef/jabref/pull/11153)
- We slightly improved the duplicate check if ISBNs are present. [#8885](https://github.com/JabRef/jabref/issues/8885)
- JabRef no longer downloads HTML files of websites when a PDF was not found. [#10149](https://github.com/JabRef/jabref/issues/10149)
- Leading and trailing whitespaces are automatically removed from single-line fields.
- Leading and trailing whitespaces are automatically removed from single-line fields. [#11282](https://github.com/JabRef/jabref/pull/11282)

### Fixed

@@ -35,7 +35,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
- We fixed crash on opening the entry editor when auto-completion is enabled. [#11188](https://github.com/JabRef/jabref/issues/11188)
- We fixed the usage of the key binding for "Clear search" (default: <kbd>Escape</kbd>). [#10764](https://github.com/JabRef/jabref/issues/10764)
- We fixed an issue where library shown as unsaved and marked (*) after accepting changes made externally to the file. [#11027](https://github.com/JabRef/jabref/issues/11027)
- User-specific comment fields now keep double space characters.
- User-specific comment fields now keep double space characters. [#11282](https://github.com/JabRef/jabref/pull/11282)
- We fixed an issue where drag and dropping entries from one library to another was not always working. [#11254](https://github.com/JabRef/jabref/issues/11254)
- We fixed an issue where drag and dropping entries created a shallow copy. [#11160](https://github.com/JabRef/jabref/issues/11160)
- We fixed an issue where imports to a custom group would only work for the first entry [#11085](https://github.com/JabRef/jabref/issues/11085), [#11269](https://github.com/JabRef/jabref/issues/11269)