The method release() in org/intellij/ideamacs/editor/EditorListener.java adds the caret listener to the caret model again, instead of removing it.
This is a simple typo that is only registered here in order to not forget about it.
Log in to post a comment.