-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
File Actions Menu dev docs #31668
base: main
Are you sure you want to change the base?
File Actions Menu dev docs #31668
Conversation
| `FileActionsMenuPowerRenameAction` | When PowerRename is launched via File Actions Menu | | | ||
| `FileActionsMenuImageResizerAction` | When Image Resizer is launched via File Actions Menu | | | ||
| `FileActionsMenuFileLocksmithAction` | When File Locksmith is launched via File Actions Menu | | | ||
| `FileActionsMenuCopyContentAsCEscapedStringActionInvokedEvent` | When the "Copy file content → As C escaped string" action is invoked | | |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error documentation
|
||
## Sending telemetry events | ||
|
||
Telemetry events that implement `FileActionsMenuProgressConflictEvent` are sent with the `TelemetryHelper.LogEvent` method. The `selectedItems` parameter is an array of the selected items. For more information, see the [Helpers docs](Helpers.md#void-logeventtt-e-string-selecteditems-where-t--eventbase-ifileactionsmenuiteminvokedevent). |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error documentation
|
||
## Sending telemetry events | ||
|
||
Telemetry events that implement `FileActionsMenuProgressConflictEvent` are sent with the `TelemetryHelper.LogEvent` method. The `selectedItems` parameter is an array of the selected items. For more information, see the [Helpers docs](Helpers.md#void-logeventtt-e-string-selecteditems-where-t--eventbase-ifileactionsmenuiteminvokedevent). |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error documentation
|
||
## Sending telemetry events | ||
|
||
Telemetry events that implement `FileActionsMenuProgressConflictEvent` are sent with the `TelemetryHelper.LogEvent` method. The `selectedItems` parameter is an array of the selected items. For more information, see the [Helpers docs](Helpers.md#void-logeventtt-e-string-selecteditems-where-t--eventbase-ifileactionsmenuiteminvokedevent). |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error documentation
|
||
## Sending telemetry events | ||
|
||
Telemetry events that implement `FileActionsMenuProgressConflictEvent` are sent with the `TelemetryHelper.LogEvent` method. The `selectedItems` parameter is an array of the selected items. For more information, see the [Helpers docs](Helpers.md#void-logeventtt-e-string-selecteditems-where-t--eventbase-ifileactionsmenuiteminvokedevent). |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error documentation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check-spelling found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details. Unrecognized words (18)
Previously acknowledged words that are now absentCOMMANDTITLE FILELOCKSMITHLIB OOBEPT 🫥To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands... in a clone of the [email protected]:microsoft/PowerToys.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.22/apply.pl' |
perl - 'https://github.com/microsoft/PowerToys/actions/runs/8726639449/attempts/1' Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionaryThis includes both expected items (1873) from .github/actions/spell-check/expect.txt and unrecognized words (18)
Consider adding them (in with:
extra_dictionaries:
cspell:r/src/r.txt
cspell:cpp/src/people.txt
cspell:cpp/src/ecosystem.txt To stop checking additional dictionaries, add (in check_extra_dictionaries: '' If the flagged items are 🤯 false positivesIf items relate to a ...
|
Hey @Aaron-Junker l, how's this going? |
Waiting for the main PR to be merged, so I can add links to the files. Otherwise it should be finished |
Summary of the Pull Request
PR Checklist
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed