Sparx Systems Forum
Enterprise Architect => Bugs and Issues => Topic started by: tripol on July 17, 2010, 11:02:44 pm
-
Is it normall, that definitions not editable, for example such code:
class AppInfos : public std::map<unsigned, VersionInfo> {
public:
wxString Name;
AppsInfosBase::EditionsNames theEditionNames;
};
on diagram it is displayed only as "AppInfos std::map", and "std::map" is not editable.
also for example
typedef std::vector<wxString> EditionsNames;generates class on diagram, with definition of template is not editable. :-/