views:

632

answers:

4

I'm looking for a free UML tool that runs on Windows and lets me create simple diagrams very fast, with as little mouse fiddling as possible.

I have no need for code generation or fancy stuff, just UML style boxes with arrows.

What I would like is something that for example lets me add a new class with a keyboard shortcut and lets me enter the name without having to double click the added class or something like that. Just a simple app that let you model efficiently without getting the urge to eat your desk...

What I don't want is to have to drag an item from a toolbox to the surface, double click the item, enter the name, grab the mouse again, click the ok button, rince and repeat.

For Eclipse there is TextUML that lets you create diagrams using a textual notation, but I want it for .Net development and I don't want to run Eclipse just for a tiny diagramming plugin.

I have tried quite a few of the open source tools out there, but most of them have quite an awful user experience.

So, is there a tool that fits the above description?

+4  A: 
Andy Dent
A: 

I find JUDE very good, lightweight software for modeling in UML. It's cross-platform, has community edition, it's easy to use, supports standard UML and diagrams look very nice.

http://jude.change-vision.com/jude-web/index.html

pregzt
+1  A: 

try trace2uml http://trace2uml.tigris.org/

it is free, easy to use and light

jojo
That looks like a really nice syntax. I'll definitely check that one out.
Erik Öjebo
A: 

You can also try EasyUML Editor. It is a lightweight UML Editor which generates UML Diagrams from Text Notation

Rajesh Jadhav