Similar to the New split button showing icons next to its entries, the Open split button which shows the recent document list with icons next to each entry depending on which app loads it.
Migrating Whiteboard tags to Keywords: (needsDevEval, topicUI) [NinjaEdit]
The problem is that you can't know for sure what app will load each file, before actually trying to open it (some files have wrong extensions (or don't have extension at all), some formats are supported by more than one app - like txt, rtf, html etc.). One possible solution is to store the last used app next to each history item. Then this can be also reused for Bug 65017.
(In reply to Maxim Monastirsky from comment #2) > ... One possible solution is to store the last > used app next to each history item. +1 Picking up the icons as set for the StartCenter (and when no thumbnail is generated bug 74834 or bug 61320) for assignment on the MRU menu list would be good. But, do see the problem with depending on the "Filter" value as recorded for each document when added to the MRU HistoryInfo PickList ItemList -- as is it does not seem to actually control the LO component that will launch the item. As in bug 65017, you can open an .RTF (Rich Text Format) document in Writer or Calc-- and the filter shows as "Rich Text Format" or "Rich Text Format (StarCalc)" but then on launching from the MRU menu, or the StartCenter thumbnails, LibreOffice does not honor that value and uses some other default.
(In reply to V Stuart Foote from comment #3) > But, do see the problem with depending on the "Filter" value as recorded for > each document when added to the MRU HistoryInfo PickList ItemList -- as is > it does not seem to actually control the LO component that will launch the > item. Yes, we *intentionally* don't honor it for several years now. See this commit: http://cgit.freedesktop.org/libreoffice/core/commit/?id=c238c19d2fed00919e02c4bc268d99ceaa73aca1
*** Bug 92050 has been marked as a duplicate of this bug. ***
(In reply to V Stuart Foote from comment #3) > Picking up the icons as set for the StartCenter (and when no thumbnail is > generated bug 74834 or bug 61320) for assignment on the MRU menu list would > be good. BTW Currently the start center does this by simply matching the extension, see here: http://opengrok.libreoffice.org/xref/core/sfx2/source/control/recentdocsview.cxx#82
We're replacing our use of the 'ux-advise' component with a keyword: Component -> LibreOffice Add Keyword: needsUXEval [NinjaEdit]
While I think it would be good to have an indicator what module opens for the recent documents the overall opinion seems to be WONTFIX.
(In reply to Heiko Tietze from comment #8) > While I think it would be good to have an indicator what module opens for > the recent documents the overall opinion seems to be WONTFIX. Both Maxim and Stuart agreed with the enhancement and Maxim gave code pointer in comment 6 on how it is implemented in the start center.
(In reply to Yousuf Philips (jay) from comment #9) > (In reply to Heiko Tietze from comment #8) > > While I think it would be good to have an indicator... > Both Maxim and Stuart agreed with the enhancement... So we all agree :-). Actually I was reading this as an enhancement request for the open recent document toolbar button / menu (.uno:RecentFileList) rather than the start center. Would be my preference at least.