vicoapp / vico

Mac Programmers Text Editor
http://www.vicoapp.com/
657 stars 89 forks source link

visual block select #47

Open davidsawyer opened 11 years ago

davidsawyer commented 11 years ago

Being able to select a two dimensional block of text. Like in vim, you can use to do this. This functions similar to an in many OS X apps.

Shadowfiend commented 11 years ago

Not sure how easy or difficult this is going to be, but I'll definitely look into it.

Shadowfiend commented 10 years ago

It looks like at least part of this should make use of NSTextView's multiple selection abilities, which are currently not handled by Vico at all. That same function in NSTextView, with some other work, should also let us work on multiple cursors as, e.g., Sublime does. Not sure when I'm going to look at this, but it might be worth tackling both together? That might be a big piece to bite off though.

davidsawyer commented 10 years ago

I definitely wouldn't be able to get to it for a while, either. Maybe someone else who has a little more familiarity with the codebase could give it a go?

On Nov 3, 2013, at 12:19 PM, Antonio Salazar Cardozo notifications@github.com wrote:

It looks like at least part of this should make use of NSTextView's multiple selection abilities, which are currently not handled by Vico at all. That same function in NSTextView, with some other work, should also let us work on multiple cursors as, e.g., Sublime does. Not sure when I'm going to look at this, but it might be worth tackling both together? That might be a big piece to bite off though.

— Reply to this email directly or view it on GitHub.