osate / osate2

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

Content assist does not work in annexes #515

Closed lwrage closed 9 years ago

lwrage commented 9 years ago

The Aadl2ProposalProvider does not process annexes written in Xtext that don't use the annex registry.

lwrage commented 9 years ago

For Xtext support to work we need to put annex subclauses into document partitions. However, Xtext support for creating partitions is tied to ANTLR token ids, so the AADL grammar needs to process annex names to generate different partitions for different annexes.

lwrage commented 9 years ago

Document partitions are not necessary for this.