aboutsummaryrefslogtreecommitdiffstats
path: root/language-ide
Commit message (Collapse)AuthorAge
* build: library and application convetion pluginsLibravatar Kristóf Marussy2021-11-17
|
* build: move scripts into script pluginsLibravatar Kristóf Marussy2021-11-17
| | | | | Script plugins allow applying other plugins from plugins { } blocks, which simplifies the build script.
* build: use version catalogsLibravatar Kristóf Marussy2021-11-16
| | | | | | | | | | | Gradle version catalogs allow centralized management of dependency artifact coordinates using a toml file. Previously, we use the gradle.properties file, which cannot manage group and name coordinates, only versions. Node and yarn versions still have to be in gradle.properties, because they do not correspond to any coordiates of a maven artifact.
* chore: rename unique to individualLibravatar Kristóf Marussy2021-11-05
| | | | Suggestion by @vincemolnar to match SysML V2 terminology more closely.
* feat(lang): add example validation checksLibravatar Kristóf Marussy2021-11-05
|
* 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).
* chore: fix Sonar warningsLibravatar Kristóf Marussy2021-10-31
|
* fix(web): fix server-side content assist filteringLibravatar Kristóf Marussy2021-10-31
|
* feat(web): semantic highlightingLibravatar Kristóf Marussy2021-10-31
|
* chore: remove builtin library xtext dependencyLibravatar Kristóf Marussy2021-10-19
|
* chore: change package nameLibravatar Kristóf Marussy2021-10-05
|
* build: refactor task dependenciesLibravatar Kristóf Marussy2021-10-03
|
* chore: fix Java 17 Sonar warningsLibravatar Kristóf Marussy2021-10-02
| | | | | Had to disable code coverage measurement in the Quality Gate, we should switch it on again once we have a complete test suite.
* build: migration to Gradle 7Libravatar Kristóf Marussy2021-09-29
|
* Simplify node namingLibravatar Kristóf Marussy2021-08-20
|
* Refactoring based on Sonar reportsLibravatar Kristóf Marussy2021-07-29
|
* Generate all files on buildLibravatar Kristóf Marussy2021-06-29
|
* Remove xtext-gen generated filesLibravatar Kristóf Marussy2021-06-29
| | | | They are regenerated on each build
* Fix real literalsLibravatar Kristóf Marussy2021-06-28
|
* Add scoping tests and simplify implicit nodesLibravatar Kristóf Marussy2021-06-28
| | | | | | | * Do not export implicit nodes to the global scope * Enum literals must not be quoted * Plan for the future: unify quoted nodes from the global scope in post-processing
* Add data constant supportLibravatar Kristóf Marussy2021-06-27
|
* Customize client-side CodeMirror modeLibravatar Kristóf Marussy2021-06-27
|
* Remove Eclipse-specific filesLibravatar Kristóf Marussy2021-06-27
| | | | They can be re-generated by the BuildShip plugin anyways.
* Simplify project layoutLibravatar Kristóf Marussy2021-06-27