[ANN] Changes Bar 1.2.1 Available
Changes Bar 1.2.1 available via the plugin manager.
Fixes in 1.2.1:
- Made comment editor show in Changes toolwindow by default
- Fixed repaint issue in comment editor border when selecting Changelists
- Added default text for New Changelist action text in cases that it
isn't present in locale.
Any comments or bug reports welcome.
Please sign in to leave a comment.
Using build 6180 I get a NoClassDefFoundError when selecting anything in the Changes View. Partial stacktrace below:
Error during dispatching of java.awt.event.MouseEvent[MOUSE_PRESSED,(179,793),absolute(175,789),button=1,modifiers=Button1,extModifiers=Button1,clickCount=1] on frame0: com/intellij/openapi/vcs/changes/ui/ChangesBrowserChangeListNode
java.lang.NoClassDefFoundError: com/intellij/openapi/vcs/changes/ui/ChangesBrowserChangeListNode
at com.anecdote.ideaplugins.changesbar.ChangesBarProjectComponent.updateSelectionChangeList(ChangesBarProjectComponent.java:238)
at com.anecdote.ideaplugins.changesbar.ChangesBarProjectComponent.access$000(ChangesBarProjectComponent.java:41)
at com.anecdote.ideaplugins.changesbar.ChangesBarProjectComponent$1.valueChanged(ChangesBarProjectComponent.java:71)
at javax.swing.JTree.fireValueChanged(JTree.java:2825)
at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:3196)
at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629)
at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1078)
Unfortunately it seems the features added in 1.2 are not compatible with
IDEA 6. I've updated the plugins descriptor to make it only be
available in Selena; if there is demand I can look at possibly
backporting the changes to 6.
Cheers,
N.
Brad L. wrote:
I demand;) No, I've rolled back to 1.1 and that will work until I'm able to upgrade to Selena. Thanks.