=== Store/Restore font dropdown MRU === '''Background:''' When you open a new document, use the font dropdown and select a number of different fonts then the 5 or so most recently used fonts are shown at the top of the list. But when you open a new document then the dropdown resets again. It would be nice to retain the MRU list when opening a new document, and also save and restore the MRU on exit and restart. Code for the dropdown is in svtools/source/control/ctrlbox.cxx, see vcl/unx/source/fontmanager.cxx and "m_aCacheFile" for a sample of the APIs to save/load from/to a file in the users config directories. '''Skills:''' C++ '''taken by:''' cbosdonnat - 2011-04-15
http://cgit.freedesktop.org/libreoffice/core/commit/?id=f82a46dabeb431fc199aa4b43766115184844efe is related, and probably a good place to start. Might just be a matter of bug-fixing rather than work from scratch.
Removed EASYHACK from summary
Caolan McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e05baffff1446b1d65f0cb84130b060241065da8 Related: fdo#39626 bootstrap.ini is windows-only, use generic mechanism The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Fixed. I just verified that the fix works.
Migrating Whiteboard tags to Keywords: (EasyHack DifficultyBeginner SkillCpp TopicUi ) [NinjaEdit]