-
-
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
96be54c
commit 71303d6
Showing
5 changed files
with
88 additions
and
4 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
29 changes: 29 additions & 0 deletions
29
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
languageId: plaintext | ||
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: 0} | ||
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: 0} | ||
active: {line: 0, character: 3} | ||
fallback: | ||
action: insert | ||
modifiers: [] | ||
text: foo |
29 changes: 29 additions & 0 deletions
29
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
languageId: plaintext | ||
command: | ||
version: 7 | ||
spokenForm: move fine | ||
action: | ||
name: moveToTarget | ||
source: | ||
type: primitive | ||
mark: {type: decoratedSymbol, symbolColor: default, character: f} | ||
destination: {type: implicit} | ||
usePrePhraseSnapshot: true | ||
initialState: | ||
documentContents: foo | ||
selections: | ||
- anchor: {line: 0, character: 0} | ||
active: {line: 0, character: 0} | ||
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} | ||
fallback: | ||
action: insert | ||
modifiers: [] | ||
text: foo |
25 changes: 25 additions & 0 deletions
25
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
languageId: plaintext | ||
command: | ||
version: 7 | ||
spokenForm: take this | ||
action: | ||
name: setSelection | ||
target: | ||
type: primitive | ||
mark: {type: cursor} | ||
usePrePhraseSnapshot: true | ||
initialState: | ||
documentContents: foo | ||
selections: | ||
- anchor: {line: 0, character: 0} | ||
active: {line: 0, character: 0} | ||
marks: {} | ||
finalState: | ||
documentContents: foo | ||
selections: | ||
- anchor: {line: 0, character: 0} | ||
active: {line: 0, character: 0} | ||
fallback: | ||
action: setSelection | ||
modifiers: | ||
- {type: containingTokenIfEmpty} |
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