mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
add EditorWindowImpl.toString (diagnose EA-68632 - assert: LookupOffsets.getLookupStart)
This commit is contained in:
@@ -867,4 +867,9 @@ public class EditorWindowImpl extends UserDataHolderBase implements EditorWindow
|
||||
public int getPrefixTextWidthInPixels() {
|
||||
return myDelegate.getPrefixTextWidthInPixels();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return super.toString() + "[disposed=" + myDisposed + "; valid=" + isValid() + "]";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user