Oliver Kopp
Oliver Kopp
The place would be https://github.com/jhipster/prettier-java/tree/main/website/docs Maybe one can pickup some examples from our try to switch to `prettier-java`? 2k files can't be wrong 😅 https://github.com/JabRef/jabref-koppor/pull/717
With the playground the xample from https://github.com/palantir/palantir-java-format#motivation--examples are as follows: ```java private static void configureResolvedVersionsWithVersionMapping( Project project ) { project .getPluginManager() .withPlugin("maven-publish", (plugin) -> { project .getExtensions() .getByType(PublishingExtension.class) .getPublications() .withType(MavenPublication.class)...
Strongly related: https://github.com/jhipster/prettier-java/issues/627
Example 
Step 1: 1. Create a new `bib` file 2. Open the groups pane  3. Add new group "test" (using context menu) 4. Open web search (View menu) 5. Select...
One can generate a large .bib file using https://github.com/JabRef/jabref/blob/main/scripts/bib-file-generator.py
> Ive making some small changes only to fix typos and MADR 4.0.0 changes. Thank you! >I found this [malformed decision](https://github.com/JabRef/jabref/blob/6537bc957171775ca15b730af9084834a236c1ef/docs/decisions/0011-test-external-links-in-documentation.md) while working. Is this intentional? Thank you for pointing...
Other steps to reproduce: 1. State in JabRef:\  2. I press Ctrl+W 3. State in JabRef:\  4. I press Ctrl+W 5. Nothing happens - Expected JabRef should close...
@josephyim Thank you for finding some external resources on that! JDK issue linked from the SO question: https://bugs.openjdk.org/browse/JDK-8088068
> I have try to add but I am very unclear about how preference migration works. Not sure how to help. Example method: org.jabref.migrations.PreferencesMigrations#upgradeImportFileAndDirePatterns It first checks if a prefernce...