I use WindowMaker under Linux. It has a "window shade" feature, where
double-clicking on the title bar, will hide the window contents, but
does not minimize the window. I have seen this feature on the Mac as
well, plus other X window managers.
The exception thrown is as follow:
Exception occurred during event dispatching:
java.awt.IllegalComponentStateException: component must be showing on
the screen to determine its location
at
java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:1242)
at java.awt.Component.getLocationOnScreen(Component.java:1216)
at com.intellij.codeInsight.daemon.impl.bq.a(bq.java:123)
at com.intellij.codeInsight.daemon.impl.bq.a(bq.java:63)
at com.intellij.codeInsight.daemon.impl.bs.run(bs.java:2)
at com.intellij.util.t.run(t.java:3)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
at com.intellij.ide.c.dispatchEvent(c.java:40)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
After the exception is thrown, Idea becomes completely non-responsive,
and will not repaint when "unshading" the window. The only solution is
to kill idea, and restart it.
-paul
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list