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 "Align Cursor" addin #7

Merged
merged 3 commits into from
Aug 13, 2019
Merged

Conversation

gadenbuie
Copy link
Contributor

This PR adds another addin action to the AlignAssign package. This action uses multiple cursors and will align cursors across rows into the same column.

I updated the README and added this gif of the addin in action.

align_cursors_1

The alignCursor() function requires multiple cursors in the active document and can take into account multiple cursors per row, as demonstrated in this gif.

align_cursors_2

@gadenbuie
Copy link
Contributor Author

gadenbuie commented Aug 13, 2019

I realized supporting multiple selections makes the task above easier (while still supporting those methods as well).

align_cursor_3

@seasmith
Copy link
Owner

Wow, that's pretty amazing.

@seasmith seasmith merged commit 31a6259 into seasmith:master Aug 13, 2019
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

Successfully merging this pull request may close these issues.

2 participants