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

Followup of #4784 - fixes remaining issues of #4762 #4806

Merged
merged 3 commits into from
Mar 25, 2019
Merged

Conversation

matthiasgeiger
Copy link
Member

Fixes the remaining problems mentioned in #4784 (review):

--

  • Change in CHANGELOG.md described
  • Tests created for changes
  • Manually tested changed features in running JabRef
  • Screenshots added in PR description (for bigger UI changes)
  • Ensured that the git commit message is a good one
  • Check documentation status (Issue created for outdated help page at help.jabref.org?)

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.

Just a minor issue, otherwise lgtm

// Add changePane in case a file is present - otherwise just add the splitPane to the panel
Optional<File> file = bibDatabaseContext.getDatabaseFile();
if (file.isPresent()) {
// create changeMonitor and changePane so we get notifications about outside changes to the file.
Copy link
Member

Choose a reason for hiding this comment

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

Please use Path class, there should be a method getDatabasePath

@Siedlerchr Siedlerchr merged commit e14b567 into master Mar 25, 2019
@Siedlerchr Siedlerchr deleted the followup-4784 branch March 25, 2019 16:54
@Siedlerchr
Copy link
Member

Thanks for the followup! Works fine now!

@matthiasgeiger
Copy link
Member Author

Thank you for the Path fix 😉

@tobiasdiez
Copy link
Member

Thanks for fixing my mess! Much appreciated ;-)

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.

List not refreshing when creating an entry in a new library
3 participants