May 14, 2010
6:50 a.m.
On May 14, 2010, at 6:12 AM, Sean P. DeNigris wrote:
Lukas Renggli wrote:
SVI
It is a hack on top of the Pluggable Morphic editor, that is a hack on top of the Morphic editor, that is a hack on top of the MVC editor, that is a hack on top of the original Smalltalk-80 editor. No joke.
I can imagine that easily.
Hey, I'm doing research on custom key bindings in Pharo. One of the key things (for me) is vim bindings. What makes SVI a hack, and if I was going to start from scratch, what approach would you recommend?
have a look at the way this is currently done in paragraph editor and do the inverse :) Now the binding should just be a spec that bind a keystroke to an object receiving a message so we should be able to reuse them. Stef