NewTools icon indicating copy to clipboard operation
NewTools copied to clipboard

Fix potential freezing browser

Open AlexisCnockaert opened this issue 5 months ago • 2 comments

Due to the possible complexity of subdirectories when opening the File Browser, now it dont expand the tree when its opened. Screen Shot 2025-09-12 at 14 14 35

Fixes https://github.com/pharo-project/pharo/issues/18450#issuecomment-3164391609

@ELePors is it okay for you that way ?

AlexisCnockaert avatar Sep 12 '25 12:09 AlexisCnockaert

We could have a setting (or a configuration) to be able to have expansion on opening.

Ducasse avatar Sep 14 '25 10:09 Ducasse

Maybe we should do as in the mac Finder or the windows explorer.

We have a list of the drives but not as a tree. If you click on it, you navigate it in the right. The reason they are doing it this way might be to avoid this kind of freezes?

jecisc avatar Sep 15 '25 12:09 jecisc

it would be nice to be able to decide. Because it works well on my machine. So if people have slow discs or slow network. So we could have a classVar to control the opening because opening on your folder is quite nice.

Ducasse avatar Nov 30 '25 09:11 Ducasse

I will integrate it now and I will fix it.

Ducasse avatar Nov 30 '25 09:11 Ducasse