[ANN] PsiViewer 1.5 available
A really nice property sheet has been added courtesy of Jacques Morel. Thanks Jacques...
http://www.intellij.org/twiki/bin/view/Main/PsiViewerPlugin
Coming soon, maybe 1.6, by Ole Matzura: whitespace filter and synchronization with editor (ie when you click on a viewer element, the cursor is positioned appropriately in the editor).
Please sign in to leave a comment.
I've got an exception:
java.lang.ArrayIndexOutOfBoundsException: 30
at
idea.plugin.psiviewer.view.PropertySheetPanel.setTarget(PropertySheetPanel.j
ava:68)
at
idea.plugin.psiviewer.view.PsiViewerPanel$1.valueChanged(PsiViewerPanel.java
:69)
at
javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(Unknown Source)
at
javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(Unknown Source)
at
javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(Unknown Source)
at javax.swing.JTree.setSelectionPaths(Unknown Source)
at javax.swing.JTree.setSelectionRows(Unknown Source)
at javax.swing.JTree.setSelectionRow(Unknown Source)
at
idea.plugin.psiviewer.view.PsiViewerPanel.showSelectedElement(PsiViewerPanel
.java:55)
at
idea.plugin.psiviewer.controller.project.EditorListener.selectedFileChanged(
EditorListener.java:56)
......................
--
Best regards,
Mike Aizatsky.
-
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"
I believe I fixed in 1.6, but I could not find an element that throws that exception? What is it?
Jacques