Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visual block select #47

Open
davidsawyer opened this issue Jun 27, 2013 · 3 comments
Open

visual block select #47

davidsawyer opened this issue Jun 27, 2013 · 3 comments

Comments

@davidsawyer
Copy link

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
Copy link
Member

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

@Shadowfiend
Copy link
Member

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants