aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/src
Commit message (Collapse)AuthorAge
* chore(web): refactor websocket state machineLibravatar Kristóf Marussy2021-10-31
|
* feat(web): show lint status on lint buttonLibravatar Kristóf Marussy2021-10-31
|
* feat(web): disconnect background tabs onlyLibravatar Kristóf Marussy2021-10-31
|
* fix(web): only try to read properties of objectsLibravatar Kristóf Marussy2021-10-31
|
* feat(web): application-level pingsLibravatar Kristóf Marussy2021-10-31
|
* feat(web): add xtext websocket clientLibravatar Kristóf Marussy2021-10-31
|
* test(web): more websocket integration testsLibravatar Kristóf Marussy2021-10-31
|
* test(web): websockets fixes and testsLibravatar Kristóf Marussy2021-10-31
|
* feat(web): push precomputed service resultsLibravatar Kristóf Marussy2021-10-31
|
* feat(web): batched xtext websocket prototypeLibravatar Kristóf Marussy2021-10-31
|
* feat(web): batch operations for websocket protocolLibravatar Kristóf Marussy2021-10-31
|
* feat(web): better websocket loggingLibravatar Kristóf Marussy2021-10-31
|
* feat(web): add websocket serverLibravatar 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.
* fix(web): a11y issue reported by LighthouseLibravatar Kristóf Marussy2021-10-31
|
* chore(web): remove CodeMirror 5 MWE2 integrationLibravatar Kristóf Marussy2021-10-31
| | | | | CodeMirror 6 uses a hand-writter Lezer parser instead of the stream parser generated by Xtext for CodeMirror 5.
* feat(web): experiment with Lezer parserLibravatar Kristóf Marussy2021-10-31
|
* feat(web): add CodeMirror 6 editorLibravatar Kristóf Marussy2021-10-31
|
* chore(web): bump Jetty versionLibravatar Kristóf Marussy2021-10-07
| | | | | | | Requred vendoring org.eclipse.xtext.web.servlet as tools.refinery.language.web.xtext due to the javax -> jakarta package name change: https://www.eclipse.org/lists/jetty-announce/msg00149.html
* chore: change package nameLibravatar Kristóf Marussy2021-10-05
|
* fix(web): improve accessibilityLibravatar Kristóf Marussy2021-10-04
| | | | | contenteditable should provide a better experience for screen reader and IME users
* chore(web): bump MUI 5 to released versionLibravatar Kristóf Marussy2021-10-03
|
* chore(web): bump frontend dependencies except MUILibravatar 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.
* feat(web): add client-side logging supportLibravatar Kristóf Marussy2021-10-02
| | | | | Also modified langauge-web/src/main/js/xtext/ServiceBuilder.js to make sure the new logger is used as soon as xtext is initialized.
* perf(web): split off CodeMirror chunksLibravatar Kristóf Marussy2021-10-02
| | | | Also optimizes statis asset caching.
* fix: add missing html lang attributeLibravatar Kristóf Marussy2021-09-24
|
* Refactor ServerLauncherLibravatar Kristóf Marussy2021-09-20
|
* Allow launching server from EclipseLibravatar Kristóf Marussy2021-09-19
|
* Allow running ServerLauncher from EclipseLibravatar Kristóf Marussy2021-09-19
|
* Frontend color changesLibravatar Kristóf Marussy2021-09-19
|
* Frontend color themeLibravatar Kristóf Marussy2021-09-17
|
* Add ESLint configLibravatar Kristóf Marussy2021-08-22
|
* Covert language-web to TypeScriptLibravatar Kristóf Marussy2021-08-22
|
* Bump Material-UI versionLibravatar Kristóf Marussy2021-08-22
|
* Bump CodeMirror, React versionsLibravatar Kristóf Marussy2021-08-22
|
* Make Xtext CodeMirror more robustLibravatar Kristóf Marussy2021-08-20
|
* Simplify node namingLibravatar Kristóf Marussy2021-08-20
|
* Refactoring based on Sonar reportsLibravatar Kristóf Marussy2021-07-29
|
* Appearance fixesLibravatar Kristóf Marussy2021-07-05
|
* Fix typo in environmental variable nameLibravatar Kristóf Marussy2021-07-05
|
* JetBrains Mono fontLibravatar Kristóf Marussy2021-07-02
|
* Add italic fontLibravatar Kristóf Marussy2021-07-02
|
* Change operator for predicate definitionLibravatar Kristóf Marussy2021-07-02
|
* Fonts and ligaturesLibravatar Kristóf Marussy2021-07-02
|
* Material UI theming WIPLibravatar Kristóf Marussy2021-07-02
|
* Add material-ui and mobx integrationLibravatar Kristóf Marussy2021-07-01
|
* Convert to React appLibravatar Kristóf Marussy2021-06-30
|
* Add hot module replacement for developmentLibravatar Kristóf Marussy2021-06-29
|
* Generate all files on buildLibravatar Kristóf Marussy2021-06-29
|