-
-
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
Double-clicking a file updates whole FileSystem tree #99760
Comments
I don't recall anything like this. Is this a regression? |
Doesn't seem to happen in 4.3. |
I've noticed the filters get ignored in many cases, I assume its every time the tree updates. Saving the scene, moving the filesystem dock, changing split mode, changing sorting, and opening a file all cause it. |
The freezing happens only when you have lots of files. |
Tested versions
4.4 dev5
The relevant code seems to exist since forever, but I don't remember it being that slow before.
System information
Windows 10.0.19045 - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 32.0.15.6603) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 threads)
Issue description
When you double-click a file, the whole editor freezes for a couple of seconds. Also if you had anything in filter, it will be ignored.
https://github.com/user-attachments/assets/7a9eb54b-8e0a-4345-9605-c878dc4f6e5e
For some reason it might also unfold every folder.
I checked the code and double-clicking makes the dock navigate to the file, which causes update of the whole tree.
Steps to reproduce
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: