-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'cursorless-dev:main' into cursorless-jetbrains
- Loading branch information
Showing
16 changed files
with
189 additions
and
39 deletions.
There are no files selected for viewing
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 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 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 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
33 changes: 33 additions & 0 deletions
33
data/fixtures/scopes/javascript.core/collectionItem.unenclosed.scope
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
let foo, bar; | ||
--- | ||
|
||
[#1 Content] = | ||
[#1 Domain] = 0:4-0:7 | ||
>---< | ||
0| let foo, bar; | ||
|
||
[#1 Removal] = 0:4-0:9 | ||
>-----< | ||
0| let foo, bar; | ||
|
||
[#1 Trailing delimiter] = 0:7-0:9 | ||
>--< | ||
0| let foo, bar; | ||
|
||
[#1 Insertion delimiter] = ", " | ||
|
||
|
||
[#2 Content] = | ||
[#2 Domain] = 0:9-0:12 | ||
>---< | ||
0| let foo, bar; | ||
|
||
[#2 Removal] = 0:7-0:12 | ||
>-----< | ||
0| let foo, bar; | ||
|
||
[#2 Leading delimiter] = 0:7-0:9 | ||
>--< | ||
0| let foo, bar; | ||
|
||
[#2 Insertion delimiter] = ", " |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
"aaa" | ||
r#"bbb"# | ||
r##"ccc"## | ||
--- | ||
|
||
[#1 Content] = | ||
[#1 Removal] = | ||
[#1 Domain] = 0:0-0:5 | ||
>-----< | ||
0| "aaa" | ||
|
||
[#1 Insertion delimiter] = " " | ||
|
||
|
||
[#2 Content] = | ||
[#2 Removal] = | ||
[#2 Domain] = 1:0-1:8 | ||
>--------< | ||
1| r#"bbb"# | ||
|
||
[#2 Insertion delimiter] = " " | ||
|
||
|
||
[#3 Content] = | ||
[#3 Removal] = | ||
[#3 Domain] = 2:0-2:10 | ||
>----------< | ||
2| r##"ccc"## | ||
|
||
[#3 Insertion delimiter] = " " |
30 changes: 30 additions & 0 deletions
30
data/fixtures/scopes/rust/textFragment.string.singleLine.scope
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
"aaa" | ||
r#"bbb"# | ||
r##"ccc"## | ||
--- | ||
|
||
[#1 Content] = | ||
[#1 Removal] = | ||
[#1 Domain] = 0:1-0:4 | ||
>---< | ||
0| "aaa" | ||
|
||
[#1 Insertion delimiter] = " " | ||
|
||
|
||
[#2 Content] = | ||
[#2 Removal] = | ||
[#2 Domain] = 1:3-1:6 | ||
>---< | ||
1| r#"bbb"# | ||
|
||
[#2 Insertion delimiter] = " " | ||
|
||
|
||
[#3 Content] = | ||
[#3 Removal] = | ||
[#3 Domain] = 2:4-2:7 | ||
>---< | ||
2| r##"ccc"## | ||
|
||
[#3 Insertion delimiter] = " " |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
""" | ||
This file exists in our monorepo so that if someone accidentally clones this monorepo | ||
into their talon folder instead of cursorless-talon, they'll get a helpful error popup | ||
""" | ||
|
||
from talon import app | ||
|
||
|
||
def on_ready(): | ||
app.notify( | ||
"Whoops! You cloned our monorepo instead of cursorless-talon", | ||
"Please remove cursorless and clone cursorless-talon instead:", | ||
"https://github.com/cursorless-dev/cursorless-talon", | ||
) | ||
|
||
|
||
app.register("ready", on_ready) |
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 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 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 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 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.