10

24 March 2013 0:00:00

Add Comment

Dusan Rodina - softwareideas.net 12 July 2010 23:07:28

RE: Code generation

Hi,

there was a little problem in version 3.35, which caused that generalizations were included in generated code only after saving and loading project. Now, it is correct in version 3.36, which is available for download.

Richard 9 July 2010 11:57:50

Rearrange Fields

Hey!

I'm tring to insert a new attribute or a methode in the list of existing ones, or move them on an other place in the list but I can't. Can I do this moves some how?

Thanks, Richard.

Dusan Rodina - softwareideas.net 9 July 2010 13:04:45

RE: Rearrange Fields

It is possible using Fast Editor in the right side bar.

1.) Use CTRL+X to cut the selected line (with attribute or operation)

2.) Move the cursor to the new position, press ENTER key and then CTRL+V to insert the attribute/operation from the clipboard

Version 4.0 will have better options for moving attributes and operations.

Richard 13 July 2010 8:52:44

RE: RE: Rearrange Fields

Thank you for your help!

BR.: Richard

PS.: I'm realy realy excited about the new version!

Donna 22 June 2010 20:29:18

Cannot draw associations

I am having difficulty in drawing the associated lines from class to class. Had the same issue with the Sequence Digram. Any suggestions.

Dusan Rodina - softwareideas.net 25 June 2010 2:00:13

RE: Cannot draw associations

You can insert the association this way:

1) Select association tool in the left toolbox

2) Move to the one class

3) Press and hold the left mouse button

4) Move to the second class and release the button

Andy Smout 11 June 2010 17:16:35

Unexpected duplicate classes

When I add the same class to several diagrams, I seem to end up with multiple copies of the class in the model. Is this expected?

Is there a way to add a class that appears on muliple diagrams so that this does not happen?

Dusan Rodina - softwareideas.net 15 June 2010 22:18:43

RE: Unexpected duplicate classes

If you use Copy&Paste, it is expected. You can use a class in several diagrams, when you drag it from tree in Project tab (in the right side bar) and drop it to the other diagram.

I will add this feature also for paste (as a new option) in version 4.0.

Iliana 21 May 2010 8:39:43

code generation

what about code generation? i cant do it... it written only this :

namespace Default

{

}

Dusan Rodina - softwareideas.net 21 May 2010 22:00:03

RE: code generation

Source code is generated only from selected elements. You can use CTRL+A to select all elements in the diagram.

Iliana 20 May 2010 20:35:25

how create diagram

i want to ask... i create E/R diagram, and now i want to generate a class diagram, but i dont find this function? it doesn work???

Dusan Rodina - softwareideas.net 20 May 2010 21:37:47

RE: how create diagram

Unfortunately, current version (3.28) has not this function. Only the generation of E/R diagram from Class diagram is currently available. It will be implemented in one of next versions.

Max 29 April 2010 8:39:05

Hi!

I create class diagram, put some classes on it and create association of those classes.

Then I create another class diagram and drag classes from first diagram on it. Is works but class associations on new diagram does not shown.

Is there a way to show on class diagram classes associations defined on another class diagrams?

Dusan Rodina - softwareideas.net 29 April 2010 8:51:48

RE:

Hi, in the current version 3.26, it is not possible. New version 4.0 allows add associations from another diagram. Unfortunately, there is only alpha version of 4.0. I work on it.

Mike 21 April 2010 16:35:01

Can't mark attribute as static

There doesn't appear to be a way to mark an attribute (or method) as static.

The text of static members and methods should be underlined. I really like the fast editor, and would like to be able to simply mark the member as:

-_name:string

to show it as private static.

Dusan Rodina - softwareideas.net 21 April 2010 17:44:29

RE: Can't mark attribute as static

Thank you for the suggestion. I will certainly add this feature.

Tomas Sandkvist 20 April 2010 13:11:37

Interface lollipop??

Hi, great tool just started and also learning UML. Can't figure out how to add interface lollipops where using predefined interfaces, typically from .NET. Am I missing something or is the lollipop missing currently?

regards,

Tomas Sandkvist

Sweden

Dusan Rodina - softwareideas.net 20 April 2010 14:46:34

RE: Interface lollipop??

Hi,

in the version 3.24, it was available only in the component diagram and mixed diagram. Currently, in the version 3.25, this type of interface is available from context bar - button 'Add Interface'.

Lunanoko 2 March 2010 22:41:35

Parameters disappearing

Everytime I add parameters to my operations, they disappear when i press the Ok button. This way I am unable to add any parameters. Is there any workaround for this?

Dusan Rodina - softwareideas.net 2 March 2010 23:59:08

RE: Parameters disappearing

Do you use the latest version (3.11) of Software Ideas Modeler?