com.intellij.openapi.ui.popup.ListPopup.getContent() gone?
Error during dispatching of
java.awt.event.MouseEvent[MOUSE_RELEASED,(1108,1011),absolute(2384,1007),button=1,modifiers=Button1,clickCount=1]
on frame0:
com.intellij.openapi.ui.popup.ListPopup.getContent()Ljava/awt/Component;
java.lang.NoSuchMethodError:
com.intellij.openapi.ui.popup.ListPopup.getContent()Ljava/awt/Component;
at
com.anecdote.ideaplugins.changesbar.ChangesBar$ChangeListSelectionButton.showPopup(ChangesBar.java:331)
at
-
Any suggestions for a replacement?
Please sign in to leave a comment.
Hello Taras,
ListPopup now inherits its getContent() method from JBPopup.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Dmitry,
Can you say in which Diana build this change was introduced, so that Nathan or I can provide a new release with proper from/until attributes?
(I assume no similar change was done for Selena, correct?)
Thanks,
Taras
Hello Taras,
If I understand correctly, the first Diana EAP build in which the refactored
popup API appeared was 8445.
Correct.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"