Changed ComboBox to SearchableComboBox in FieldFormatterCleanupsPanel#14031
Conversation
Hey @bhrhmn!Thank you for contributing to JabRef! Your help is truly appreciated ❤️. We have automatic checks in place, based on which you will soon get automated feedback if any of them are failing. Please re-check our contribution guide in case of any other doubts related to our contribution workflow. |
|
In the fxml you probably need to add the import to the top as well |
|
@bhrhmn Are you continuing here? |
|
Yes I will work on it this week. I did add the import for searchableComboBox at the top of the fxml file but when I run the program, my changes to the fxml file disappear. Is it something I am missing? |
|
Nevermind I have been trying to write in the build files. I think I got it to work so I will do a new pr |
|
Why did you rever the latest changes? |
|
I saw that I had pushed some changes to csl-locales and csl-styles which I thought was weird so I wanted to revert and only push the changes to FieldFormatterCleanupsPanel.fxml. |
|
Ah we have a how to on that https://devdocs.jabref.org/code-howtos/faq.html#submodules |
Updated CHANGELOG with new features, changes, fixes, and removals.
|
Took the opportunity to alter the changelog entry a little bit. Imho this is an addition, not a fix. |
…JabRef#14031) * Changed ComboBox to SearchableComboBox in FieldFormatterCleanupsPanel * Changed the combobox to a searchable combobox * Revert "Changed the combobox to a searchable combobox" This reverts commit 348762b. * changed combobox to a searchable combobox * Added bugfix to CHANGELOG.md * Corrected an issue number in CHANGELOG.md * Revise CHANGELOG for recent updates and fixes Updated CHANGELOG with new features, changes, fixes, and removals. --------- Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
…JabRef#14031) * Changed ComboBox to SearchableComboBox in FieldFormatterCleanupsPanel * Changed the combobox to a searchable combobox * Revert "Changed the combobox to a searchable combobox" This reverts commit 348762b. * changed combobox to a searchable combobox * Added bugfix to CHANGELOG.md * Corrected an issue number in CHANGELOG.md * Revise CHANGELOG for recent updates and fixes Updated CHANGELOG with new features, changes, fixes, and removals. --------- Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
Closes #13890
Changed type of addableFields and addableFormatters to SeachableComboBox in FieldFormatterCleanupsPanel.
Steps to test
It will now show only the fields containing the string "title". The same will be true for the right combobox as well.
Mandatory checks
CHANGELOG.mdin a way that is understandable for the average user (if change is visible to the user)