https://bugs.kde.org/show_bug.cgi?id=447332
--- Comment #2 from Alvin Wong <al...@alvinhc.com> --- Okay, so here is my opinion: - We can limit the items visible from the menu (10 should be good, just like in the past) without limiting the actual maximum stored recent file. - Making the menu scrollable is likely out of the question for being too complicated to implement (if possible at all). - To reduce horizontal space consumption, we can probably remove the full path display from the menu and show it with a tooltip instead. - The recent files menu already shortens the names by putting ellipsis in the middle, but the current limit before shortening is screen width * 0.75. We may consider reducing it further. - In the future, we can add a "More Recent Files..." action to show a pop-up with the full recent files listing and a text box for searching from the list. (Inspiration from VSCode but I'm sure there are other software with similar features.) -- You are receiving this mail because: You are watching all bug changes.