Dyalog / link

Source code for Link – the built-in component that enables the use of text files as the primary storage mechanism for APL source code
https://dyalog.github.io/link
MIT License
19 stars 11 forks source link

Quickly editing can lead to loss of stop bits #514

Open abrudz opened 1 year ago

abrudz commented 1 year ago

Describe the bug It seems that when quickly going from tracer to editor, making a change and exiting editor mode back to tracing, stop bits are lost. My theory is that we get a notification frmo the FSW that the file has changed, somehow disconnected from the actual edit, and that new content is ⎕FIXed over the current definition, resetting the stop vector.

Desktop (please complete the following information):

Additional context Reported by Claus Madsen