You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ghost opened this issue
Dec 21, 2014
· 1 comment
· Fixed by #21339
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
Doing a search can take a full second. This is a major annoyance, especially when it triggers multiple times on mistype + backspace. Also, the results from the first few keystrokes are often not relevant.
Proposed solution: Introduce a delay before starting the search. KDevelop has a similar feature with a default of 500 ms, and it's awesome.
Other solutions:
speed up the search. A good idea in any case, but it's probably better to simply not do the work in the first place.
cancel the running search on a new keystroke.
only trigger on Enter.
The text was updated successfully, but these errors were encountered:
I also wonder if we should suppress incremental search when the input area has less than, say, three characters.
kmcallister
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
labels
Jan 16, 2015
thorncp
pushed a commit
to thorncp/rust
that referenced
this issue
Jan 18, 2015
Increases the delay of the search box to 500ms after key up. I tried
adding a three character minimum for setting the delay, but didn't find
it very useful.
Should closerust-lang#20095
…hton
Increases the delay of the search box to 500ms after key up. I tried
adding a three character minimum for setting the delay, but didn't find
it very useful.
Should closerust-lang#20095
@Jurily, your input is welcome!
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
Doing a search can take a full second. This is a major annoyance, especially when it triggers multiple times on mistype + backspace. Also, the results from the first few keystrokes are often not relevant.
Proposed solution: Introduce a delay before starting the search. KDevelop has a similar feature with a default of 500 ms, and it's awesome.
Other solutions:
The text was updated successfully, but these errors were encountered: