Archive

Support

Archive of old comments.

24 March 2013 16:39:18

Dusan Rodina - softwareideas.net 18 December 2012 0:11:39

RE: code generation with primitive data types

I want to improve it in one of next versions. Then the program will automatically translate the type to the correct one.

Meanwhile, you can change the correct type set using menu: Tools/Lists/Types

Tyler 16 December 2012 13:22:54

Reverse PHP

I'm trying to use the reverse engineering function. I have a unmodified CodeIgnitor framework and figured I'd just give it a shot. When I select the folder, though, and reverse engineer all I get is a Welcome Class with an index package.

Am I misunderstanding the purpose of reverse engineering or perhaps the usage?

Great progress, by the way. I'm going to put some money away to buy the Ultimate soon.

Dusan Rodina - softwareideas.net 16 December 2012 14:31:46

RE: Reverse PHP

Thank you for your notice. I checked it for suggested framework and found out where is the problem. Used line breaks were not supported. I fixed it. New version (5.80), which will contain also this fix, will be available within one or two days.

Tyler 18 December 2012 10:13:49

RE: RE: Reverse PHP

Awesome, thanks so much!

Tomas Sandkvist 2 December 2012 23:29:40

Using the documentation generator

I can't wrap my head around this one.

I create headings but when I try to make top level and second level headings, all of then becomes the same level.

I try to insert element documentation, but nothing appears.

Is this to be regarded as an experimental function or am I not using this right?

Dusan Rodina - softwareideas.net 4 December 2012 15:44:58

RE: Using the documentation generator

Unfortunately, it seems there are really problems in some cases. I will fix it as soon as possible. This feature was introduce in version 5.0. It is very complex - I probably had to mark it as beta or experimental, since it still needs some adjustments.

Henrik 16 September 2012 2:05:57

How to use the Phaseline in form Task

Hi,

Thanks for an interesting program, i am using it for study purpose.

In form task there is a field called Phase, what is this for, i assume you can put the phase from ex. UP in this box, but how can i later use it, for reporting etc.?

BR.

Henrik

Dusan Rodina - softwareideas.net 16 September 2012 12:29:39

RE: How to use the Phaseline in form Task

Hi,

you are welcome.

The phase can be analysis, design, development, testing, etc.

I will add a combo box with options for this field in one of future releases (probably the next one).

This field is missing in table of all tasks - it will be added.

I want to add also the option to export the list of tasks to CSV or Excel.

SM 14 September 2012 8:12:03

Concurrent use

Hi, I want to know if the professional or the ultimate version allows the concurrent use of several users.

Thank's

Dusan Rodina - softwareideas.net 14 September 2012 15:10:06

RE: Concurrent use

Hi,

if you mean the concurrent work of several users on the same project file, it is not currently possible.

yorin 6 September 2012 2:44:41

macbook

is this content available for a macbook?

Dusan Rodina - softwareideas.net 6 September 2012 15:20:54

RE: macbook

You can use this program with Mono, which is Linux/Mac alternative to .NET framework.

You can find more info here:

http://www.softwareideas.net/a/29/Installation

http://www.mono-project.com/Main_Page

Julia 3 September 2012 18:29:12

Class Diagram

I really liked the tool you but when I was using the reverse engineering tool, able to import classes. Java ai creates a class diagram with all methods and attributes, but does not create the connection between classes. I wonder if this functionality exists to place calls or have to do it by hand.

Att Julia

Dusan Rodina - softwareideas.net 4 September 2012 1:01:35

RE: Class Diagram

Unfortunately current version of reverse engineering tool in SIM can't create these relations, but I plan to add this functionality in one of next versions.

JULIA 4 September 2012 11:59:55

RE: RE: Class Diagram

Thanks for the information. When you launch this version with the functionality of relationships between tables in reverse engineering, certainly in touch.

Annette 3 September 2012 17:10:25

Source Code Templates

I would like to write templates for an additional language, it there any documentation available for source code templates?

I have been able to create a new language, but can't get the templates working.

Dusan Rodina - softwareideas.net 4 September 2012 1:00:39

RE: Source Code Templates

Hello,

I will make a tutorial on this topic within a week.

Dusan Rodina - softwareideas.net 20 September 2012 14:59:33

RE: RE: Source Code Templates

Sorry for the delay, the documentation will be published tomorrow or the next day. I have almost finished now.

Dusan Rodina - softwareideas.net 22 September 2012 13:06:53

RE: RE: RE: Source Code Templates

I finished the documentation about templates and published in this section:

http://www.softwareideas.net/en/help

The direct link is here:

http://www.softwareideas.net/SIM_Templates_Manual.pdf

JKSH 3 September 2012 2:23:56

Parallel arrows after a fork

Hi,

Control Flow arrows connect to the middle of the fork/join element (black bar) by default. Is there a way to make them connect to different points along the black bar? It would be nice to have my arrows parallel.

Thanks!