aboutsummaryrefslogtreecommitdiffstats
path: root/language-model/src/main
Commit message (Collapse)AuthorAge
* build: move modules into subproject directoryLibravatar Kristóf Marussy2021-12-12
|
* build: fix cross-project group and version configLibravatar Kristóf Marussy2021-11-19
|
* fix(lang): mark transient referencesLibravatar Kristóf Marussy2021-11-06
| | | | | | | | | | | | | | | Xtext fails to serialize non-transient references that have no corresponding assignment in the grammar. Therefore, we mark * Problem.nodes * ClassDeclaration.newNode * ExistentialQualifier.implicitVariables * VariableOrNodeArgument.singletonVariable as transient. This will allow serializing Problem instances using the textual concrete syntax for display.
* chore: rename unique to individualLibravatar Kristóf Marussy2021-11-05
| | | | Suggestion by @vincemolnar to match SysML V2 terminology more closely.
* fix(language): hide current implicit proposalLibravatar Kristóf Marussy2021-11-04
| | | | | | | Content assist proposals should not display the object that is only added to the model because the current context assist input refers to it (e.g., an implicit node or variable that is only referenced in the currently edited context).
* Add syntax for direct rules and direct predicatesLibravatar Garami Bence2021-10-20
| | | | Xtext and Class diagram extended.
* chore: remove builtin library xtext dependencyLibravatar Kristóf Marussy2021-10-19
|
* chore: change package nameLibravatar Kristóf Marussy2021-10-05
|
* Simplify node namingLibravatar Kristóf Marussy2021-08-20
|
* Replaced platformURI with projectMapping to fix genmodel error.Libravatar OszkarSemerath2021-07-30
|
* Generate all files on buildLibravatar Kristóf Marussy2021-06-29
|
* Add data constant supportLibravatar Kristóf Marussy2021-06-27
|
* Simplify project layoutLibravatar Kristóf Marussy2021-06-27