-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b7371e
commit 300511c
Showing
17 changed files
with
118 additions
and
6 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
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
1 change: 1 addition & 0 deletions
1
packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/fallback/bringFine.yml
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
languageId: plaintext | ||
focusedElementType: other | ||
command: | ||
version: 7 | ||
spokenForm: bring fine | ||
|
30 changes: 30 additions & 0 deletions
30
packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/fallback/bringFine2.yml
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 @@ | ||
languageId: plaintext | ||
focusedElementType: terminal | ||
command: | ||
version: 7 | ||
spokenForm: bring fine | ||
action: | ||
name: replaceWithTarget | ||
source: | ||
type: primitive | ||
mark: {type: decoratedSymbol, symbolColor: default, character: f} | ||
destination: {type: implicit} | ||
usePrePhraseSnapshot: true | ||
initialState: | ||
documentContents: foo | ||
selections: | ||
- anchor: {line: 0, character: 3} | ||
active: {line: 0, character: 3} | ||
marks: | ||
default.f: | ||
start: {line: 0, character: 0} | ||
end: {line: 0, character: 3} | ||
finalState: | ||
documentContents: foo | ||
selections: | ||
- anchor: {line: 0, character: 3} | ||
active: {line: 0, character: 3} | ||
fallback: | ||
action: insert | ||
modifiers: [] | ||
text: foo |
25 changes: 25 additions & 0 deletions
25
packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/fallback/chuckFine.yml
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,25 @@ | ||
languageId: plaintext | ||
focusedElementType: terminal | ||
command: | ||
version: 7 | ||
spokenForm: chuck fine | ||
action: | ||
name: remove | ||
target: | ||
type: primitive | ||
mark: {type: decoratedSymbol, symbolColor: default, character: f} | ||
usePrePhraseSnapshot: true | ||
initialState: | ||
documentContents: foo | ||
selections: | ||
- anchor: {line: 0, character: 3} | ||
active: {line: 0, character: 3} | ||
marks: | ||
default.f: | ||
start: {line: 0, character: 0} | ||
end: {line: 0, character: 3} | ||
finalState: | ||
documentContents: "" | ||
selections: | ||
- anchor: {line: 0, character: 0} | ||
active: {line: 0, character: 0} |
25 changes: 25 additions & 0 deletions
25
packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/fallback/chuckFine2.yml
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,25 @@ | ||
languageId: plaintext | ||
focusedElementType: other | ||
command: | ||
version: 7 | ||
spokenForm: chuck fine | ||
action: | ||
name: remove | ||
target: | ||
type: primitive | ||
mark: {type: decoratedSymbol, symbolColor: default, character: f} | ||
usePrePhraseSnapshot: true | ||
initialState: | ||
documentContents: foo | ||
selections: | ||
- anchor: {line: 0, character: 3} | ||
active: {line: 0, character: 3} | ||
marks: | ||
default.f: | ||
start: {line: 0, character: 0} | ||
end: {line: 0, character: 3} | ||
finalState: | ||
documentContents: "" | ||
selections: | ||
- anchor: {line: 0, character: 0} | ||
active: {line: 0, character: 0} |
1 change: 1 addition & 0 deletions
1
packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/fallback/moveFine.yml
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
languageId: plaintext | ||
focusedElementType: other | ||
command: | ||
version: 7 | ||
spokenForm: move fine | ||
|
1 change: 1 addition & 0 deletions
1
packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/fallback/takeThis.yml
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
languageId: plaintext | ||
focusedElementType: other | ||
command: | ||
version: 7 | ||
spokenForm: take this | ||
|
1 change: 1 addition & 0 deletions
1
packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/fallback/takeToken.yml
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
languageId: plaintext | ||
focusedElementType: other | ||
command: | ||
version: 7 | ||
spokenForm: take token | ||
|
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