Open amongonz opened 5 years ago
I've also found an issue where "dot repeat" fires in non-Prolog files. Do you want me to open a separate issue for that?
Would you please give me an example to reproduce the issue? Thank you.
I'm running into this as well. Just open an new empty and press .
, the extension deletes it.
I just had this happen to me also. Uninstalling and reinstalling the extension made it stop happening.
It started happening again after only a few minutes of coding. I start cutting and pasting different rules of a body and then Ctr-Z starts putting a head clause everywhere. I'm on linux btw.
The "dot repeat" feature fires by itself after erasing or undoing the text. The latter is serious: it stops you from undoing any further (because it keeps typing the repeat) and makes you lose your redo history. In fact, holding down
Ctrl-Z
puts you in an undo-repeat loop.The feature should listen for an explicit press of
.
instead, if possible.