Skip to content

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

Merged
Siedlerchr merged 3 commits into
masterfrom
followup-4784
Mar 25, 2019
Merged

Followup of #4784 - fixes remaining issues of #4762#4806
Siedlerchr merged 3 commits into
masterfrom
followup-4784

Conversation

@matthiasgeiger

Copy link
Copy Markdown
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?)

@Siedlerchr Siedlerchr left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
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
Copy Markdown
Member

Thanks for the followup! Works fine now!

@matthiasgeiger

Copy link
Copy Markdown
Member Author

Thank you for the Path fix 😉

@tobiasdiez

Copy link
Copy Markdown
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