-- AlexeyEfimov - 04 Aug 2003
Great plugin, please continue the good work. I have few sugesstions and issues:
- Can you show the classes and packages that have modified methods in different color in the tree view. (same as in the KeyMaps? of Idea where the tree element is shown in different color if any child is modified).
- I couldn't "Export" is it implemented yet, or do I need special handling.
-- MamadoInside - 04 Sep 2003
Hi all, I'm trying to integrate this API Comparator plugin but I encountered the following when launching "Compare" action.
Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(293,471),button=1,modifiers=Button1,clickCount=1] on dialog3: com.intellij.openapi.application.Application.runProcessWithProgressSynchronously(Ljava/lang/Runnable;Ljava/lang/String;ZLcom/intellij/openapi/project/Project;)Z
java.lang.NoSuchMethodError: com.intellij.openapi.application.Application.runProcessWithProgressSynchronously(Ljava/lang/Runnable;Ljava/lang/String;ZLcom/intellij/openapi/project/Project;)Z
at org.intellij.apiComparator.ComparatorDialog.doOKAction(ComparatorDialog?.java:191)
at com.intellij.openapi.ui.DialogWrapper$OkAction.actionPerformed(DialogWrapper?.java:856)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton?.java:1849)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton?.java:2169)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel?.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel?.java:258)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener?.java:236)
at java.awt.Component.processMouseEvent(Component.java:5501)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
at java.awt.Component.processEvent(Component.java:5266)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3968)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1778)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue?.java:463)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue?.java:126)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue?.java:62)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue?.java:124)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread?.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread?.java:163)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread?.java:153)
at java.awt.Dialog$1.run(Dialog.java:525)
at java.awt.Dialog$2.run(Dialog.java:553)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Dialog.java:551)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl?.java:70)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl?.java:94)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper?.java:748)
at org.intellij.apiComparator.actions.RunComparatorAction.actionPerformed(RunComparatorAction?.java:29)
at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.actionPerformed(ActionMenuItem?.java:1)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton?.java:1849)
at com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionMenuItem?.java:52)
at com.intellij.ui.plaf.beg.BegMenuItemUI.a(BegMenuItemUI?.java:34)
at com.intellij.ui.plaf.beg.BegMenuItemUI.access$300(BegMenuItemUI?.java:195)
at com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased(BegMenuItemUI?.java:2)
at java.awt.Component.processMouseEvent(Component.java:5501)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
at java.awt.Component.processEvent(Component.java:5266)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3968)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1778)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue?.java:463)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue?.java:126)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue?.java:62)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue?.java:124)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread?.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread?.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread?.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread?.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread?.java:110)
It seems that this plugin is not compatible with IntelliJ 6.0. Am I right?
Thanks In advance.
-- StephanePamelard - 03 May 2007
|
|