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

Fix 6966 multiple file open #7732

Closed

Conversation

hugomfandrade
Copy link

  • 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.

Created a simple command for opening multiple files when one or multiple entries are selected, and added it to the right menu. One single entry can have multiple files and this command (OpenMultipleExternalFilesAction) iterates not only over the selected entries, but also the files of each entry, and opens them all.
A security check was added so that the maximum number of files that can be open are 20.
The following images illustrate the solution

https://github.com/CES21-Group-G/resources/blob/master/fix02/fix02-03.png
https://github.com/CES21-Group-G/resources/blob/master/fix02/fix02-04.png

@Siedlerchr
Copy link
Member

Please check the next time if there is already a PR open, in this case it was #7709

@Siedlerchr Siedlerchr closed this May 13, 2021
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.

3 participants