-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make "Open Recent" as sub-menu of menu "File" (+ add option "Clear history") #216
Comments
Partial implementation for leozide#216. There is no mnemonic for the "Open Recent" submenu, and the submenu is not hidden or disabled if there are no recent files.
I don't like the submenu idea, it adds 1 extra click to my workflow and breaks quickly pressing alt+f 1 to open a recent file. I'd prefer if the long file names were just elided. |
Well, the sub menu is quite a standard in many software. Moreover, if you add another settings letting choose the size of the recent files, you could have a very long list. This is the solution I adopted in my BlueBrick software. In the "Preference" window, there's an option to choose the length of the list (4 by default), and a button to clear the history. |
@leozide , think, as cmpromise solutiion add option "Show list of Recent And always store list of recent 9 files in LeoCAD config file. |
For quick fix this issue, please, add checkbox option "Hide list of recent files" in "Preferences > General" tab. Think, this would be the best solution here. |
@leozide, could you add this option? |
@leozide This is really issue which should be fixed.
BTW, I still propose add "Open Recent" as sub-entry in "File" menu, because it is de-facto standard in desktop apps UI/UX already (GIMP, Inkscape, QCAD, FreeCAD & all other most popular FLOSS apps). Otherwise add at least check box option"Preferences > Do not show recent files" to disable recent files list in "File" menu, for those AFOLs like me who has no any need to keep list of recent files in LeoCAD's UI. |
Yes, the "Open Recent" is what I was asking (which I called a sub menu of the File menu). I agree it is kind of a standard in Desktop application, and I'm not convinced with the argument saying it would require one more click (yes it does, but no big deal, as it is not an operation you do hundreds of time when using the software)... |
Actual behavior
Currently list of recently used files shown directly in the root of menu "File", where long path of file could spread this menu too much
Expected behavior
Reference
sK1 2.0
AzPainter
The text was updated successfully, but these errors were encountered: