-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
'Recent' panel in 'Create new node' popup is never cleared. #35146
Comments
Why does it make it useless? The point is that it lists what nodes you last use, regardless of the session. |
If it's never cleared, it just becomes identical to the main list. |
It should be ordered by reverse chronological order (last used nodes come first), so it's not the same as the main list. But it should likely be limited to ~10-15 entries or so, removing the older ones as new ones come in. |
Yes. That would be an option too. |
Limiting the Recent menu to about 10 entries is probably a better idea indeed. |
Another issue with this never being cleared (whether manually or automatically) is that if you move / rename files with custom classes, you can end up with broken links in the "Recent" panel, along with a couple of error messages every time you open the "create new node" dialog:
|
Godot version:
3.2beta4
OS/device including version:
Windows 10
Issue description:
'Recent' panel in 'Create new node' popup is never cleared, which makes it useless.
Steps to reproduce:
In the scene tab > add new node > 'create new node' popup > add a node
Repeat a couple of times.
When Godot is restarted, all those nodes are still present in 'recent'. They should have been cleared.
Minimal reproduction project:
The text was updated successfully, but these errors were encountered: