0
Corrigé
Make the quick open pre-load feature run asynchrsonously
When you're typing text into the quick-open box, sublime will pre-load the currently selected item. This causes latency when typing in the interface when the pre-load feature is loading a file over a network.
The pre-load of the currently selected file should run asynchronously to the interface, so the user can continue typing or navigating with speed.
The pre-load of the currently selected file should run asynchronously to the interface, so the user can continue typing or navigating with speed.
Solution
0
Solution
Corrigé
Jon Skinner il y a 14 ans
File loading itself has always been async, but there was still some IO done in the main thread. Build 2032 resolves this.
Solution
Corrigé
File loading itself has always been async, but there was still some IO done in the main thread. Build 2032 resolves this.
Service d'assistance aux clients par UserEcho