get rid of 400ms delay

This commit is contained in:
Konstantin Bulenkov
2013-08-19 18:29:20 +02:00
parent b5fa54bff8
commit b24def6f99
@@ -173,7 +173,7 @@ public class SearchEverywhereAction extends AnAction implements CustomComponentA
}
rebuildList(pattern);
}
}, 400);
}, Registry.intValue("ide.goto.rebuild.delay"));
}
});
editor.addFocusListener(new FocusAdapter() {