mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
get rid of 400ms delay
This commit is contained in:
@@ -173,7 +173,7 @@ public class SearchEverywhereAction extends AnAction implements CustomComponentA
|
||||
}
|
||||
rebuildList(pattern);
|
||||
}
|
||||
}, 400);
|
||||
}, Registry.intValue("ide.goto.rebuild.delay"));
|
||||
}
|
||||
});
|
||||
editor.addFocusListener(new FocusAdapter() {
|
||||
|
||||
Reference in New Issue
Block a user