barq
barq

Reputation: 3711

Enterprise Architect edit Class Name before "::"

I used EA to import some source code. However, the name contains name::className. How can I get rid of name? If I highlight name::className it only displays className for editing?

Upvotes: 1

Views: 1157

Answers (3)

aago
aago

Reputation: 21

You can disable 'namespace' at individual diagram level as well. Go to 'diagram' properties-->diagram tab-->uncheck 'show namespace' option.

Upvotes: 2

Chris Reynolds
Chris Reynolds

Reputation: 5503

I know it is dirty but if the imported items need significant massaging, I will rename the .EAP to .MDB and then use sql updates in MS-ACCESS. Once I am done, I rename back to EAP.

Upvotes: 0

Geert Bellekens
Geert Bellekens

Reputation: 13701

Its an option in EA that you can turn on or off in order to show the namespace. Check Tool|Options|Diagram and check the option "Disable fully scoped object name" disable fully scoped object names

Upvotes: 3

Related Questions