-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Cursorless scope side bar #1942
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Oct 12, 2023
pokey
force-pushed
the
pokey/cursorless-scope-side-bar
branch
from
October 12, 2023 17:41
d0fcf1b
to
d5f310c
Compare
pokey
force-pushed
the
pokey/scope-info-provider
branch
from
October 12, 2023 17:41
c9fe1a3
to
3b17e39
Compare
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 13, 2023
- Required by #1942 to be able to tell which scope is currently being visualized to highlight it in the sidebar ## 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
pokey
force-pushed
the
pokey/cursorless-scope-side-bar
branch
2 times, most recently
from
October 16, 2023 15:29
c815e0d
to
8cae134
Compare
pokey
force-pushed
the
pokey/scope-info-provider
branch
from
October 16, 2023 15:29
887c7df
to
82a8ef5
Compare
pokey
force-pushed
the
pokey/cursorless-scope-side-bar
branch
from
October 16, 2023 15:47
9b6a204
to
abff9fb
Compare
pokey
force-pushed
the
pokey/scope-info-provider
branch
from
October 16, 2023 16:17
ceaf377
to
1c6435b
Compare
pokey
force-pushed
the
pokey/cursorless-scope-side-bar
branch
2 times, most recently
from
October 17, 2023 13:55
c0a93d1
to
87cb21e
Compare
pokey
force-pushed
the
pokey/scope-info-provider
branch
from
October 17, 2023 14:11
3c5d883
to
962f921
Compare
pokey
force-pushed
the
pokey/cursorless-scope-side-bar
branch
from
October 17, 2023 14:11
6c86b5a
to
103f385
Compare
pokey
force-pushed
the
pokey/scope-info-provider
branch
from
October 18, 2023 15:08
d80a73f
to
9f61dd8
Compare
pokey
force-pushed
the
pokey/cursorless-scope-side-bar
branch
2 times, most recently
from
October 18, 2023 15:17
1077cbd
to
b826f3e
Compare
pokey
force-pushed
the
pokey/scope-info-provider
branch
2 times, most recently
from
October 18, 2023 15:57
709fb57
to
d995f40
Compare
pokey
force-pushed
the
pokey/cursorless-scope-side-bar
branch
from
October 18, 2023 15:57
b826f3e
to
3e8b231
Compare
pokey
commented
Oct 19, 2023
pokey
force-pushed
the
pokey/cursorless-scope-side-bar
branch
from
October 20, 2023 12:45
3e8b231
to
ebd6923
Compare
pokey
force-pushed
the
pokey/scope-info-provider
branch
from
October 20, 2023 12:45
d995f40
to
a977bf0
Compare
pokey
force-pushed
the
pokey/cursorless-scope-side-bar
branch
2 times, most recently
from
October 20, 2023 13:07
f92a480
to
6e49a1c
Compare
pokey
force-pushed
the
pokey/scope-info-provider
branch
from
October 20, 2023 13:07
49c3931
to
2f3d43e
Compare
pokey
force-pushed
the
pokey/cursorless-scope-side-bar
branch
from
October 20, 2023 13:18
fce6e07
to
3a4afaa
Compare
pokey
force-pushed
the
pokey/scope-info-provider
branch
from
October 20, 2023 13:18
2f3d43e
to
156ff94
Compare
pokey
force-pushed
the
pokey/cursorless-scope-side-bar
branch
2 times, most recently
from
October 20, 2023 13:40
d90b78a
to
9f0780d
Compare
pokey
force-pushed
the
pokey/cursorless-scope-side-bar
branch
from
October 27, 2023 10:57
50b9626
to
82d8fc9
Compare
pokey
force-pushed
the
pokey/scope-info-provider
branch
from
October 27, 2023 10:57
223fc7e
to
67f8ce3
Compare
Ok this one is also good to go @AndreasArvidsson; will need to merge in behind a couple others tho so please don't merge |
I didn't add tests for this one, because most of the hard logic is tested in #1941. This one is trying hard to be pure presentation, and unfortunately testing it is quite hard until we have a setup where we delay initialisation of the extension to allow test harness to be put in place |
AndreasArvidsson
approved these changes
Oct 28, 2023
pokey
force-pushed
the
pokey/cursorless-scope-side-bar
branch
from
October 29, 2023 17:28
82d8fc9
to
e2bd86d
Compare
pokey
force-pushed
the
pokey/scope-info-provider
branch
from
October 29, 2023 17:28
67f8ce3
to
5820193
Compare
pokey
force-pushed
the
pokey/cursorless-scope-side-bar
branch
from
October 30, 2023 14:43
4a334a7
to
fdd5278
Compare
pokey
force-pushed
the
pokey/scope-info-provider
branch
from
October 30, 2023 14:43
5820193
to
26b5d39
Compare
pokey
force-pushed
the
pokey/cursorless-scope-side-bar
branch
from
October 30, 2023 15:05
fdd5278
to
1169959
Compare
pokey
force-pushed
the
pokey/cursorless-scope-side-bar
branch
from
October 30, 2023 16:35
1169959
to
b44a7a5
Compare
cursorless-bot
pushed a commit
that referenced
this pull request
Oct 30, 2023
- Depends on #1941 - Depends on #1946 ## Checklist - [-] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) (see comment below) - [x] Add descriptions to section headings (eg present, not present, etc) - [x] File issue about using lang icons for lang-specific scopes - [x] 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) - [x] I have not broken the cheatsheet - [x] File issue for showing scopes touching, as well as equal to, selection - [x] Checkboxes from original #1663
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 30, 2023
- Depends on #1942 ## 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
fidgetingbits
pushed a commit
to fidgetingbits/cursorless
that referenced
this pull request
Nov 3, 2023
- Required by cursorless-dev#1942 to be able to tell which scope is currently being visualized to highlight it in the sidebar ## 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
fidgetingbits
pushed a commit
to fidgetingbits/cursorless
that referenced
this pull request
Nov 3, 2023
- Depends on cursorless-dev#1941 - Depends on cursorless-dev#1946 ## Checklist - [-] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) (see comment below) - [x] Add descriptions to section headings (eg present, not present, etc) - [x] File issue about using lang icons for lang-specific scopes - [x] 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) - [x] I have not broken the cheatsheet - [x] File issue for showing scopes touching, as well as equal to, selection - [x] Checkboxes from original cursorless-dev#1663
fidgetingbits
pushed a commit
to fidgetingbits/cursorless
that referenced
this pull request
Nov 3, 2023
- Depends on cursorless-dev#1942 ## 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
thetomcraig-aya
pushed a commit
to thetomcraig/cursorless
that referenced
this pull request
Mar 27, 2024
- Depends on cursorless-dev#1941 - Depends on cursorless-dev#1946 ## Checklist - [-] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) (see comment below) - [x] Add descriptions to section headings (eg present, not present, etc) - [x] File issue about using lang icons for lang-specific scopes - [x] 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) - [x] I have not broken the cheatsheet - [x] File issue for showing scopes touching, as well as equal to, selection - [x] Checkboxes from original cursorless-dev#1663
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist