[ANN] simpleUML 0.24a
use on your own risk
tested on IDEA 1024
changes
-TextComponents can be changed from plain to html
-Added Progressbars
The new build is available via PluginManager.
http://www.intellij.org/twiki/bin/view/Main/SimpleUML
source:
:pserver:cvs@cvs.intellij.net:/intellij-plugins
Module Name: simpleUML
If you want to help:
send a mail to: til77@hotmail.com (or ICQ#: 77313116)
Martin
Please sign in to leave a comment.
Thanks for the update.
I get the following exception when I right click in a class diagram. I've
just added some classes to the diagram, and it also has a bunch of red ones
(I moved classes around and did not get a chance to update the diagram). Not
sure if the exception has anything to do with them, though.
Thx,
Andrei
Error message: Error during dispatching of
java.awt.event.MouseEvent[MOUSE_RELEASED,(610,685),button=3,modifiers=Meta+B
utton3,clickCount=1] on frame0
java.lang.NullPointerException
at
net.trustx.simpleuml.classdiagram.components.PsiClassComponent.getActionCont
ributorCommandInfos(PsiClassComponent.java:815)
at
net.trustx.simpleuml.gef.components.ActionContributorCommandPopupHandler.get
CommandsFromContributors(ActionContributorCommandPopupHandler.java:157)
at
net.trustx.simpleuml.gef.components.ActionContributorCommandPopupHandler.sho
wPopupMenu(ActionContributorCommandPopupHandler.java:95)
at
net.trustx.simpleuml.gef.components.ActionContributorCommandPopupHandler.mou
seReleased(ActionContributorCommandPopupHandler.java:74)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:232)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
at java.awt.Component.processMouseEvent(Component.java:5100)
at java.awt.Component.processEvent(Component.java:4897)
at java.awt.Container.processEvent(Container.java:1569)
at java.awt.Component.dispatchEventImpl(Component.java:3615)
at java.awt.Container.dispatchEventImpl(Container.java:1627)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
at java.awt.Container.dispatchEventImpl(Container.java:1613)
at java.awt.Window.dispatchEventImpl(Window.java:1606)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at com.intellij.ide.q.b(q.java:93)
at com.intellij.ide.q.a(q.java:38)
at com.intellij.ide.q.dispatchEvent(q.java:36)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
va:201)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
"Martin Schmid" <til77@hotmail.com> wrote in message
news:bsc9hh$6s5$1@is.intellij.net...
use on your own risk
tested on IDEA 1024
changes
-TextComponents can be changed from plain to html
-Added Progressbars
The new build is available via PluginManager.
http://www.intellij.org/twiki/bin/view/Main/SimpleUML
source:
:pserver:cvs@cvs.intellij.net:/intellij-plugins
Module Name: simpleUML
If you want to help:
send a mail to: til77@hotmail.com (or ICQ#: 77313116)
Martin
This should be fixed in build 0.25a.
thanks,
Martin
"Andrei Oprea" <andrei_oprea@hotmail.com> wrote in message news:bscbfe$h0h$1@is.intellij.net...
>