Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tomsky

Pages: [1]
1
Suggestions and Requests / Re: Hide labels - show multiplicities
« on: July 28, 2008, 05:40:38 pm »
Midnight, thanks for your fast reply. I made the feature request. Of course I will give a feedback in case of a reaction of Sparx.


2
Suggestions and Requests / Hide labels - show multiplicities
« on: July 24, 2008, 01:38:41 am »
I'm using EA 7.1 and I would like to do the following with all associations  in a diagram (simultaneously): show multiplicity-lables and hide all other labels. Is this possible? If not, I'd like to put it on the wishes list.



3
Bugs and Issues / c++ enum gets wrong namespace
« on: August 29, 2009, 12:59:42 am »
I'm working with EA 7.5 build 845. After importing a C++ source directory with option 'generate package per namespace' and re-generating the code for a class SomeNamespace::classA containing an enumeration MY_ENUM, EA replaces all occurences of MY_ENUM in the class by SomeNamespace::MY_ENUM (leaving off the classname) - which obviously does not compile any longer, since the enum lives in the class and not in the namespace above. Is EA lacking support of enum declarations inside of a class? Or am I missing a configuration detail?


Pages: [1]