Skip to content
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

Three new functions added to PSReadLine bindable functions #9033

Closed
2 tasks done
daxian-dbw opened this issue Jul 18, 2022 · 2 comments · Fixed by #9035
Closed
2 tasks done

Three new functions added to PSReadLine bindable functions #9033

daxian-dbw opened this issue Jul 18, 2022 · 2 comments · Fixed by #9035
Assignees
Labels
area-psreadline Area - PSReadline module issue-doc-idea Issue - request for new content
Milestone

Comments

@daxian-dbw
Copy link
Contributor

daxian-dbw commented Jul 18, 2022

Prerequisites

  • Existing Issue: Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react, or comment on that issue instead.
  • Descriptive Title: Write the title for this issue as a short synopsis. If possible, provide context. For example, "Document new Get-Foo cmdlet" instead of "New cmdlet."

Summary

The PR PowerShell/PSReadLine#3365 adds 3 new functions to PSReadLine bindable functions.

The newly added bindable functions are in the "Basic editing functions" section:

  • CapitalizeWord, bound to Alt+c and Escape,c in Emacs mode
  • DowncaseWord, bound to Alt+l and Escape,l in Emacs mode
  • UpcaseWord, bound to Alt+u and Escape,u in Emacs mode

The about_PSReadLine_Functions doc needs to be updated to include them.

Details

No response

Articles

No response

Related Source Pull Requests

Related Source Issues

@daxian-dbw daxian-dbw added issue-doc-idea Issue - request for new content needs-triage Waiting - Needs triage labels Jul 18, 2022
@sdwheeler sdwheeler added this to the 7.3.0 milestone Jul 18, 2022
@sdwheeler sdwheeler added area-psreadline Area - PSReadline module and removed needs-triage Waiting - Needs triage labels Jul 18, 2022
@sdwheeler
Copy link
Contributor

@daxian-dbw What version of PSReadLine is this change shipping in?

@daxian-dbw
Copy link
Contributor Author

daxian-dbw commented Jul 18, 2022

The next beta version, likely 2.3.0-beta, but not planned yet. So, the new functions will only be available in 2.3.x versions.

michaeltlombardi added a commit to michaeltlombardi/PowerShell-Docs that referenced this issue Jul 18, 2022
The change in PowerShell/PSReadLine#3365 added three new functions for
modifying the casing of text with PSReadLine. This change:

- Adds an entry for each new function in the "Basic editing functions"
  section of `about_PSReadLine_Functions.md`
- Resolves MicrosoftDocs#9033
- Resolves AB#4387
sdwheeler pushed a commit that referenced this issue Jul 19, 2022
The change in PowerShell/PSReadLine#3365 added three new functions for
modifying the casing of text with PSReadLine. This change:

- Adds an entry for each new function in the "Basic editing functions"
  section of `about_PSReadLine_Functions.md`
- Resolves #9033
- Resolves AB#4387
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-psreadline Area - PSReadline module issue-doc-idea Issue - request for new content
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants