eclipse-capella / capella-studio

Open source SDK to develop Capella add-ons
Eclipse Public License 2.0
10 stars 10 forks source link

Activity explorer page is not showing up #114

Open eclipse-capella-bot opened 3 years ago

eclipse-capella-bot commented 3 years ago

I am creating a new viewpoint using capella studio 1.3.1. and 1.4 Everything works fine, but when it comes to the activity explorer page nothing is showing up in the workflow of the project.

To check out if the activity explorer code is working fine, I decided to extend one of the existing pages for example the logical architecture page. I have extended the page and added a new section with one activity. It works pretty fine without any problem in both cases active and non-active viewpoint.

My code looks like the following

activity-explorer myap.activityexplorer { pages { page AADL { file-extension "=================" id org.polarsys.capella.vp.aadl.page_4 label "==============" index 4 Overview { description "=================" image-on : "Principale_On.png" image-off : "Principale_Off.png" } header { image-on : "Overview_On.png" image-off : "Overview_Off.png" } tab-name "======" show-viewer : true sections { section sectionName { description "=====================" id org.polarsys.capella.vp.section_4 label "==============================" index 4 filtering : true expanded : true activities { activity CreateDiag { description "Create a new Diagram" id org.polarsys.capella.vp.activity_5 label "Create Diagram" index 5 predicated : false icon : "Electronic-circuit.png" } activity SimpleTransition { description "==========================" id org.polarsys.capella.vp.etang.activity_6 label "Simple Transition" index 6 icon : "Electronic-circuit.png" } activity myTransition { description "=========" id org.polarsys.capella.vp.etang.activity_7 label "=========" index 7 icon : "Electronic-circuit.png" } activity chainTransition { description "========================." id org.polarsys.capella.vp.etang.activity_8 label "=========Transition" index 8 icon : "Electronic-circuit.png" } } } } }

}

๐Ÿ†” ECLIPSE-558818 ๐Ÿ‘ท soulimane.kamni ๐Ÿ“… 2020-01-06 ๐Ÿ”Ž 1.3.1