Google released code search service, and now I release Google Code Search 1.0, an IntelliJ IDEA's plugin supports users to search source code via Google's code search.
For more information, you can see here.
Update: Batch Generator is downloaded over 200 times :-)
Subscribe to:
Post Comments (Atom)
6 comments:
Excellent idea for plugin,
but it throws the following exception:
Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(109,301),button=1,modifiers=Button1,clickCount=1] on ###overrideRedirect###: contentPane cannot be set to null.
java.awt.IllegalComponentStateException: contentPane cannot be set to null.
at javax.swing.JRootPane.setContentPane(JRootPane.java:557)
at javax.swing.JDialog.setContentPane(JDialog.java:697)
at net.t800t8.googleCodeSearch.GoogleCodeSearchDialog.initDialog(Unknown Source)
at net.t800t8.googleCodeSearch.GoogleCodeSearchDialog.init(Unknown Source)
at net.t800t8.googleCodeSearch.GoogleCodeSearchAction.actionPerformed(Unknown Source)
at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.actionPerformed(ActionMenuItem.java:4)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionMenuItem.java:30)
at com.intellij.ui.plaf.beg.BegMenuItemUI.a(BegMenuItemUI.java:94)
at com.intellij.ui.plaf.beg.BegMenuItemUI.access$300(BegMenuItemUI.java:213)
at com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased(BegMenuItemUI.java:7)
at java.awt.Component.processMouseEvent(Component.java:5488)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3955)
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.defaultDispatchEvent(IdeEventQueue.java:103)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:125)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:189)
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)
Thanks,
Jacob
Hi Jacob,
Thanks for reporting. I will try to fix it ASAP :-)
t800t8
Hi Jacob,
Fixed it, my stupid error.
Please delete the plug-in and install the new one from plug-in repositories. Sorry for inconvenience.
Regards,
t800t8
Hello,
Can't work with it on last Demetra build... Action not registered and Keymaps not work since this plugin installed.
BTW, did you saw Research plugin? Look like, that we have concurency :))
Hi Alex,
I tested, it works fine for me in latest build (IDEA 6 final).
I've just tried Research plug-in. Very nice :-) But seems results come from JExample are not correct. I tried to Alt + Click on a variable name "firstName", the results have nothing relate with "firstName"
Regards,
t800t8
thanks ba'c
Post a Comment