Closed gchp closed 10 years ago
As mentioned in #24, this will need to also include rectangular selection, but I haven't gotten to that bit yet.
Thanks :) It's looking good. The other thing I think we could do here is move a bunch of the view adjusting etc. in to commands in the commands package, but I'll wait till you get your other changes in.
@kisielk ok, have updated with your feedback. Will look at moving the view adjusting to the commands module now.
Cool. Looks good for now. I have some other improvements I'd like to make in conjunction with this so I'm going to merge it.
Sweet. Thanks!
This adds visual mode selection and movement and ability to delete selection.
It uses the viewTag data structure to manipulate the selection, and stores it in View.VisualRange.
Let me know what you think!