cursive-ide / emacs-plus

Some patches to make the IntelliJ Emacs+ plugin work correctly with recent versions of IntelliJ.
Other
41 stars 18 forks source link

Few fixes #22

Open aiguofer opened 1 year ago

aiguofer commented 1 year ago

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.