[Bug] Folder as workspace makes notepad++ irresponsive with large folders
-
Folder as workspace makes notepad++ irresponsive when there is a large folder structure opened on startup. I’m talking about wait times of over 20 seconds here. Ways to prevent this are:
- load these workspace folders asynchronously so it doesn’t halt notepad++ itself
- lazyload the folders: only load (and possibly the direct sub-folders) of the opened workspace folders
Could someone pick this up and fix this before the next update?
-