Skip to content
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

Add the scope visualizer #1653

Merged
merged 6 commits into from
Jul 18, 2023
Merged

Add the scope visualizer #1653

merged 6 commits into from
Jul 18, 2023

Conversation

pokey
Copy link
Member

@pokey pokey commented Jul 17, 2023

Checklist

  • Add image to doc page
  • File issue to migrate all our vscode references to use new thin wrapper
  • File issue about reworking removal highlight range to return generalised range, and not using line range for line target content range
  • Investigate cheatsheet performance issue
  • Migrate todos from Scope visualizer #1523
  • I have updated the docs and cheatsheet
  • I have added tests
  • I have not broken the cheatsheet
  • Compute border colors from background color?

github-merge-queue bot pushed a commit that referenced this pull request Jul 17, 2023
@pokey pokey force-pushed the pokey/add-the-scope-visualizer branch from e8214db to 34ac721 Compare July 17, 2023 14:39
@pokey pokey marked this pull request as ready for review July 17, 2023 14:40
@pokey pokey requested a review from AndreasArvidsson July 17, 2023 14:40
@pokey pokey marked this pull request as draft July 17, 2023 14:49
@pokey pokey removed the request for review from AndreasArvidsson July 17, 2023 14:50
@pokey pokey force-pushed the pokey/add-the-scope-visualizer branch from 34ac721 to d8945f9 Compare July 17, 2023 16:36
github-merge-queue bot pushed a commit that referenced this pull request Jul 18, 2023
- Required by #1650
- Note that we have no tests here, but it is tested in
#1653

## 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 pokey force-pushed the base/pokey/add-the-scope-visualizer branch from b8532c3 to f85ff05 Compare July 18, 2023 10:21
@pokey pokey force-pushed the pokey/add-the-scope-visualizer branch from d8945f9 to 3aeb46a Compare July 18, 2023 10:21
github-merge-queue bot pushed a commit that referenced this pull request Jul 18, 2023
- Required by #1653 
- Depends on #1647 

## 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 pokey force-pushed the base/pokey/add-the-scope-visualizer branch from f85ff05 to e351a52 Compare July 18, 2023 11:56
@pokey pokey force-pushed the pokey/add-the-scope-visualizer branch from 3aeb46a to c1594c9 Compare July 18, 2023 11:56
github-merge-queue bot pushed a commit that referenced this pull request Jul 18, 2023
- Depends on #1648
- Depends on #1645
- Required by #1653

## 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
github-merge-queue bot pushed a commit that referenced this pull request Jul 18, 2023
- Depends on #1650 
- Depends on #1646 
- Required by #1653 

## 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 pokey force-pushed the pokey/add-the-scope-visualizer branch from c1594c9 to ccaab87 Compare July 18, 2023 12:58
@pokey pokey changed the base branch from base/pokey/add-the-scope-visualizer to main July 18, 2023 13:00
@pokey pokey changed the base branch from main to base/pokey/add-the-scope-visualizer July 18, 2023 13:00
@pokey pokey added the to discuss Plan to discuss at meet-up label Jul 18, 2023
github-merge-queue bot pushed a commit that referenced this pull request Jul 18, 2023
- Required by #1653 
- Depends on #1651

## 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 pokey force-pushed the pokey/add-the-scope-visualizer branch from fc85ec0 to 91a25ae Compare July 18, 2023 13:41
@pokey pokey changed the base branch from base/pokey/add-the-scope-visualizer to main July 18, 2023 13:41
@pokey pokey removed the to discuss Plan to discuss at meet-up label Jul 18, 2023
@pokey pokey marked this pull request as ready for review July 18, 2023 19:42
@pokey pokey enabled auto-merge July 18, 2023 19:43
@pokey pokey added this pull request to the merge queue Jul 18, 2023
Merged via the queue into main with commit 77a3b55 Jul 18, 2023
@pokey pokey deleted the pokey/add-the-scope-visualizer branch July 18, 2023 20:14
cursorless-bot pushed a commit that referenced this pull request Jul 19, 2023
- Depends on #1651
- Depends on #1652
- Depends on #1649
- Depends on #1644
## Checklist

- [x] Add image to doc page
- [x] File issue to migrate all our vscode references to use new thin
wrapper
- [x] File issue about reworking removal highlight range to return
generalised range, and not using line range for line target content
range
- [x] Investigate cheatsheet performance issue
- [x] Migrate todos from #1523 
- [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 added
[tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)
- [x] I have not broken the cheatsheet
- [x] Compute border colors from background color?

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
thetomcraig-aya pushed a commit to thetomcraig/cursorless that referenced this pull request Mar 27, 2024
- Depends on cursorless-dev#1651
- Depends on cursorless-dev#1652
- Depends on cursorless-dev#1649
- Depends on cursorless-dev#1644
## Checklist

- [x] Add image to doc page
- [x] File issue to migrate all our vscode references to use new thin
wrapper
- [x] File issue about reworking removal highlight range to return
generalised range, and not using line range for line target content
range
- [x] Investigate cheatsheet performance issue
- [x] Migrate todos from cursorless-dev#1523 
- [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 added
[tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)
- [x] I have not broken the cheatsheet
- [x] Compute border colors from background color?

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants