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

Merge PowerLauncher branch #2345

Merged
merged 2,308 commits into from
Apr 28, 2020

Conversation

traies
Copy link
Member

@traies traies commented Apr 23, 2020

Summary of the Pull Request

Merge PowerLauncher branch. Alt+Space starts PowerLauncher.

References

#2332

PR Checklist

Known issues

  • Clean Solution and Rebuild, otherwise the compiler complains about Wox.exe.
  • Enabling PowerLauncher on the Settings page is not instantanous, it takes 5-10 seconds to actually start up.
  • Some of the PowerLauncher settings are not implemented yet, they appear disabled in the settings page.

Integrate Wox projects into PowerToys
Added wox to the runner of PowerToys
ghost
ghost previously approved these changes Apr 27, 2020
Copy link
Contributor

@alekhyareddy28 alekhyareddy28 left a comment

Choose a reason for hiding this comment

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

image
PL_into_settings_1

Please let me know if I'm missing something.

@traies
Copy link
Member Author

traies commented Apr 27, 2020

image
PL_into_settings_1

Please let me know if I'm missing something.

  1. That shouldn't happen, I'll fix that.
  2. In the GIF the Open PowerLauncher shortcut is unset, I think that might be why Alt+Space does nothing.
  3. No, just once. Then rebuilding twice should work (Settings needs to be build twice, thats a known issue).
  4. Maximum number of results overwrites the Microsoft Indexer Plugin settings.

@ghost ghost dismissed their stale review April 27, 2020 20:17

ill leave it to Alekhya to verify

@alekhyareddy28
Copy link
Contributor

  1. That shouldn't happen, I'll fix that.
  2. In the GIF the Open PowerLauncher shortcut is unset, I think that might be why Alt+Space does nothing.
  3. No, just once. Then rebuilding twice should work (Settings needs to be build twice, thats a known issue).
  4. Maximum number of results overwrites the Microsoft Indexer Plugin settings.

Regarding 2, thank you for the clarification. We might want to set it to Alt+Space by default so that the user does not have to set it before starting out.

I'll take a look at the settings files where this information is being stored and get back to you. Want to get a better understanding there as we now have two settings files and I want to ensure that one does not conflict with the other.

@alekhyareddy28
Copy link
Contributor

alekhyareddy28 commented Apr 27, 2020

Regarding the PR -

  1. I do see PowerLauncher integrating well with settings. It sets the hotkey in Appdata\Local\Microsoft\PowerToys\Launcher\settings.json and saves it in a file which overrides the settings.json in PowerLauncher Appdata.
  2. Win R override works as expected.
  3. Looked at the code made in commit fa31fbb3433c67e7b0fd7c4eae5b2839472d89f6 and it LGTM.

Suggestions which @jyuwono can clarify further-

  1. We might want Alt+Space to be set by default so that the user doesn't have to set it.
  2. Right now the maximum number of results is setting the number of results from the indexer plugin. I'm not sure this is what we want. The maxResultsToShow equivalent of Wox, sets the number of rows that we can see in the dropdown.

Do we want to set the total number of results that the list has (from all plugins I'm assuming) or the maximum number of rows that we can see in the dropdown jessica?

image

@jyuwono
Copy link
Contributor

jyuwono commented Apr 27, 2020

Suggestions which @jyuwono can clarify further-

  1. We might want Alt+Space to be set by default so that the user doesn't have to set it.
  2. Right now the maximum number of results is setting the number of results from the indexer plugin. I'm not sure this is what we want. The maxResultsToShow equivalent of Wox, sets the number of rows that we can see in the dropdown.

Do we want to set the total number of results that the list has (from all plugins I'm assuming) or the maximum number of rows that we can see in the dropdown jessica?

@alekhyareddy28

  1. Yes, let's set it by default.
  2. It is the maximum number of rows that are visible in the dropdown, not number of results that the list has

Copy link
Contributor

@alekhyareddy28 alekhyareddy28 left a comment

Choose a reason for hiding this comment

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

LGTM!

@traies traies merged commit d9c4abe into dev/build-features Apr 28, 2020
traies added a commit that referenced this pull request Apr 29, 2020
@traies traies deleted the dev/traies/build_features_launcher_integration branch April 29, 2020 23:16
@traies traies mentioned this pull request Apr 30, 2020
2 tasks
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.

Merge Launcher into build-feature
10 participants