-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 option to allow for integers in field "edition" when running database in bibtex mode #5121
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me from my point of view
@calixtus As you have been working on the Preferences tab it would be nice if you could look over it, if it's correct
@@ -78,6 +79,7 @@ public GeneralTabViewModel(DialogService dialogService, JabRefPreferences prefer | |||
); | |||
} | |||
|
|||
@Override |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to override for setValues(), storeSettings() or validateSettings(), they directly implement the PrefsTab-Interface
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sorry, this is because of the Eclipse IDE that put this automatically. I will correct this.
Ok, i focused on the preference-stuff, made a comment, everything else fits into the pattern, so i guess besides the "Override" - lgtm. |
Please fix the changes proposed from @calixtus and merge the latest JabRef master branch in your branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again for your contribution!
Issue #4680
This is a new fork from the old pull request.
I added a checkbox in Preferences/GeneralTab to allow insert integers in field edition when bibtex mode is running. Also, i modified EditionChecker class to permit this configuration. As well as the test cases in IntegrityCheckTest class.