-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
67c747e
to
9749800
Compare
14c1768
to
7d65961
Compare
37489d0
to
dedd131
Compare
32c9440
to
68f2a2c
Compare
68f2a2c
to
debe21c
Compare
debe21c
to
370a349
Compare
370a349
to
c7d7ab9
Compare
2bbec6d
to
669b5de
Compare
c7d7ab9
to
0192ff3
Compare
5028753
to
68cd980
Compare
4197265
to
dbf460b
Compare
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 <[email protected]>
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 <[email protected]>
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.