Commit Graph

12 Commits

Author SHA1 Message Date
Lin Yu-Chieh (Victor)
3841365af3 Enhanced ARM64 support and code cleanup
- Updated `Community.PowerToys.Run.Plugin.Everything.csproj` for better `x64` and `ARM64` support, including platform-specific constants and simplified resource management.

- Improved `ARM64` build process in `PostBuild` event, including automatic replacement of `Everything64.dll` with `EverythingARM64.dll`.

- Streamlined result processing in `Everything.cs` for efficiency and readability, using direct paths and filenames from the Everything SDK.

- Reverted to `[DllImport]` in `NativeMethods.cs` for P/Invoke, updating method signatures accordingly.

- Cleaned up `Main.cs` by removing unused `using` directives, handling a new `Prefix` setting, and removing obsolete ARM DLL logic.

- Extended plugin configuration options in `Settings.cs` with a new property for the query prefix and differentiated update logic in `Update.cs` for `x64` and `ARM64` executables.

- Closes #115 #112
2024-07-03 22:08:20 +08:00
Yu Chieh Victor Lin
534b91c064 LibraryImport
code cleanup
2024-04-18 17:04:25 +08:00
Lin Yu-Chieh (Victor)
455d28fd04 Added option to expand Enviroment Variables
Resolves #70
Code refactoring
2024-01-11 00:33:19 +08:00
Lin Yu-Chieh (Victor)
e1324baa16 Implemented update check, Code cleanup 2022-12-11 02:20:09 +08:00
Lin Yu-Chieh (Victor)
d00bfe3266 cleanup for new release 2022-12-08 00:05:26 +08:00
Lin Yu-Chieh (Victor)
a8b99beea6 microsoft/PowerToys#22053
prebuild event to automate version number
2022-11-13 23:21:17 +08:00
Lin Yu Chieh (Victor)
3e3a46de5b Fixes #27
Still display `Open containing folder` even if file have no extension
2022-11-05 00:54:48 +08:00
Lin Yu-Chieh (Victor)
ca4257542f change over to sdk methods 2022-08-19 00:01:06 +08:00
Lin Yu-Chieh (Victor)
4c727ee656
Fixes #19
Also fixed preview option not working
2022-07-04 14:24:13 +08:00
Lin Yu-Chieh (Victor)
69b10312bf
Using AssocQueryString and Translations
Resolves #13 Resolves #16
Icon changes
2022-06-01 17:41:33 +08:00
Lin Yu-Chieh (Victor)
c0232b0402
WIP regitry code cleanup 2022-05-27 18:28:41 +08:00
Lin Yu-Chieh (Victor)
5e9b035c76 Added filter macros, adjustments for StyleCop..etc
Resolves #14
2022-05-18 15:19:39 +08:00