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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Currently, it's hard to write a command that does text edits without talking directly to Editor._codeMirror, and we don't really want that. If we simply exposed operation() and replaceRange(), it would go a long way toward fixing this.
I'm fudging a little by marking this "code cleanup," but I think it would be a very simple change -- little more than proxying down to the matching methods on Document._masterEditor.
Currently, it's hard to write a command that does text edits without talking directly to Editor._codeMirror, and we don't really want that. If we simply exposed operation() and replaceRange(), it would go a long way toward fixing this.
I'm fudging a little by marking this "code cleanup," but I think it would be a very simple change -- little more than proxying down to the matching methods on Document._masterEditor.