-
-
Notifications
You must be signed in to change notification settings - Fork 89
Implement our own types instead of vscode #1128
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
Merged
Merged
Changes from all commits
Commits
Show all changes
88 commits
Select commit
Hold shift + click to select a range
9834b50
Started working on our own replacement for vscode types
AndreasArvidsson 516b47c
remove unused imports
AndreasArvidsson 313ac8c
More workl
AndreasArvidsson df9608b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 66d177c
more changes
AndreasArvidsson 4f4c15a
Merge branch 'types' of github.com:cursorless-dev/cursorless into types
AndreasArvidsson ad3d964
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 5a7a172
More stuff
AndreasArvidsson 4752f9c
Merge branch 'types' of github.com:cursorless-dev/cursorless into types
AndreasArvidsson 11f18b3
Stuff stuff
AndreasArvidsson 680a549
Some super secret clean up stuff
AndreasArvidsson 2463653
Additional changes beyond human comprehension
AndreasArvidsson 76b06c5
clean up
AndreasArvidsson 806f1e2
Trans dimensional super fixes
AndreasArvidsson d6c43f5
Mind boggling changes
AndreasArvidsson 8f5cfa5
Hopefully done with this suffering
AndreasArvidsson 2c84c0b
Fixed circular dependencies
AndreasArvidsson 3054983
Updated fake ide
AndreasArvidsson 7eed96c
Added test for position
AndreasArvidsson 1e9a3b8
Added range test
AndreasArvidsson 682ab6d
Added getter to vscode editable editor implementation
AndreasArvidsson f0fb525
Convert position
AndreasArvidsson b24a209
Added text line implementation
AndreasArvidsson cdc792c
Better handling of selections
AndreasArvidsson 825491c
group document by uri
AndreasArvidsson 88af316
Remove on use to vscode converter
AndreasArvidsson 0a30f19
Clean up tests
AndreasArvidsson bc8658c
Make sure functions use arrow format
AndreasArvidsson f4e7460
Use weak map to keep track of text editors
AndreasArvidsson 406cb09
cleanup
AndreasArvidsson 9fd624f
empty
AndreasArvidsson a935f5a
use arrow functions
AndreasArvidsson 132cad9
updated lock file
AndreasArvidsson fd8b413
restore normal methods for position and range
AndreasArvidsson 9ff9912
Remove arrow expressions as method
AndreasArvidsson 1b8899e
added is active on the text editor
AndreasArvidsson 0ad551d
Error when trying to deselect all selections
AndreasArvidsson b9934a3
added types
AndreasArvidsson 014c618
Make use of `@cursorless` imports
AndreasArvidsson 7381718
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 2ca6f88
Moved vscode utilities
AndreasArvidsson 48f4b22
Merge branch 'types' of github.com:cursorless-dev/cursorless into types
AndreasArvidsson f9f5540
update
AndreasArvidsson 2572664
Fixed stupid bug
AndreasArvidsson 2794bb5
empty
AndreasArvidsson aa275b6
stuff
AndreasArvidsson 501f7c9
stuff
AndreasArvidsson 7bb38a4
Added to empty range on position
AndreasArvidsson 836092d
cleaned up vscode edit
AndreasArvidsson ad779fa
clean up
AndreasArvidsson 10ea6d2
clean up vscode focus editor
AndreasArvidsson e764692
move creation of text editors into ide
AndreasArvidsson 9b6598b
cleanup
AndreasArvidsson 4c2ec1c
moved get node at location into editor
AndreasArvidsson d829853
empty
AndreasArvidsson b9b78c7
remove spread
AndreasArvidsson fb2d25b
Add license reference
pokey 3cb92b6
use full vscode implementation
AndreasArvidsson 3392546
Revert "moved get node at location into editor"
AndreasArvidsson 9e8d26d
remove location type
AndreasArvidsson 22ab6de
Merge branch 'main' into types
AndreasArvidsson 4c2a848
Switch `getNodeAtLocation` to use document
pokey 9cc4496
Use editable editor for performing edits
pokey e3da4a5
Add `ide` reference to editable text editor
pokey 73cf0e5
docs
pokey c138345
Tweak
pokey ae1e1ff
tweak
pokey c12d8b3
Fix bug with id / editor generation
pokey 4aaa19c
Remove unnecessary functions
pokey 49bf331
Tweak name
pokey a1066b2
merged vscode text editor implementations
AndreasArvidsson 4a456eb
Add back comments about range adjustment
pokey cfdb2d1
Tweak docstrings
pokey 9ba5d27
docs
pokey 14d5f0e
add a couple tests
pokey 1009155
Updated line behavior
AndreasArvidsson f0ec35d
Test tweaks
pokey 9d86644
updated behavior
AndreasArvidsson a2299bb
added selection isEqual
AndreasArvidsson 6738670
`isEqual` => `isRangeEqual`
pokey c8a5a72
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] cff3b07
cleanup
AndreasArvidsson 3209bf4
Capture more unit tests in launch config
pokey 07797b5
move `openNewEditor`
pokey 4f37f26
Basic `TextLine` test
pokey 5cdfba5
Selection + more range tests
pokey 62328ad
yarn.lock tweak
pokey dfa7cd2
more line tests
pokey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.