-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Automatic snippet generator #310
Merged
Merged
Conversation
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
pokey
force-pushed
the
insert-snippet
branch
from
November 11, 2021 09:55
67c747e
to
9749800
Compare
pokey
force-pushed
the
insert-snippet
branch
5 times, most recently
from
December 17, 2021 15:02
14c1768
to
7d65961
Compare
pokey
force-pushed
the
insert-snippet
branch
2 times, most recently
from
January 5, 2022 18:51
37489d0
to
dedd131
Compare
pokey
force-pushed
the
generate-snippet
branch
from
January 20, 2022 20:32
32c9440
to
68f2a2c
Compare
pokey
force-pushed
the
generate-snippet
branch
from
January 27, 2022 13:32
68f2a2c
to
debe21c
Compare
pokey
force-pushed
the
generate-snippet
branch
from
January 27, 2022 14:36
debe21c
to
370a349
Compare
pokey
force-pushed
the
generate-snippet
branch
from
February 13, 2022 14:34
370a349
to
c7d7ab9
Compare
pokey
force-pushed
the
insert-snippet
branch
from
February 13, 2022 14:35
2bbec6d
to
669b5de
Compare
pokey
force-pushed
the
generate-snippet
branch
from
February 13, 2022 14:38
c7d7ab9
to
0192ff3
Compare
pokey
force-pushed
the
generate-snippet
branch
3 times, most recently
from
April 25, 2022 16:32
5028753
to
68cd980
Compare
pokey
force-pushed
the
insert-snippet
branch
2 times, most recently
from
June 24, 2022 10:17
4197265
to
dbf460b
Compare
pokey
force-pushed
the
generate-snippet
branch
3 times, most recently
from
June 25, 2022 10:49
b2d40e7
to
5830f4c
Compare
subrepo: subdir: "cursorless-talon" merged: "59c9118b" upstream: origin: "file:///Users/pokey/src/cursorless-talon-development" branch: "generate-snippet" commit: "59c9118b" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" Old generate snippets Fixes
pokey
commented
Jul 3, 2022
AndreasArvidsson
approved these changes
Jul 4, 2022
cursorless-bot
pushed a commit
that referenced
this pull request
Jul 4, 2022
* Generate snippets subrepo: subdir: "cursorless-talon" merged: "59c9118b" upstream: origin: "file:///Users/pokey/src/cursorless-talon-development" branch: "generate-snippet" commit: "59c9118b" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" Old generate snippets Fixes * Some cleanup * Some cleanup * Stop modifying document * Fixed tests * Update doc * More cleanup * docs * More cleanup * Docs * Cleanup * Remove executable bet on actions Co-authored-by: Andreas Arvidsson <andreas.arvidsson87@gmail.com>
thetomcraig-aya
pushed a commit
to thetomcraig/cursorless
that referenced
this pull request
Mar 27, 2024
* Generate snippets subrepo: subdir: "cursorless-talon" merged: "59c9118b" upstream: origin: "file:///Users/pokey/src/cursorless-talon-development" branch: "generate-snippet" commit: "59c9118b" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" Old generate snippets Fixes * Some cleanup * Some cleanup * Stop modifying document * Fixed tests * Update doc * More cleanup * docs * More cleanup * Docs * Cleanup * Remove executable bet on actions Co-authored-by: Andreas Arvidsson <andreas.arvidsson87@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Allows user to automatically create a snippet by first selecting the desired snippet holes, then saying
"snip make <target>"
. The<target>
will be transformed to a snippet, with a hole created at each cursor location.