Hello,
i want to draw some diagrams for smalltalk.
But as you may know, smalltalk having no static types, and its pointless to require return type or field type to be filled.
Can i customize somewhere, what information i need to fill for methods and fields in addition to sole names?
Also, can i customize somewhere the string formatting for methods and fields ?
So, instead of showing method in a form like:
+<methodname>():<methodType>
i could use just
<methodname>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
While desinging this tool we decided to have a UML representation, but I think by allowing the GUI to enable usage of empty parameters what you want may be replicated., I will check this and get back in a couple of days. I am also not aware of smalltalk so I will just check with its syntax. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
i want to draw some diagrams for smalltalk.
But as you may know, smalltalk having no static types, and its pointless to require return type or field type to be filled.
Can i customize somewhere, what information i need to fill for methods and fields in addition to sole names?
Also, can i customize somewhere the string formatting for methods and fields ?
So, instead of showing method in a form like:
+<methodname>():<methodType>
i could use just
<methodname>
Hi,
While desinging this tool we decided to have a UML representation, but I think by allowing the GUI to enable usage of empty parameters what you want may be replicated., I will check this and get back in a couple of days. I am also not aware of smalltalk so I will just check with its syntax. Thanks.