osate / osate2

Open Source AADL2 Tool Environment
http://osate.org
Eclipse Public License 2.0
39 stars 8 forks source link

AADL Navigator: Add node that shows project dependencies #1463

Closed lwrage closed 6 years ago

lwrage commented 6 years ago

The node should expand direct project dependencies. Operations should allow adding and removing dependencies. (Undo!) Could use drag and drop to add dependency. (Check for cycles!) child of #1371

lwrage commented 6 years ago

For AADL projects only.

lwrage commented 6 years ago

Simpler approach for editing project dependencies: Add context menu to dependencies node ("Modify dependencies...") that opens the corresponding project properties page. No DnD

AaronGreenhouse commented 6 years ago
  1. Just show the depended upon projects.
  2. Allow editing of dependencies
AaronGreenhouse commented 6 years ago

Done. Added a virtual node for the depended on projects. It only shows if there is at least one. Added an action to the navigator context menu to edit the project dependencies. This action is active on the virtual node and on AADL projects.