Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Adjust delay when searching for file name
Permanently deleted user
Created
When searching for a file name (Ctrl+Shift+T) there's a slightly too long a of delay until the search starts. Is there a way for me to adjust this delay?
When searching for a file name (CtrlShiftT) there's a slightly too long a of delay until the search starts. Is there a way for me to adjust this delay?
There're two delays actually, the major one while the search process works, and the minor one that avoids spawning search processes until you type all the intended letters. The latter can be tuned in settings, even though there's no UI for that (see UserInputDeferTime in the R# settings XML file under the Roaming Application Data folder). The first one requires performance optimizations in the core :)
Hello,
There're two delays actually, the major one while the search process works,
and the minor one that avoids spawning search processes until you type all
the intended letters. The latter can be tuned in settings, even though there's
no UI for that (see UserInputDeferTime in the R# settings XML file under
the Roaming Application Data folder). The first one requires performance
optimizations in the core :)
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
Thank you! I changed the value from 300 to 100 and it's much better now.
I cannot find the XML settings file for R#. Is it still there in the latest version?