0

I checked out these here:

But the very first step in these tutorials, to right-click on class-view and selecting CodeEngineering->ImportSourceDirectory fails; Code Engineering opens a sub-context-menu containing only Suppress Namespace, without ImportSourceDirectory option.

What am I doing wrong?
Or is the option in my version of EA (10.0.1005) located somewhere else?

Community
  • 1
  • 1
Phil
  • 7,065
  • 8
  • 49
  • 91

1 Answers1

7

You either have the wrong EA edition; code engineering is not supported in the desktop edition -> see http://www.sparxsystems.com/products/ea/compare-editions.html to compare the EA editions. Or you don't have all the menu options enabled, which is a very common problem. Go to View|Workspaces and commands... select the Command tab and select the complete set. That will enable all menuoptions.

Geert Bellekens
  • 12,788
  • 2
  • 23
  • 50
  • 1
    thank you; I really had the menu options disabled and never suspected this as the problem because the shortcut ctrl+alt+U as described in the manual didn't work either. – Phil Oct 10 '14 at 12:42
  • _@Geert Bellekens_ OT: Why didn't you merge your [_old temporary SO user account_](http://stackoverflow.com/users/2045460/user2045460) with this one. You deserve the reputation points, just take them with you. For details read [I accidentally created two accounts; how do I merge them?](http://stackoverflow.com/help/merging-accounts), unless this was intentional. – πάντα ῥεῖ Oct 10 '14 at 16:49
  • @πάντα ῥεῖ Thanks, I didn't even know I had another SO user. Both are merged now. – Geert Bellekens Oct 12 '14 at 06:11
  • De nada, I just remembered that. – πάντα ῥεῖ Oct 12 '14 at 09:10
  • Thanks a lot! Just spent 1 hour not understanding why I didn't have the option! – dyesdyes Nov 09 '15 at 03:26