feat(picker): allow appending original window <cWORD>, <cfile> and cursor line to prompt#3134
Merged
Conni2461 merged 5 commits intoMay 27, 2024
Conversation
jamestrew
reviewed
May 25, 2024
Contributor
jamestrew
left a comment
There was a problem hiding this comment.
Can you try rebasing and force-pushing? I want to see if that can help with the docgen ci failing.
f09aa2e to
474ee47
Compare
<cWORD> and cursor line to prompt<cWORD>, <cfile> and cursor line to prompt
Contributor
Author
Done. docgen ci passed |
Conni2461
reviewed
May 26, 2024
…line) to prompt Change-Id: I783eb105975e3720a268533269400dc8d0778d41
Change-Id: I8dffb8bf7cfd5eae41522840a12d0d91af8dc9ed
Change-Id: I0a69a24a89bfebeda6bb68cb8d3bc7aa174dbf77
Change-Id: Ia58ffac8bd1973ed08b99436a6adeb196dbba438
55ba382 to
4d6210a
Compare
Member
|
it seems like docgen is still not generating docs for none maintainers. Ill do it manually. thanks for the PR :) |
1 task
4 tasks
This file contains hidden or 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
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.
Description
Store the
<cWORD>,<cfile>andcursor lineof the original window before showing up telescope window, and create new action to insert/append the them into the telescope prompt buffer.Allows for similar behaviors to c_CTRL-R_CTRL-W.
follows: #2878
Type of change
Checklist: