david-pfx / PuzzleScriptNext

A direct successor to PuzzleScript, building on the work of PuzzleScript Plus, Pattern:Script and others.
http://www.puzzlescriptnext.polyomino.com
MIT License
11 stars 4 forks source link

visual glitch in editor while editing prelude #70

Closed angilbert closed 1 month ago

angilbert commented 1 month ago

Describe the bug The editor visually truncates every line below the line you are editing.

Reproduction Steps Open https://david-pfx.github.io/PuzzleScriptNext/src/editor.html Select "Fifteen" (example project) start typing "verbose_logging" into the prelude

OS & Browser version, desktop/mobile MAC/Desktop/Chrome (Edge also)

Screenshots, example projects, other relevant issues, etc.

Screenshot 2024-07-25 at 16 29 15
david-pfx commented 1 month ago

That's horrible. What would make it do that? Seems to be in dev, not stable.

david-pfx commented 1 month ago

Fixed. Problem appeared to be failing to parse the whole line after finding an error.