Jeremy Wu
e5cc2ccaab
Merge pull request #145 from jjw24/pluginInitFail
...
plugin init fail continue - create query builder and re-enable tests.
2020-02-26 07:25:20 +11:00
Jeremy Wu
cecb65cd40
Installed & portable mode: Enhance auto updates ( #142 )
...
* Add handling of portable mode when updating
Additionally:
1. Changed getting version from internally rather than from RELEASES file
2. Added PortableDataPath as a constant so can be used to determine if portable mode is used
* Fix incorrectly wired auto update event handler
* Fix Sys plugin missing Shutdown command icon
* Add check update command to Sys plugin
* Add message if current Wox version is latest
* Add default silent when auto checking updates in background
Silent when current is still the latest version
* Move UserData folder to new version location
* Changes per review
1. Move IsPortableMode to Constant
2. Merge if statement
* Per comment- change variables to be more descriptive
UpdateInfo and UpdateManager renamed
* Per comment- Add exception handling and message if failed.
2020-02-25 12:08:51 +02:00
clueless
e1e7387c73
create query builder and re-enable tests.
...
make the plugin manager plugin data the source for disabled plugins
2020-02-22 11:02:07 +02:00
Jeremy Wu
d5f223fc88
Add file path to files search result in Folder Plugin ( #139 )
...
* Add file path to files in Folder Plugin
* Add folder subtitle display path when wildcard '>' is used
2020-02-15 08:23:17 +02:00
clueless
fec7912870
remove
2020-01-26 11:14:38 +02:00
clueless
9488864f47
everything updates -
...
- support ~cancellation in api.
- API refactoring.
- API - locked to enable collisions.
- other small changes
2020-01-26 01:34:11 +02:00
AT
725df15012
update to package reference
2020-01-14 21:10:54 +02:00
Jeremy Wu
ac6ee28c5f
Add sorting
...
order by result title asc, then type being folder first.
2020-01-08 21:50:29 +11:00
Jeremy Wu
c509c02546
Update search wild card
...
when retrieving folders and files based search term, use wildcard to match everything before and after search term
2020-01-08 20:39:34 +11:00
Jeremy Wu
cb78e10a76
Add threading task run for StartProcess
...
Context menu hides immediately after user selection
2019-12-16 21:03:44 +11:00
Jeremy Wu
9d031c1600
Remove obsolete bool return
...
because hiding is now delegated to MainWindow.xaml's OnDeactivated()
2019-12-16 21:01:45 +11:00
Jeremy Wu
2330454838
Fix wording and images for context menu
2019-12-16 06:58:39 +11:00
Jeremy Wu
c279f405cf
Add run as different user option when file is of certain type
2019-12-15 18:08:36 +11:00
AT
2c87c00906
added context menu support (same as everything plugin)
2019-12-13 03:20:16 +02:00
AT
92e4b5cc16
merged from upstream
2019-12-13 02:07:48 +02:00
Jeremy Wu
5139bc326a
Fix bug from merge in Folder plugin
2019-12-13 07:36:12 +11:00
Jeremy Wu
da798e7a5a
add run as different user option to context menu
2019-12-12 20:55:41 +11:00
Jeremy Wu
2e9acc1fa8
Merge pull request #85 from SysC0mp/highlight-how-results-matched
...
Highlight how results matched
2019-12-12 07:24:22 +11:00
SysC0mp
0f9da7f519
Always return filled result again
2019-12-11 19:10:11 +01:00
SysC0mp
971e1cdbec
Fix highlighting for UWP results
2019-12-11 19:08:52 +01:00
SysC0mp
8ded683796
Merge branch 'dev' into highlight-how-results-matched
2019-12-11 16:50:17 +01:00
AT
bec52b81fd
adding conetxt menu start
2019-12-11 02:21:50 +02:00
Jeremy Wu
695be89656
Add ability to run as a different user for win32 programs
2019-12-10 22:01:12 +11:00
AT
3f3deb8e2a
added share folder
2019-12-10 12:38:03 +02:00
Jeremy Wu
e60e574902
update
2019-12-10 20:24:18 +11:00
Jeremy Wu
c22ab4afdf
Revert changes to other plugin. Will refactor as a separate PR
2019-12-10 20:11:12 +11:00
Jeremy Wu
b123d95b71
Add run as admin toggle option to plugin settings
2019-12-10 20:03:43 +11:00
Jeremy Wu
201c26f7c8
Add run as administrator to Shell plugin settings
2019-12-10 08:23:34 +11:00
Jeremy Wu
1fd31d83bf
Merge branch 'dev' into add_shell_plugin_runasadmin
2019-12-10 07:19:11 +11:00
Jeremy Wu
5aa15ef731
Add tips string to folder subtitle
2019-12-09 21:27:33 +11:00
Jeremy Wu
0acb4f5aed
lower the score for folder results
...
A search of other scores shows highest is 500, except for calculated score from String.Matcher
2019-12-09 08:29:20 +11:00
Jeremy Wu
4f38a953ac
Add handling when query action keyword is empty
2019-12-09 08:28:22 +11:00
Jeremy Wu
f05767afe8
Add exceptions for unauth and arg not found when searching
2019-12-09 08:27:50 +11:00
Jeremy Wu
6c4ab3b7f4
add action keyword when changing qury
2019-12-09 07:45:19 +11:00
AT
7e61b1ecad
updated folder plugin
2019-12-07 12:44:58 +02:00
Jeremy Wu
92bde25a49
Add option to run as administrator for Shell plugin
2019-12-06 07:49:20 +11:00
SysC0mp
f4a2f67db3
Fix wrong comparison parameter
...
Wrong string was used for FuzzySearch comparison which resulted wrong highlighted letters in the results.
2019-12-03 19:23:01 +01:00
SysC0mp
601d6f37af
Highlight how results matched
2019-12-03 15:31:23 +01:00
Jeremy Wu
434ba82705
Fix build fail from task reindex run
2019-12-03 15:31:07 +01:00
AT
132d0631d2
program lock bug
2019-11-29 01:38:50 +02:00
Jeremy Wu
9a2a88a703
Fix build fail from task reindex run
2019-11-17 18:06:25 +11:00
Jeremy Wu
85ad6b12ba
Merge pull request #78 from theClueless/programSyncIssue
...
fixed lock issue
2019-11-17 17:30:04 +11:00
theClueless
72180d4248
Merge branch 'dev' into uwpErrorFix
2019-11-16 11:48:09 +02:00
AT
8446c9563d
fixed lock issue
2019-11-16 02:37:01 +02:00
AT
0c762e610f
fixed broken log
2019-11-16 00:57:30 +02:00
Jeremy Wu
8abe31341d
Add browserpath display on load
2019-11-12 07:22:03 +11:00
Jeremy Wu
c1eca93609
update path textbox layout browser bookmarks
2019-11-12 07:16:32 +11:00
Jeremy Wu
cd953bc7b9
Update layout for Url plugin setting + remove apply button
2019-11-12 07:14:58 +11:00
Jeremy Wu
205b505242
Browser bookmarks update display and remove apply button
2019-11-11 22:29:15 +11:00
Jeremy Wu
f77cd9bd52
add browser path to open method in browser bookmark plugin
2019-11-11 22:05:19 +11:00