populate content Assist with multiple Concepts data
Hi I am bit confused in merging all my actions from different menus into single content assist(Auto-completion menu).
For example:
Concept A implements INamedConcept
Concept B implements INamedConcept
Concept C refers A & B
in editor of C: A->name B->name
but i want that name from A & B concept should be visible in single auto-completion menu.
Any Idea how to proceed with this.
Lokesh
Move.zip (114KB)
For example:
Concept A implements INamedConcept
Concept B implements INamedConcept
Concept C refers A & B
in editor of C: A->name B->name
but i want that name from A & B concept should be visible in single auto-completion menu.
Any Idea how to proceed with this.
Lokesh
Move.zip (114KB)
Please sign in to leave a comment.
following up on your e-mail, I think you'll have to have X and Y both extend a common super-concept Z and have the reference in Statement by typed to this Z. This way both X and Y are valid candidate concepts to be referred to from Statement.
Please check out the attached file for hints.
Vaclav
That was great. MPS is very powerful.
Lokesh