jabref icon indicating copy to clipboard operation
jabref copied to clipboard

Enable resetting of SidePanePreferences

Open koppor opened this issue 1 month ago • 3 comments

See #14400 for the steps to do.

koppor avatar Nov 23 '25 21:11 koppor

/assign-me

Shreyasdone avatar Nov 26 '25 18:11 Shreyasdone

👋 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! 🚀

github-actions[bot] avatar Nov 26 '25 18:11 github-actions[bot]

⏰ 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!

github-actions[bot] avatar Dec 06 '25 12:12 github-actions[bot]

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?

Shreyasdone avatar Dec 12 '25 17:12 Shreyasdone

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 😅

koppor avatar Dec 12 '25 17:12 koppor

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.

github-actions[bot] avatar Dec 20 '25 11:12 github-actions[bot]