mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
apply statistics from previous completion when starting new explicit completion
This commit is contained in:
+3
-1
@@ -127,7 +127,9 @@ public class CodeCompletionHandlerBase {
|
||||
return;
|
||||
}
|
||||
|
||||
CompletionLookupArranger.applyLastCompletionStatisticsUpdate();
|
||||
if (invokedExplicitly) {
|
||||
CompletionLookupArranger.applyLastCompletionStatisticsUpdate();
|
||||
}
|
||||
|
||||
final Document document = editor.getDocument();
|
||||
if (!FileDocumentManager.getInstance().requestWriting(document, project)) {
|
||||
|
||||
Reference in New Issue
Block a user