-
-
Notifications
You must be signed in to change notification settings - Fork 91
document short paint #1698
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
document short paint #1698
Conversation
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.
Looks good. Made a couple tweaks; merge if happy
We should revisit the way we talk about scopes in the docs at some point, because the language describing these examples is very much rooted in the old world where scopes and containing scope modifiers are one and the same. Probably a visualization would be the easiest, but we can wait until "short paint"
has been upgraded to next-gen scope handler
Looks good to me. I don't have to do anything to officially accept your changes, right? |
nope! |
Fixes cheatsheet bug introduced in #1698 which only updated spoken form in defaults.json, which is used by cursorless.org/cheatsheet, but didn't update the code path that is used when user says "cursorless cheatsheet" ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
Fixes cheatsheet bug introduced in #1698 which only updated spoken form in defaults.json, which is used by cursorless.org/cheatsheet, but didn't update the code path that is used when user says "cursorless cheatsheet" ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
Fixes cheatsheet bug introduced in cursorless-dev#1698 which only updated spoken form in defaults.json, which is used by cursorless.org/cheatsheet, but didn't update the code path that is used when user says "cursorless cheatsheet" ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
Fixes cheatsheet bug introduced in cursorless-dev#1698 which only updated spoken form in defaults.json, which is used by cursorless.org/cheatsheet, but didn't update the code path that is used when user says "cursorless cheatsheet" ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet
Added a section about "short paint" in main reference page. Improved explanation in cheatsheet.
Checklist