StarUML 2.0.0-beta6 Release

StarUML v2.0.0-beta6 is now available for download. This release includes the following features and fixed issues.

Extension Manager

ExtensionManager allows you to install, uninstall, and update extensions easily from our Extension Registry. It also allows to install from Github repository if the extension is developed on Github as an open source. We are preparing API docs and Extension Registry Web interface, then Anyone can develop extensions and register to main Extension Registry.

스크린샷 2014-08-16 오후 3.08.07
Extension Manager

Java Extension (Code Generation and Reverse Engineering)

The first extension we provide is Java extension (v0.9.0). It allows you to generate Java skeleton source codes from UML model, and reverse from existing Java source codes to UML model. This extension is open source and hosted on Github (https://github.com/staruml/Java) under MIT License.

Word Wrap

So far it’s difficult to treat long-named elements, now you can use word wrap feature which allows showing long-name in multiple lines by selecting Format > Word Wrap menu. It’s useful in Use-Case Diagram, Activity Diagram and Statechart Diagram.

스크린샷 2014-08-16 오후 3.15.13
Word Wrap

Show Properties and Tags

You can show or hide properties and tags in Views. Some of properties (e.g. isID, isReadOnly, isOrdered of Attributes) can be shown in Views surrounded by braces. Now, Tags can be shown in the braces.

Show Properties and Tags
Show Properties and Tags

Drag and Drop Relationships from Explorer to Diagram

You can drag Relationships from Explorer and drop on Diagram. It creates the view of relationship as well as the views of related elements. For example, if you drag and drop a UMLGeneralization element, then the two Class views (super and sub) and the Generalization view are created in the Diagram.

Check for Updates

Now, you could be notified when new updates are available without visiting our main web or blog.

The detailed resolved issues can be found at Release Note.

(If you have any problem? please discuss on User Forum)

18 responses to “StarUML 2.0.0-beta6 Release”

  1. Hello,when I install the java extension,it failed. And I tried several times,my system is win 8.

    1. i failed too %>_<%

      1. my system also is win8

      2. It works well to me. Please describe your problem in detail. (Check the error messages in DevTools : Debug menu > Show DevTools)

      3. thank you so much for your quickly reply.and here’s the message from the console:
        [Extension] failed to load C:/Users/admin/AppData/Roaming/StarUML/extensions/user/staruml.java Error: Module name “menu/CommandManager” has not been loaded yet for context: _
        http://requirejs.org/docs/errors.html#notloaded /utils/DebugUtils.js:48
        console.error /utils/DebugUtils.js:48
        Error: Module name “menu/CommandManager” has not been loaded yet for context: _
        http://requirejs.org/docs/errors.html#notloaded
        at makeError (file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:166:17)
        at Object.localRequire [as getModule] (file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:1398:44)
        at Object. (file:///C:/Users/admin/AppData/Roaming/StarUML/extensions/user/staruml.java/JavaReverseEngineer.js:31:35)
        at Object.context.execCb (file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:1656:33)
        at Object.Module.check (file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:867:55)
        at Object. (file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:1119:34)
        at file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:132:23
        at file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:1162:21
        at each (file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:57:31)
        at Object.Module.emit (file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:1161:17) /utils/ExtensionLoader.js:212
        Unknown installation error ERROR_LOADING /extensibility/Package.js:370

      4. 我说中文,so maybe it’s the problem of the net which i use. so can you write some guide to teach somebody like me to install the plugin manually. thank you very much indeed!

      5. and i can’t connect the google forum. so sorry to bother you here。

      6. Thank you for reporting. There was a little problem in extension distribution. It has just fixed. Try to remove the extension and then re-install again.

      7. I had just removed the extension and select the “install” again,but the problem still exists: ╮(╯▽╰)╭
        [Extension] failed to load C:/Users/admin/AppData/Roaming/StarUML/extensions/user/staruml.java Error: Module name “menu/CommandManager” has not been loaded yet for context: _
        http://requirejs.org/docs/errors.html#notloaded /utils/DebugUtils.js:48
        Error: Module name “menu/CommandManager” has not been loaded yet for context: _
        http://requirejs.org/docs/errors.html#notloaded
        at makeError (file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:166:17)
        at Object.localRequire [as getModule] (file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:1398:44)
        at Object. (file:///C:/Users/admin/AppData/Roaming/StarUML/extensions/user/staruml.java/JavaReverseEngineer.js:31:35)
        at Object.context.execCb (file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:1656:33)
        at Object.Module.check (file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:867:55)
        at Object. (file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:1119:34)
        at file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:132:23
        at file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:1162:21
        at each (file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:57:31)
        at Object.Module.emit (file:///C:/Program%20Files%20(x86)/StarUML/www/thirdparty/requirejs/require.js:1161:17) /utils/ExtensionLoader.js:212
        Unknown installation error ERROR_LOADING /extensibility/Package.js:370

      8. It seems code cache of the extension is remained. Please restart StarUML2 after the removal of the extension, and then re-install.

      9. Yes!! I opened the StarUml today,and i can see the Java menu now! Sorry for bothering you twice for the same problem. And thanks a lot! Your software looks very great!

      10. Anytime you need a help, please feel free to contact us 🙂

  2. the error info is “Unkown internal error.”

    1. I’m sorry I did mistake on Java extension repository on Github. It was fixed and now it works. Please try again.

      1. Thanks. It works now.

  3. Looks great, but I build up some class- and component-diagrams in the StarUML (1) 5.0.0 version and tried tried to import, but nothing happened (no error, no message, no diagrams 😦 ).
    Does this feature already exist?

    1. Sorry for inconvenience. Could you send your file us via support email (support@staruml.io) to investigate what is the problem?

      1. Hi,
        I found the reason, why nothing happend. It seems that the new version has some problems with our network-share. The old version could handle with it the new version seems to get an I/O failure. The failed “save”-operation leaded to check wether the problem also occurs on the local disk. When using the local disk as the preffered storage everthing works fine, the import of old files also.
        Thanks
        Joerg

Leave a Reply to Joerg Cancel reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: