-
Notifications
You must be signed in to change notification settings - Fork 758
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
~tildestuff is not treated as a unit for selection #508
Comments
related to #503 |
But harder to accomplish: instead of excluding all non-word characters (as per regexp), we should include some and exclude others (valid operators...). |
fixed in 53a7deb |
Hmm, I don't think that fixes it for Ctrl+Shift+Left/Right. |
ah yes ... just for double-click |
btw, i think we have to re-implement it manually, as the word delimiters are hardcoded in qt |
This is fixed for code. |
It's lovely that in SCIDE it treats something like
as a single unit, so when I'm at the end of it and I press Ctrl+Shift+Left I select the whole lot including the slash.
However, this doesn't happen for
In that case, everything except the tilde is selected, whereas I'd like it to include the tilde please.
The text was updated successfully, but these errors were encountered: