-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Modernize tests in BibEntryWriterTest * Add tests for current behavior * Improve comments and code * Re-order tests * Extract method * Fix handling of ## * Fix detection of multiline fields * Fix space removal * Fix trimming of content * Codestyle: Tests * Remove standard cleanups * Add CHANGELOG.md entry * Right trim multiline fields * Add links to CHANGELOG.md * Test case cleanup * Fix whitespace formatting * Reformat comment (and add TODO marker) * More whitespace tweaking * Use our builder if possible * Fix whitespace at import * Try to get gradle executing all tests on GitHub CI * Tweak parallel tests * Optimize build * Trim whole field content * Fix variable name * Use `toList()` * More modern BibEntry generating * Better linebreaks * Fix logic * Fix an (unlreated) test * Update CHANGELOG.md * Update build.gradle * Use TrimWhitespaceFormatter() instead of internal "trim()" * Fix typo * Simplify code * Try to make code more readable * Add diffing for correct caret repositioning * Fix CHANGELOG * Improve code * Refine text * Fix binding issue * Fix BackupManager to modify the UI Co-authored-by: Christoph <[email protected]> Co-authored-by: Carl Christian Snethlage <[email protected]> * Works for simple case Co-authored-by: Christoph <[email protected]> Co-authored-by: Carl Christian Snethlage <[email protected]> * FieldFormatter not used at reading any more Co-authored-by: Christoph <[email protected]> * Convert FieldContentFormatter to NormalizeWhitespaceFormatter Co-authored-by: Christoph <[email protected]> * Make use of new change-aware bindings in other text-based editors, too Co-authored-by: Christoph <[email protected]> * Fix tinylog * Fix when end is trimmed Co-authored-by: Christoph <[email protected]> * Fix CHANGELOG.md Co-authored-by: Christoph <[email protected]> * Adapt tests to new behavior Co-authored-by: Christoph <[email protected]> * Fix imports * Fix paranthethes * Fix WTF * fix test * fix autosave thread * Remove dead code * Improve code - fix method names - Optional `get()` to `orElseThrow()` - List -> Collection - Remove obsoelte "COMMENT" and "CUSTOM_FIELD" property * Fix semantics of "VERBATIM" and remove 1:1 relation of property and field * Fix casing (and variable) * More FieldProperty cleanup * Enhanced KeyField support (required for customized entry types) * Fix fixing of double white spaces * Prepare: Fix cleanup of imported entries - introduce ParserFetcher interface - make ImportCleanup an abstract class - improve MathSicNet test code * Add TODOs * Add normalizing of white spaces to import - Consistent naming if "preferences" (not prefs, not preferenceService) * Really cleanup the entry * Adapt MathSciNetTest to new normalizing approach * Fix DBLP tests * Use "List.of()" instead of "Collections.singletonList" * Add @nonnull annotation * Remove obsolete JavaDoc comment * Fix NPE at tests * Incease heap space (again) * Fix missing dependency injection * Fix NPE * Fix checkstyle * Refine comment * Add more comments --------- Co-authored-by: Christoph <[email protected]> Co-authored-by: Carl Christian Snethlage <[email protected]>
- Loading branch information
1 parent
7ef4976
commit d51b52b
Showing
79 changed files
with
1,021 additions
and
734 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.