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

Add library routines for finding, selecting Text Objects #8

Open
jrk opened this issue Apr 6, 2011 · 1 comment
Open

Add library routines for finding, selecting Text Objects #8

jrk opened this issue Apr 6, 2011 · 1 comment

Comments

@jrk
Copy link

jrk commented Apr 6, 2011

Vim's block navigation and selection commands (inner and outer block, (, {, etc.) are very powerful, especially as modifiers to editing operations.

These might be possible to implement entirely as macros of Ruby => NSResponder methods (especially relying on marks), or it might be best achieved via a low-level Objective-C extension.

@philc
Copy link
Owner

philc commented Apr 6, 2011

Unfortunately, TextMate's OakTextView doesn't implement marks, although there may exist methods in TextMate's class hierarchy which allow us to select the surrounding scopes.

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

No branches or pull requests

2 participants