-
Notifications
You must be signed in to change notification settings - Fork 66
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
Selection disappears on copy, indent #153
Comments
Comment (cmd+/) also makes the selection disappear |
This does happen but there is a command to toggle the active mark if you didn't know:
This might be able to help for now. It is removing the selection but not the mark so this will reactivate the selection. |
@perrierism @bf0 We are about to have a new release soon that will try to list all the new features. A bunch of things have been added over the last year or 6 months that are not properly documented so be on the lookout. |
@excetara2 thanks, sounds great |
If I remember, shifting the region and leaving the selection highlighted produced an unexpected selection. I will see if I can fix it. |
I have confirmed that it's not an easy fix. One of the problems is that if you define a sublime region at position P and then start typing at position P, the region moves to the right along with your typing. There's no way to configure the marks, as far as I know, to allow you to specify whether that should happen. But there are other issues as well. |
Reproduction
Result
Text is no longer selected
Expected Result
Text should remain selected
The text was updated successfully, but these errors were encountered: