-
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #21
Comments
When something is selected, certain insert commands should attempt to wrap the selection. Like "select something" and then hit |
The table doesn't need ranges for selecting its cells. Instead it's a lot of individual row-selections! |
One can choose whether text deserves its own type of row and its own type of context, or whether it's just symbols with "quotes". The symbols with quotes around them design isn't half bad.
|
Remember ctrl+d? Vscode actually has multiple selections! |
Hold down and drag to select more stuff. How exactly should it work with nested elements?
I think I prefer the variant where carets are turned into ranges. A range is simply a start caret and an end caret. They don't have to be in the same row.
The text was updated successfully, but these errors were encountered: