Closed gchp closed 10 years ago
Yep, that's much better. The modes should consist mostly of commands being sent in to the commands channel and not much else.
Updated from your comments.
Just noticed an issue with the selection not clearing when existing visual mode. Instead of just adding the FIXME again for this, it might be better to just implement the editor.Redraw()
method. It seems like there is a redraw channel created on the editor, which I assume is for this purpose?
Redraw won't do anything unless the dirty flag is set on the view. I'll see if I can fix that.
Is this what you were thinking?