-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Refactor externalprefs #6509
Refactor externalprefs #6509
Conversation
…prefs # Conflicts: # src/main/java/org/jabref/preferences/JabRefPreferences.java # src/main/java/org/jabref/preferences/PreferencesService.java
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
I vaguely remember that there was a reason why there was an extra dialog to specify the detailed information for an application (path + cmd args). Is this still necessary or can this be actually inlined in the preference dialog?
Only reason why I can think of is because the content depends on the application. Emacs e.g. has an additional textfield for c l arguments etc. |
ok, if you think it would be easy to integrate, then this would be a valuable improvement. |
* upstream/master: (76 commits) Fixes missing library properties context menu on library tab (#6508) Bump flexmark-ext-gfm-strikethrough from 0.61.30 to 0.61.32 Bump archunit-junit5-api from 0.13.1 to 0.14.1 Bump flexmark from 0.61.30 to 0.61.32 Bump flexmark-ext-gfm-tasklist from 0.61.30 to 0.61.32 Add javadoc and fix the preview update issue Refactor externalprefs (#6509) Extend the bib file for better screenshots Remove Grobid also from tests Fix help file tests Update ActionHelper.java Adjusted fix by using StateManager for clearing search bar fix checkstyle Return true in action helper if file is online link Reenable caching of gradle Refactor BibtexKeyPatternPreferences (#6489) Update CHANGELOG.md Add changelog entry and remove unnecessary code EasyBind revision part two Fix Drag and Drop on empty database ...
Follow up to #6489
Made some minor cosmetic changes to the ExternalTab.
Everything else should be self explaining.