-
-
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.
PDFs are not stored next to .bib file if file directory is configured (…
…#9113) * Fix typos * Add comment * FileLinkPreferences now rely on FilePreferences * The fallback directory of the file folder now is the general file directory. Co-authored-by: Kevin Klein <kevin@0x002a.com> * Improve LOGGER call with {} * The global default directory for storing PDFs is now the subdirectory "JabRef" in the user's home Co-authored-by: Kevin Klein <kevin@0x002a.com> * Adapt tests to new behavior Co-authored-by: Kevin Klein <kevin@0x002a.com> * Refine comment * Try to fix checkstyle * Fix typo * Fix "illegal unicode escape" * Add architecture test and move to java desktop remove obsolete checks * Add missing class * remove check for empty file dirs * fix tests * Fix checkstye * fix copy paste error * Revert "remove check for empty file dirs" This reverts commit 279ae2e. * Fix tests Co-authored-by: Christoph <siedlerkiller@gmail.com> Co-authored-by: Kevin Klein <kevin@0x002a.com> Co-authored-by: Siedlerchr <siedlerkiller@gmail.com>
- Loading branch information
1 parent
858e942
commit 4685800
Showing
12 changed files
with
134 additions
and
73 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
10 changes: 10 additions & 0 deletions
10
src/main/java/org/jabref/architecture/AllowedToUseSwing.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package org.jabref.architecture; | ||
|
||
/** | ||
* Annotation to indicate that this logic class can access swing | ||
*/ | ||
public @interface AllowedToUseSwing { | ||
|
||
// The rationale | ||
String value(); | ||
} |
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
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.