You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incredible plugin, thank you so much for working on it! I'm wondering if it would be possible to add a setting so that edits to suggestions don't get crossed out if edited but actually just permanently edit the suggestion.
The text was updated successfully, but these errors were encountered:
{++abc░++} ---(backspace)--> {++ab░++}{--c--} (c gets marked as a deletion)
If so, this is definitely something I'm planning to add when I finally get around to the suggestion mode rewrite.
My main goal is recreating the behaviour of Google Docs' suggestion mode, for better and worse, though with the addition of being able to fully delete characters while pressing the modifier key Alt, for example. (And having a command to invert the behaviour at will)
Thank for the patience, with version 0.2.0, there are now two different solutions to this problem:
In suggestion mode, when strictly in the addition or the addition-part of a substitution, a delete will always remove the text (similar to how Google Docs' logic works)
In alternative editing mode (the new default editing mode), you can directly insert and delete text from any suggestion
Incredible plugin, thank you so much for working on it! I'm wondering if it would be possible to add a setting so that edits to suggestions don't get crossed out if edited but actually just permanently edit the suggestion.
The text was updated successfully, but these errors were encountered: