-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
How can I get access to the code and therefore contribute? #144
Comments
Per the readme.md, we're actively working to get the code ready to release so that it's easy to add new utilities to PowerToys that integrate into the setup, leverage a single process for critical global system events and integrate into the unified settings UX. Our goal is to have this code released in the North American Summer. |
ryanbodrug-microsoft
pushed a commit
to ryanbodrug-microsoft/PowerToys
that referenced
this issue
Apr 14, 2020
Plugininitfail
stefansjfw
pushed a commit
that referenced
this issue
Dec 18, 2024
Originally in #142 and #144, but github didn't automatically change the base branch 😨 ----- As discussed in #77. Biggest change is that `IDynamicListPage` doesn't have `GetItems(String query)` anymore. Instead, the host will call the `SearchText` setter, and the list can raise `ItemsChanged` to let the host know to call `GetItems` again See src/modules/cmdpal/Exts/EverythingExtension/Pages/EverythingExtensionPage.cs for an example of how to update dynamic extensions. Closes #131 Closes #77 ---- * I put the sample pages into a single top-level command, so deploying that extension didn't add 5 top-level commands to your palette * I tightened up some of the phrasing for the samples, and the builtins, to be less repetitive * I added a few icons * I made the markdown sample longer (and work more reliably) * and also thank you Hawker for auto-format on save, you the man
stefansjfw
pushed a commit
that referenced
this issue
Dec 18, 2024
As discussed in #121. Adds a new `IListItem.TextToSuggest` property. If an extension populates that, and the user hits right-arrow when the item is selected, we'll set the `SearchText` to that text. I didn't give it a UI treatment, because 1. I'm not good at XAML 2. As noted in zadjii-msft#121 (comment), there's complicated edge cases here. You have to track what's actually been typed, and then also have a ghost suggestion for the very first item (before the user types/up/downs at all). I didn't think it was valuable to implement that right now before we have A Real App. * targets #144 * which targets #142 * which targets #141 and those guys are all merged as of #150
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not really an issue, more of a question
The text was updated successfully, but these errors were encountered: