Bugfixes
- #1198 The initial preference for the CASE editor choice (on virgin installation) was defective (tended to "never" instead of "non-empty").
- #1203 Analyser got out of date after Find&Replace action.
- #1204 Caret positioning in element editor didn't work for '?' at line start and neither for the initial diagram name "???".
- #1205 Analyser constantly decried loops with
fileEOF
tests or Turtleizer position conditions (likegetOrientation()
,getX()
, andgetY()
) as endless. - #1206 Oberon export of
exit
instruction wasn't implemented. - #1207 Defective bash export on multi-expression output.