Enable resetting of SidePanePreferences
See #14400 for the steps to do.
/assign-me
👋 Hey @Shreyasdone, thank you for your interest in this issue! 🎉
We're excited to have you on board. Start by exploring our Contributing guidelines, and set up your local development workspace by following the steps in our workspace setup guidelines to get started smoothly.
For questions on JabRef functionality, you can consult the JabRef Guru. For questions related to the codebase, please start using DeepWiki.
In case you encounter failing tests during development, please check our developer FAQs!
Still facing issues or having more questions? Feel free to ask here on GitHub or on JabRef's Gitter chat. Please don't hesitate to open a (draft) pull request early on to show the direction you are heading towards if unsure.
Happy coding! 🚀
⏰ Assignment Reminder
Hi @Shreyasdone, this is a friendly reminder about your assignment to this issue.
[!WARNING] This issue will be automatically unassigned in 11 days if there's no activity.
Remember that you can ask the JabRef Guru or DeepWiki about anything regarding JabRef. Additionally, our contributing guide has hints on creating a pull request and a link to our Gitter chat.
How to keep your assignment
If you are working on it, you can prevent automatic unassignment by:
- Submitting a draft pull request with your progress within 11 days
- Asking for the 📌 Pinned label if you need more time
We appreciate your contribution and are here to help if needed!
Hi @koppor, I had a doubt in this issue while writing the constructor
public SidePanePreferences() {
this(
new HashSet<SidePaneType>(), // Default
new HashMap<SidePaneType, Integer>(), // Default
0 // Default
);
}
is this how it should be?
Hi @koppor, I had a doubt in this issue while writing the constructor
public SidePanePreferences() { this( new HashSet<SidePaneType>(), // Default new HashMap<SidePaneType, Integer>(), // Default 0 // Default ); }is this how it should be?
I cannot judge. How did you come up with default values?
I would need to do the migration myself.
We recommend to open a draft PR and ask there.
Even though I can reply to comments on my mobile fatser,y answer doesn't seem to be helpful 😅
We think that this issue was fixed. Please head to https://builds.jabref.org/main to download a development build and try it out.
For any feedback, add a comment to the pull request at https://github.com/JabRef/jabref/pull/14589.