kieler / klighd-vscode

Eclipse Public License 2.0
8 stars 6 forks source link

SCG Diagram does not display errors as in KIELER #41

Open soerendomroes opened 2 years ago

soerendomroes commented 2 years ago

he model

scchart Error {
  output int x
  during do x = 3
  during do x = 5
}

produces errors such as this in KIELER.

  image

The drawing looks like this in VSCode.

  image

We need to get rid of the random arrows in there and display the error messages too. Currently, the error messages can be seen in the output view.