[ANN] XPathView + XSLT-Support 1.4
Available via the Plugin Manager for IDEA 5.1.2 - it's not compatible with the
Demetra EAP builds!
Changes:
- Added "Find by XPath" action: Ability to search files using XPath
expressions (The XML-aware counterpart of "Structural Search")
- Added various XPath Inspections
- Dedicated icon for XSLT files in Project View
- Schema-based completion/error highlighting
- Bug fixes in XSLT support
Any feedback, bug reports or suggestions for further improvements are welcome.
http://plugins.intellij.net/plugin/?id=237
Enjoy.
Sascha
PS: Sorry, there's no schedule for any Demetra support yet :(
Please sign in to leave a comment.
Hi Sascha,
Trying out the new "Find by XPath" feature produced this stacktrace in
idea.log when hitting the OK button to find "/dataset/ACCT". I'm using IDEA
5.1.2. Feel free to contact me directly if you need additional details.
My email is: msaxer at blarg dot net
2006-07-11 14:53:44,921 ERROR - com.intellij.ide.IdeEventQueue -
Error during dispatching of
java.awt.event.MouseEvent[MOUSE_RELEASED,(88,345),button=1,modifiers=Button1,clickCount=1]
on ###overrideRedirect###
java.lang.NullPointerException
at java.util.Collections$UnmodifiableCollection.(Unknown Source) at java.util.Collections.unmodifiableCollection(Unknown Source) at org.intellij.plugins.xpathView.HistoryElement.]]>(HistoryElement.java:35)
at
org.intellij.plugins.xpathView.ui.InputExpressionDialog.getContext(InputExpressionDialog.java:381)
at
org.intellij.plugins.xpathView.search.FindByXPathAction.executeSearch(FindByXPathAction.java:73)
at
org.intellij.plugins.xpathView.search.FindByXPathAction.actionPerformed(FindByXPathAction.java:54)
at
com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.actionPerformed(ActionMenuItem.java:9)
Martin
Sascha Weinreuter wrote:
>
>
>
>
>
>
Hello Martin,
thanks for the report. The problem is fixed in version 1.4.1 which I just uploaded into
the plugin repository. Sorry for the inconvenience.
Sascha
Thanks Sascha. That works beautifully.
Martin
Sascha Weinreuter wrote:
>
>