forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add v scode #1
Open
u7465990
wants to merge
19
commits into
main
Choose a base branch
from
addVScode
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add v scode #1
Conversation
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
…JabRef#12037) * Change enum & localisation preferences from "General File Directory" to "Library File Directory" * change 'generalFileDirectory' to 'libraryFileDirectory' in codebase * change 'generalFileDirectory' to 'libraryFileDirectory' in test code * change 'General file directory' to 'Library file directory' in places that were previously missed. * amendment to prior commits: should show up in GUI as "Library-specific File Directory". Have followed convention for "User-Specific File Directory" where this is referred to outside of UI prompts as "Library File Directory" * update CHANGELOG.md to document activity in this branch. * Additional/missed locations: change 'General File Directory' to 'Library-specific File Directory' * Per Koppor's instructions: unify front/back end to "Library-specific File Directory" * update code comments to reflect change from library file directory to library-specific file directory * updated en localisation per unit tests: 1. removed unused general file directory key 2. made Library-specific file directory key all-lowercase per unit test requirements. --------- Co-authored-by: rl712 <176219446+rl712@users.noreply.github.com>
* Add CitationKey to entry table default columns Part of JabRef#10510 * Add note regarding JabRef#10510, default addition of CitationKey column Part of JabRef#10510
* implement showing warning message in the cleanupworker * Edited changelog * Add missing Localization * Edited casting * Implemented the suggestion, moved the showFailure() to the GUI package * Implemented suggestions to use collectors, removed unused comments and methods
* New translations jabref_en.properties (French) * New translations jabref_en.properties (Polish) * New translations jabref_en.properties (Portuguese, Brazilian) * New translations jabref_en.properties (Spanish) * New translations jabref_en.properties (Arabic) * New translations jabref_en.properties (Danish) * New translations jabref_en.properties (German) * New translations jabref_en.properties (Greek) * New translations jabref_en.properties (Finnish) * New translations jabref_en.properties (Italian) * New translations jabref_en.properties (Japanese) * New translations jabref_en.properties (Korean) * New translations jabref_en.properties (Dutch) * New translations jabref_en.properties (Norwegian) * New translations jabref_en.properties (Portuguese) * New translations jabref_en.properties (Russian) * New translations jabref_en.properties (Swedish) * New translations jabref_en.properties (Turkish) * New translations jabref_en.properties (Ukrainian) * New translations jabref_en.properties (Chinese Simplified) * New translations jabref_en.properties (Chinese Traditional) * New translations jabref_en.properties (Vietnamese) * New translations jabref_en.properties (Indonesian) * New translations jabref_en.properties (Persian) * New translations jabref_en.properties (Tagalog)
Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe the changes you have made here: what, why, ...
Link the issue that will be closed, e.g., "Closes JabRef#333". If your PR closes a koppor issue, link it using its URL, e.g., "Closes koppor#47".
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)