eap 7675 almost unusable (bug inside)
as soon as a completition javadoc pops up, this exception gets thrown
No message
java.lang.NullPointerException
at com.intellij.ui.popup.JBPopupImpl.isFocused(JBPopupImpl.java:220)
at com.intellij.ui.popup.JBPopupImpl.isFocused(JBPopupImpl.java:258)
at com.intellij.ui.popup.StackingPopupDispatcherImpl.a(StackingPopupDispatcherImpl.java:22)
at com.intellij.ui.popup.StackingPopupDispatcherImpl.isPopupFocused(StackingPopupDispatcherImpl.java:61)
at com.intellij.ui.popup.StackingPopupDispatcherImpl.dispatchKeyEvent(StackingPopupDispatcherImpl.java:5)
at com.intellij.ui.popup.StackingPopupDispatcherImpl.dispatch(StackingPopupDispatcherImpl.java:73)
at com.intellij.ide.IdePopupManager.dispatch(IdePopupManager.java:2)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:65)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:50)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
and idea locks up until i click somewhere
请先登录再写评论。
Hello HamsterofDeath,
For me javadoc completion is Ok. Tried it in comments of a public class.
Alexander.
i meant:
the javadoc popup that appears after waiting some time when a code completition list is shown
I'm also experiencing a similar bug when pressing Ctrl+Q on a method.
Tom
I'm experiencing a problem where when the javadoc popup is displayed, I can
no longer hit enter during code completion. It's like the focus went to the
javadoc and not the code that I am writing in the IDEA.
So say I am typing: com.mycompany.factory.Product. then the javadoc appears along with the list of methods. I can no longer use my up and down arrow keys to select a method or even hit enter on a select method. I have to click with the mouse on the method I want. Very annoying. This did not exist in the previous EAP. -Grant "Tom" ]]> wrote in message
news:fo7ai0$v8j$1@is.intellij.net...
>
OK, I realized that this problem is the same problem with the exception
reported before. I just described what happens when you get the exception :D
"Grant Gochnauer" <grant@gochnauer.org> wrote in message
news:fo7c7c$26c$1@is.intellij.net...
>
>
>
>
>> I'm also experiencing a similar bug when pressing Ctrl+Q on a method.
>>
>> Tom
Javadoc popup (Ctrl+Q) won't close on ESC
Build: 7,675
Severity: Extreme
http://www.jetbrains.net/jira/browse/IDEA-17025
i also filed a jira issue, but set it to medium because i can revert back to the previous eap ;)
Well, then no issue could be prioritized higher than medium, because you
always can use Notepad instead. ;)
heheeh and if notepad crashes, you can use a napkin.
"Tom" <noname@jetbrains.com> wrote in message
news:fo7re1$de8$1@is.intellij.net...
>> i can revert back to the previous eap ;)
>
Just downloaded EAP 7684, and this problem is fixed.