Simple feature suggestion, auto translate method params format
UML modeling tool derived from StarUML compatible with Windows 7-10
Status: Abandoned
Brought to you by:
janszpilewski
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Now, the format of method params should be (paramname: classname, paramname: classname),
However, java, c# use classname param,
when paste code from java(eclipse) and return,
it shows an error messsage.
I think it should translate them automatically.
and more, provide a view for javaer/c#er would be better,
I mean show method as methodname(classname paramname);
User can switch them by setting options.
The problem is that this program conforms to a rather orthodox UML centric point of view and all treatment of programming languages is relegated to optional plugins. The main program has no knowledge of the presence or functionality provided by them. So making it aware of a particular programming language would require some architectural changes. Of course it is not a simple and safe task.
I am not convinced of the utility of translating a single method at a time. The existing plugins can translate an entire file at once so you can import a whole class and eventually copy some of its methods after translation.