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

Search and using multiple cursors, the last cursor does not highlight the word #5

Open excetara2 opened 6 years ago

excetara2 commented 6 years ago

So lets say you search for if and select the first 5 occurrences of it in the file. The fifth occurrence (last occurrence selected) will not be highlighted like the previous 4, so if you go forward one space or backward or any other move commands. The cursors fall out of sync due to the first four being highlighted and the fifth being in the same place but just a normal cursor. Aka, the cursors are not in sync anymore which causes erratic behavior.

Also, none of the emacs commands work with multiple cursors but I'm guessing this problem is probably known and was never tried to be fixed?