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

Incrementing by Letters #4

Closed
smhmd opened this issue Apr 8, 2019 · 2 comments
Closed

Incrementing by Letters #4

smhmd opened this issue Apr 8, 2019 · 2 comments

Comments

@smhmd
Copy link

smhmd commented Apr 8, 2019

image
why is it increment by letters not numbers and doesn't include the first selection? is there a setting to change this?

@albymor
Copy link
Owner

albymor commented Apr 8, 2019

Ok i was able to recreate the bug: from what I could see, you're trying to increment the selection without first selecting a letter or number. This leads to an unhandled condition where the increment occurs by letter excluding the first cursor.

When nothing is selected, I will set the increment by number starting from zero as the default behavior.

For now the workaround is to put the number (or letter) from which you want to start, select it and than Ctrl + Alt + I to increment the selection (see gif below).

how_to

@albymor albymor closed this as completed Apr 8, 2019
@albymor albymor reopened this Apr 8, 2019
@albymor albymor closed this as completed in 6f50ba4 Apr 8, 2019
@smhmd
Copy link
Author

smhmd commented Apr 8, 2019

@albymor could you also keep the structure?
image
000 => 001 and so on?

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