1
votes

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?

3

3 Answers

3
votes

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

2
votes

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

0
votes

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.