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

(GH-9033) Add casing functions for PSReadLine 2.3.0 #9035

Conversation

michaeltlombardi
Copy link
Contributor

@michaeltlombardi michaeltlombardi commented Jul 18, 2022

PR Summary

The change in PowerShell/PSReadLine#3365 added three new functions for modifying the casing of text with PSReadLine. This change:

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributors guide.
  • Style: This PR adheres to the style guide.

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
@opbld31
Copy link

opbld31 commented Jul 18, 2022

Docs Build status updates of commit 88771d6:

✅ Validation status: passed

File Status Preview URL Details
reference/7.3/PSReadLine/About/about_PSReadLine_Functions.md ✅Succeeded View (powershell-7.3)

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@sdwheeler sdwheeler merged commit b6b9fda into MicrosoftDocs:main Jul 19, 2022
@michaeltlombardi michaeltlombardi deleted the gh-9033/main/psreadline-word-casing-funcs branch July 19, 2022 15:12
characters to lower case.

- Cmd: `<Alt+c>`
- Emacs: `<Escape,c>`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both key bindings are in Emacs mode only.

Convert the next word to lower case.

- Cmd: `<Alt+l>`
- Emacs: `<Escape,l>`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, both key bindings are in Emacs mode only.

Convert the next word to upper case.

- Cmd: `<Alt+u>`
- Emacs: `<Escape,u>`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

michaeltlombardi pushed a commit that referenced this pull request Jul 19, 2022
* Add Alt keybinings for new case commands

* fix typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Three new functions added to PSReadLine bindable functions
4 participants