mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
doc [completion]: add a doc comment
GitOrigin-RevId: a2bea8b494d2190f003bf3a151294ca741604505
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3c37594a15
commit
672a9d9f8f
@@ -264,6 +264,10 @@ public class LookupImpl extends LightweightHint implements LookupEx, Disposable,
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* let LookupImpl know that user changed selected element
|
||||
* @see #isSelectionTouched()
|
||||
*/
|
||||
public void markSelectionTouched() {
|
||||
if (!ApplicationManager.getApplication().isUnitTestMode()) {
|
||||
ThreadingAssertions.assertEventDispatchThread();
|
||||
|
||||
Reference in New Issue
Block a user