mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
debugging the test
This commit is contained in:
@@ -599,6 +599,8 @@ public interface Test {
|
||||
println myFixture.editor.document.text
|
||||
println myFixture.editor.caretModel.offset
|
||||
println myFixture.editor.settings.virtualSpace
|
||||
println LookupManager.getInstance(project)
|
||||
println LookupManager.getInstance(project).getActiveLookup()
|
||||
}
|
||||
assert !lookup
|
||||
}
|
||||
|
||||
@@ -206,6 +206,11 @@ public class LookupManagerImpl extends LookupManager {
|
||||
myPropertyChangeSupport.firePropertyChange(PROP_ACTIVE_LOOKUP, lookup, null);
|
||||
|
||||
Disposer.dispose(connector);
|
||||
if (LookupActionHandler.DEBUG) {
|
||||
System.out.println("LookupManagerImpl.lookupClosed2");
|
||||
System.out.println("myActiveLookup = " + myActiveLookup);
|
||||
System.out.println("this = " + this);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user