-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
Clarify word separator docs about shortcuts #93665
Conversation
Conflicted on directly using the action names. |
How about something like: If [code]false[/code], using word selections or operations such as double-clicking or holding [kbd]Ctrl[/kbd] ([kbd]Cmd[/kbd] on macOS) while pressing [kbd]left[/kbd], [kbd]right[/kbd], [kbd]backspace[/kbd], or [kbd]delete[/kbd], will ... |
I like that more, although it's quite the mouthful. I would recommend rearranging the sentences into something more akin to:
It could also be nice to reword this to explain what Note that I'm not always against referring to the actions. I just don't believe it's nice to in the Editor Settings, given there's no direct way to point users to them in the Input Map. |
84c759c
to
3845092
Compare
Reworded to show true value first, and hopefully its more clear. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty good now, assuming it's accurate.
3845092
to
19b2e70
Compare
Thanks! |
Default and custom word separators affect all word-related actions, not just
ctrl+left/right
. These can be rebound, so I mention the action instead of the shortcut. I don't mention all of them because it would get too long (backspace word, caret word right, and select word under caret).Also tweaked the code_complete_enabled description to use the action as well, which can be used regardless of the setting.