PDA

View Full Version : [ANN] SpringFramework Plugin v1.0-beta3 for Intellij IDEA


amokila
Aug 15th, 2005, 12:17 PM
http://plugins.intellij.net/pluginManager?action=download&id=IdeaSpring&build=1200

+ Added error messages tab (handling dtd conformance errors)
! Lookup methods are now displayed
! Replaced methods are now displayed
+ ctrl+b for ref and alias tags
+ ctrl+atl+b for ref, property, lookup, replaced-method, alias tags and factory-bean and factory-method attributes
+ Elements selected in the browser are highlighted in the editor
+ AutoScroll from source
+ SpeedSearch for the browser (when the browser has the focus type few letters to find a bean)


WARNING !!!
Please copy $IDEA_DOWNLOADED_PLUGINS_DIR/idea-spring-parser.jar to $IDEA_HOME/lib

Please read Readme.txt for more installation instructions

adepue
Aug 15th, 2005, 06:19 PM
This looks good. However, I notice that when I'm in an Ant build file, if I attempt to CTRL+click a property file reference, I get this exception:
java.lang.NullPointerException
at com.yanaware.intellij.ideaspring.utils.NavigatorIm pl.isConfigFile(NavigatorImpl.java:436)
at com.yanaware.intellij.ideaspring.action.GoToDeclar ationAction.navigate(GoToDeclarationAction.java:71 )
at com.yanaware.intellij.ideaspring.action.GoToDeclar ationAction.actionPerformed(GoToDeclarationAction. java:50)
at com.intellij.openapi.keymap.impl.IdeMouseEventDisp atcher.dispatchMouseEvent(IdeMouseEventDispatcher. java:47)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.jav a:89)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEv entQueue.java:160)
at java.awt.EventDispatchThread.pumpOneEventForHierar chy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:110)

The Ant tag is:
<property file="${projects.root}/common.properties"/>
Normally I can CTRL+click the portion in quotes, but now I get the above exception.

- Andy

amokila
Aug 16th, 2005, 12:22 AM
Thank you, the bug is now corrected. In beta 4, you'll be able to CTRL+click an ant property file reference again.

tedberg
Oct 21st, 2005, 03:19 PM
It looks like beta 4 or final 1.0 has not been posted. Is this plug in still being actively developed?