Skip to content
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
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Add v scode #1

wants to merge 19 commits into from

Conversation

u7465990
Copy link
Owner

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

  • I own the copyright of the code submitted and I licence it under the MIT license
  • Change in CHANGELOG.md described in a way that is understandable for the average user (if applicable)
  • Tests created for changes (if applicable)
  • Manually tested changed features in running JabRef (always required)
  • Screenshots added in PR description (for UI changes)
  • Checked developer's documentation: Is the information available and up to date? If not, I outlined it in this pull request.
  • Checked documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request to the documentation repository.

tomeg09 and others added 19 commits October 24, 2024 07:29
…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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reset of all preferences should be accessible through Options/Preferences Code for icons
6 participants