osate / osate2

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

AADL Navigator: Double-click on instance model content doesn't open editor #1572

Closed AaronGreenhouse closed 6 years ago

AaronGreenhouse commented 6 years ago

Double clicking on the instance model content in the AADL Navigator doesn't link to the editor.

AaronGreenhouse commented 6 years ago

Created new branch for this: 1572_aadl_navigator_intance_model_doublelick

AaronGreenhouse commented 6 years ago

Started trying to fix this, but it doesn't work reliably.

Was having problems with eResource() sometimes returning null in the new openEditorToElement(). That is, the InstanceObject being selected sometimes doens't have the eResource set. But then sometimes it magically comes back, and then disappears again.