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

Contiguous scope #2101

Draft
wants to merge 41 commits into
base: main
Choose a base branch
from
Draft

Contiguous scope #2101

wants to merge 41 commits into from

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    fdcd03e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f223d84 View commit details
    Browse the repository at this point in the history
  3. more work

    AndreasArvidsson committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b549ca5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    a71f017 View commit details
    Browse the repository at this point in the history
  2. Added tests

    AndreasArvidsson committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    da8d6ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3fa351 View commit details
    Browse the repository at this point in the history
  4. Moved tests

    AndreasArvidsson committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    53351e8 View commit details
    Browse the repository at this point in the history
  5. Added comment

    AndreasArvidsson committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d370690 View commit details
    Browse the repository at this point in the history
  6. cleanup

    AndreasArvidsson committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    48f97ee View commit details
    Browse the repository at this point in the history
  7. more cleanup

    AndreasArvidsson committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e2ec5c8 View commit details
    Browse the repository at this point in the history
  8. Update packages/cursorless-engine/src/processTargets/modifiers/scopeH…

    …andlers/ContiguousScopeHandler.ts
    
    Co-authored-by: Pokey Rule <[email protected]>
    AndreasArvidsson and pokey authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d1020a8 View commit details
    Browse the repository at this point in the history
  9. Import

    AndreasArvidsson committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    02a295e View commit details
    Browse the repository at this point in the history
  10. Update packages/cursorless-engine/src/processTargets/modifiers/scopeH…

    …andlers/ContiguousScopeHandler.ts
    
    Co-authored-by: Pokey Rule <[email protected]>
    AndreasArvidsson and pokey authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9d75ead View commit details
    Browse the repository at this point in the history
  11. Update packages/cursorless-engine/src/processTargets/modifiers/scopeH…

    …andlers/ContiguousScopeHandler.ts
    
    Co-authored-by: Pokey Rule <[email protected]>
    AndreasArvidsson and pokey authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    48c7a65 View commit details
    Browse the repository at this point in the history
  12. Update packages/cursorless-engine/src/processTargets/modifiers/scopeH…

    …andlers/ContiguousScopeHandler.ts
    
    Co-authored-by: Pokey Rule <[email protected]>
    AndreasArvidsson and pokey authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    fa57ab2 View commit details
    Browse the repository at this point in the history
  13. Update packages/cursorless-engine/src/processTargets/modifiers/scopeH…

    …andlers/ContiguousScopeHandler.ts
    
    Co-authored-by: Pokey Rule <[email protected]>
    AndreasArvidsson and pokey authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c943542 View commit details
    Browse the repository at this point in the history
  14. Update packages/cursorless-engine/src/processTargets/modifiers/scopeH…

    …andlers/ContiguousScopeHandler.ts
    
    Co-authored-by: Pokey Rule <[email protected]>
    AndreasArvidsson and pokey authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c26d704 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e0b6b5b View commit details
    Browse the repository at this point in the history
  16. rename

    AndreasArvidsson committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    2988adb View commit details
    Browse the repository at this point in the history
  17. Merge

    AndreasArvidsson committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c2f942b View commit details
    Browse the repository at this point in the history
  18. update

    AndreasArvidsson committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    34cbbb1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    8b5a95f View commit details
    Browse the repository at this point in the history
  2. Continues target

    AndreasArvidsson committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    bd86a64 View commit details
    Browse the repository at this point in the history
  3. Added tests

    AndreasArvidsson committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5a905ea View commit details
    Browse the repository at this point in the history
  4. cleanup

    AndreasArvidsson committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6612818 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2852e37 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. clean up

    AndreasArvidsson committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d3eb687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe7e8e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    2f15dc6 View commit details
    Browse the repository at this point in the history
  2. cleanup

    AndreasArvidsson committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0ccdcc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd93230 View commit details
    Browse the repository at this point in the history
  4. cleanup

    AndreasArvidsson committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    d898f26 View commit details
    Browse the repository at this point in the history
  5. Update test

    AndreasArvidsson committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ea5a542 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Added predicate

    AndreasArvidsson committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    66731e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58bfb9a View commit details
    Browse the repository at this point in the history
  3. Added comment facets

    AndreasArvidsson committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b6ac60f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    17b0507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f0de5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f156a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    38ab206 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    883eb1e View commit details
    Browse the repository at this point in the history