eclipsesource / graphical-lsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.org/glsp
Eclipse Public License 2.0
36 stars 8 forks source link

Add support for diagram markers #216

Closed tanjaem closed 5 years ago

tanjaem commented 5 years ago

Closes #30

This is an initial contribution for offering model validation support that shows validation info/warning/error messages as diagram decorators. I opened issues #213 and #214 for further improving this initial model validation support. I am happy to work on these issues if you think the suggested improvements make sense.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

tortmayr commented 5 years ago

The Travis build fails because we are using encrypted environment variables in the build script which are no longer supported for PRs from forks. (see also https://docs.travis-ci.com/user/pull-requests/#pull-requests-and-security-restrictions)

I opened #218 for this issue and migrated your changes to our repository and opened a new PR: eclipsesource/graphical-lsp/pull/217