Bug 563732 - [completion][interpreter] Completion in Interpreter view need to open odesign first
Summary: [completion][interpreter] Completion in Interpreter view need to open odesign...
Status: NEW
Alias: None
Product: Sirius
Classification: Modeling
Component: Core (show other bugs)
Version: 6.3.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2020-05-29 11:04 EDT by Etienne Juliot CLA
Modified: 2020-06-05 11:01 EDT (History)
1 user (show)

See Also:


Attachments
completion is working (12.94 KB, image/png)
2020-05-29 11:04 EDT, Etienne Juliot CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Etienne Juliot CLA 2020-05-29 11:04:09 EDT
Created attachment 283093 [details]
completion is working

How to reproduce:
- launch Eclipse then a second eclipse runtime with basicfamily MM
- import basicamily sample and .design project
- Open the sample
- open a diagram and select a Man in the diagram
- open the Interpreter view
- write "aql:self.target.oclAsType(basicfamily::Man).n"
- try the completion : it doesn't work.
- try the completion after "oclAsType(" : basicafamily metamodel isn't in the list

then
- right clic on the diagram, open definition
- restest the completion in the interpreter view
-> it's work now

So, something is missing to register the metamodel in the completion without the need to open the VSM.