aboutsummaryrefslogtreecommitdiffstats
path: root/language-ide/src
Commit message (Collapse)AuthorAge
* 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
|
* 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.
* Simplify node namingLibravatar Kristóf Marussy2021-08-20
|
* Refactoring based on Sonar reportsLibravatar Kristóf Marussy2021-07-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
|
* Simplify project layoutLibravatar Kristóf Marussy2021-06-27