Fix KeyboardQuit exception - I'm not sure what exactly is setInjectedContext, but the exception is pretty adamant that it shouldn't be in one: TextComponentEditorAction is updated on EDT only and must not work in injected context
Ensure M-, goes back to the previous mark before hitting M-.
Fix C-w for kill region.
Ensure 'M-backspace` deletes to the beginning of the word.
Fix KeyboardQuit exception - I'm not sure what exactly is
setInjectedContext
, but the exception is pretty adamant that it shouldn't be in one:TextComponentEditorAction is updated on EDT only and must not work in injected context
Ensure
M-,
goes back to the previous mark before hittingM-.
Fix
C-w
for kill region.Ensure 'M-backspace` deletes to the beginning of the word.