feat: Add resetting methods to MainTablePreferences Follows pattern …#14447
feat: Add resetting methods to MainTablePreferences Follows pattern …#14447manojalluri wants to merge 1 commit intoJabRef:mainfrom
Conversation
…rom PR JabRef#13894 (WorkspacePreferences) Closes JabRef#14413
|
You have removed the "Mandatory Checks" section from your pull request description. Please adhere to our pull request template. |
|
Note that your PR will not be reviewed/accepted until you have gone through the mandatory checks in the description and marked each of them them exactly in the format of |
|
JUnit tests of You can then run these tests in IntelliJ to reproduce the failing tests locally. We offer a quick test running howto in the section Final build system checks in our setup guide. |
|
Code doesn't build, probably an ai-generated attempt. |
Description
Implements resetting functionality for MainTablePreferences following the pattern established in PR #13894 for WorkspacePreferences.
This PR addresses issue #14413 and contributes to resolving the larger issue #12655 about importing settings not working completely.
Changes
These methods enable proper resetting of MainTablePreferences during import and clear operations.
Testing
Mandatory Checks