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

Reordered items in main table right-click menu #7952

Merged
merged 6 commits into from
Aug 12, 2021

Conversation

rayinfinite
Copy link
Contributor

Fixes #6099

  • 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 documentation: Is the information available and up to date? If not created an issue at https://github.com/JabRef/user-documentation/issues or, even better, submitted a pull request to the documentation repository.

About issue 6099

In JabRef 5.3, when you right-click on an entry of the main table, you get the following menu:
before
In this menu, some items are not located properly. So we want to change the order of the menu. There are 3 changes we made.

  • place "Attach file" before "Open Folder"
  • place "Merge entries" between "Cut" and "Delete Entry"
  • rename "Delete Entry" to "Delete entry"

After changes, the menu should appears as follows:
after

@Siedlerchr Siedlerchr added the status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers label Aug 1, 2021
@Siedlerchr
Copy link
Member

LGTM from my side, please have a look at the failing localization language test, you probably need to remove "Delete Entry" from the en.properties file

@Siedlerchr Siedlerchr added the status: changes required Pull requests that are not yet complete label Aug 1, 2021
@Siedlerchr
Copy link
Member

@rayinfinite can you please fix the last remaining issue, the localization? Then we can merge this!

Copy link
Member

@Siedlerchr Siedlerchr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pleae fix the l10n

unit test
Obsolete keys found in language properties file: 
  Delete Entry
Copy link
Member

@calixtus calixtus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took the liberty to change the changelog entry a bit, since this PR does not really fix a bug, but changes just the order of the right click menu to a more fitting one.
Looks good to me, tests are green, two reviews. Merging now.
Thank you very much for your effort!

@calixtus calixtus changed the title Fix for issue 6099: UI: maintable: right-click menu: reorder items Reordered items in main table right-click menu Aug 12, 2021
@calixtus calixtus added maintable ui and removed status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers status: changes required Pull requests that are not yet complete labels Aug 12, 2021
@calixtus calixtus merged commit ca0db06 into JabRef:main Aug 12, 2021
Siedlerchr added a commit that referenced this pull request Aug 20, 2021
* upstream/main: (110 commits)
  Extract PushTo names into model (#8005)
  Refactor processCitation in GrobidService to match processPdf (#8003)
  Improved progress indication for fulltext-index operations (#7981)
  Reordered Pdf-Importer priorities (#8001)
  Implement more pdf importers (#7947)
  Adding icon picker for group dialog issue#6142 (#7776)
  Fix possible NPE in exporter with empty charset (#7979)
  Fix icon color (#7994)
  Bump slf4j-api from 2.0.0-alpha2 to 2.0.0-alpha4 (#7991)
  Bump classgraph from 4.8.112 to 4.8.114 (#7990)
  Bump mariadb-java-client from 2.7.3 to 2.7.4 (#7992)
  Bump jsoup from 1.14.1 to 1.14.2 (#7993)
  New yaml issue template (#7983)
  [Bot] Update CSL styles (#7985)
  Reordered items in main table right-click menu (#7952)
  Fulltext Index: Only index local pdf files (#7980)
  Bump WyriHaximus/github-action-wait-for-status from 1.3 to 1.4 (#7973)
  Bump byte-buddy-parent from 1.11.9 to 1.11.12 (#7974)
  Bump classgraph from 4.8.110 to 4.8.112 (#7975)
  Bump checkstyle from 8.45 to 8.45.1 (#7978)
  ...

# Conflicts:
#	src/main/java/module-info.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI: maintable: right-click menu: reorder items
3 participants