aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/src/main/js/editor/EditorParent.ts
Commit message (Collapse)AuthorAge
* build: move modules into subproject directoryLibravatar Kristóf Marussy2021-12-12
|
* chore: rename unique to individualLibravatar Kristóf Marussy2021-11-05
| | | | Suggestion by @vincemolnar to match SysML V2 terminology more closely.
* fix(web): fix fold gutter stylingLibravatar Kristóf Marussy2021-11-05
| | | | | | We can't seem to be able to style the fold gutter in the current line to set its background color, so we set the background of the whole gutter instead.
* feat(web): client support for transformation rulesLibravatar Kristóf Marussy2021-10-31
|
* feat(web): find occurrences when idleLibravatar Kristóf Marussy2021-10-31
|
* feat(web): semantic highlightingLibravatar Kristóf Marussy2021-10-31
|
* fix(web): make lint panel readableLibravatar Kristóf Marussy2021-10-31
|
* feat(web): use theme colors in error markersLibravatar Kristóf Marussy2021-10-31
|
* feat(web): add xtext content assistLibravatar Kristóf Marussy2021-10-31
|
* feat(web): simplify contextual parsingLibravatar Kristóf Marussy2021-10-31
| | | | | | | | * More relaxted parsing in the browser for stable variable/node identifier classification. * String support in the browser. * contains, refers, and opposite keywords are no longer contextual, which simplifies parsing in the browser.
* feat(web): experiment with Lezer parserLibravatar Kristóf Marussy2021-10-31
|
* feat(web): add CodeMirror 6 editorLibravatar Kristóf Marussy2021-10-31