Hi, the "Recent files" list has numbers... for example: 1.my file 1 2.my file other etc... This is cool, BUT... imagine that your files have numbers at the beginning of the filename, like, 7-1--chapter_title 4-3-other-chapter-title the list will then look like this: 1.7-1--chapter_title 2.4-3-other-chapter-title NOT like: 2. 7_1-chapter_title but 2.7_1-chapter_title ........... Suggestion: Omit the number altogether. It has no relevance. or Have a different deliminator, like, "|" or ")".. plus a space :) 1. | 7_1--chapter 1.) 7_1--chapter But omitting it would be perfect... cause it really has zero relevance. * * * Thank you for developing LIbreoffice and Writer * * *
1. The code pointer: RecentFilesMenuController::fillPopupMenu [1] 2. But "it really has zero relevance" is wrong. For the first ten elements, the number is the accelerator key (meaning that using the keyboard to navigate the menu, the key press sequence like F10->F->U->3 (or Alt+F->U->3) will open the recent file #3). [1] https://opengrok.libreoffice.org/xref/core/framework/source/uielement/recentfilesmenucontroller.cxx?r=8c200de99582c0b961748202a3e40985b3f8aa4f#153
*** This bug has been marked as a duplicate of bug 160230 ***