10

24 March 2013 0:00:00

Add Comment

Neutrino 7 March 2013 3:20:47

Copy diagram

How do you create a new diagram in a project as a copy of an existing diagram?

Dusan Rodina - softwareideas.net 7 March 2013 3:42:52

RE: Copy diagram

It is not currently possible in a single step, but you can accomplish it this way:

1. Select all elements in diagram you want to copy (Edit/Select all or CTRL+A)

2. Create a new empty diagram of the same type

3. Paste copied elements (CTRL+V)

4. Choose whether you want create unbound independent copy (the first option - Paste as an independent copy) or you want share model of pasted elements with original elements (the second option - Paste as a new instance of the original model element).

5. Confirm your choice using OK button - you have a copy of diagram, now.

I hope I helped you.

P.S. In one of next versions I can add special feature for copying of diagrams.

Neutrino 7 March 2013 9:07:44

RE: RE: Copy diagram

Ok thanks for that. If it could be added it would be very useful. Would you like me to add a feature request?

Dusan Rodina - softwareideas.net 7 March 2013 9:11:25

RE: RE: RE: Copy diagram

If you want you can, but it is not necessary. I added your request to my task list.

Neutrino 7 January 2013 9:43:09

Suppress Attribute and Operation boxes

Is it possible to configure the diagram to automatically suppress the display of attribute and operation areas of newly added classes? They don't even have operations or attributes at this stage and in many cases I'm not interested in modelling them. It really slows down the workflow to have to manually remove them for every entity added to a class diagram.

Dusan Rodina - softwareideas.net 7 January 2013 15:10:35

RE: Suppress Attribute and Operation boxes

Currently, it is not possible. I will improve it in the one of next releases.

However, there is a fast way how to do it now - firstly create the whole diagram, then select some class and press CTRL-T (Edit/Select All of Same Type), then you can suppress attribute and operation areas for all classes at once.

usman 20 July 2012 0:23:06

a simple example of linked list DS

I want to see a simple Linked List DS ,to see how I can handle pointers it it , basically I have ideas of datastructures and want to generate code of it

Andre 9 May 2012 12:33:07

Association Classes

Hello, How can i model an association class?

Dusan Rodina - softwareideas.net 9 May 2012 15:49:55

RE: Association Classes

Hello,

it's possible this way:

1. Create two classes

2. Add association between them

3. Select association

4. Click on Add association class in context bar, which is displayed below the selected association

Andre 10 May 2012 11:53:28

RE: RE: Association Classes

thanks a lot

Peter 14 December 2011 6:38:03

Multiplicity of attributes

I could not find multiplicities of attributes, as you can see here the "1" in [] after heap.

https://ece.uwaterloo.ca/~ece250/Online/UML/UML02.png

Dusan Rodina - softwareideas.net 14 December 2011 14:58:10

RE: Multiplicity of attributes

It is not yet supported. I will add it in version 5.0. The code will be completed this year - I'm planning the release for January 9th, 2012.

flexJoly 5 October 2011 2:32:22

Default visibility not working & shortkeys

Hello,

We are trying this tool. It looks nice.

I have set the default visibility to protected. But all items in a classdiagram are set to private.

Could this be solved?

Are there any shortkeys for making a diagram. This would be very handy:

- repeat latest class

- repeat latest connector

Greetz, Joly

Dusan Rodina - softwareideas.net 5 October 2011 13:50:49

RE: Default visibility not working & shortkeys

Hello,

the default visibility setting has not retroactive effect. It is applied only on newly created items. I could add a command for "batch" change of visibilities.

Thank you for these tips. I'll add key shortcuts for diagrams and also repeat-options in the next major version (5), which should be released soon - I'll finish it within few weeks - certainly this year.

TJ 7 September 2011 12:49:28

Connecting Generalization LInes

How do you make the lines connect like in the picture for the subclasses

Dusan Rodina - softwareideas.net 7 September 2011 13:41:43

RE: Connecting Generalization LInes

You can make it this way:

http://youtu.be/H8TVtQgNJAs

I will try to make it easier in future versions.

denkir 11 August 2011 7:04:47

reverse engineering

Dušan,do you plan to include the reverse engineering capability (C++ to UML) in your software?

Dusan Rodina - softwareideas.net 11 August 2011 14:18:57

RE: reverse engineering

Yes, I plan it. Maybe it will be not in the first release of version 5, but I suppose that this feature appears in one of its minor versions (5.x).

denkir 5 August 2011 6:01:29

relationship

Dušan, I have the following problem. When I open my preliminarily saved class diagram the relations lines & arrows ("use" stereotype) somewhat dislocated. That greatly clutters the plot. Is there any way to fix them? Thank you for your job.

Dusan Rodina - softwareideas.net 5 August 2011 12:20:22

RE: relationship

Were the ends of the relationship properly connected with classes before saving? When the end points are disconnected, they will be connected back after loading. I will change this behavior in the next version - the relation will be adjusted immediately after completing the dragging.

1 2 3 4 Next >