Jeremy Wu
5040f09f0c
Update method summary only
2020-01-06 21:38:07 +11:00
Jeremy Wu
19911d9f1f
Update comment only
2020-01-06 21:19:15 +11:00
Jeremy Wu
04b0f8b2a4
Remove fuzzy match github repo reference + add logic context in summary
...
1. Remove the github repo reference as we have mixed in substring matching
2. Added context on how the logic is run
2020-01-06 21:06:41 +11:00
Jeremy Wu
e453dceacd
Move condition checking into functions
...
- Moved if statement that checks if all query substrings are matched into a funciton
- convert into shorthand expression the if statement that checks if all words are fully matched
2020-01-06 20:51:27 +11:00
Jeremy Wu
42a938b50b
Simplify IfElse
2020-01-06 19:15:05 +11:00
Jeremy Wu
220dbd7e30
Move some logic into functions
...
- Move checking if there is a prev compare string char match into function
- Move updating of index list when a better match is found for the first substring logic into function
2020-01-03 08:02:02 +11:00
Jeremy Wu
84d6fc2787
Update variable names
...
Make variables more descriptive of the state they represent
2020-01-03 07:58:20 +11:00
Jeremy Wu
f6d0738c79
debug logging
2020-01-02 08:04:16 +11:00
Jeremy Wu
52615c6f52
WIP variables
2020-01-02 08:02:23 +11:00
AT
42edb20b07
fixes to string matcher alg and some logging stuff
2019-12-30 01:13:33 +02:00
Jeremy Wu
c63e8d32c9
Merge branch 'master' into dev
2019-12-24 20:17:52 +11:00
Jeremy Wu
91e4603917
Add usage tips
2019-12-24 20:16:27 +11:00
Jeremy Wu
276278db41
Merge branch 'dev'
2019-12-24 20:05:38 +11:00
Jeremy Wu
b08c1eeaa9
Merge pull request #107 from jjw24/add_programplugin_hidewhenrunasadmin
...
For Program plugin hide context menu immediately after selected run as administrator
2019-12-16 21:18:46 +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
bf33c82b19
Merge pull request #106 from jjw24/fix_folderplugin_contextmenu_wordingimages
...
Fix wording and images for Folder plugin context menu
2019-12-16 07:03:45 +11:00
Jeremy Wu
2330454838
Fix wording and images for context menu
2019-12-16 06:58:39 +11:00
Jeremy Wu
0d0aa49eb9
Merge pull request #105 from jjw24/add_folderplugin_runasuser
...
Add run as different user option when file is of certain type
2019-12-15 18:11:14 +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
Jeremy Wu
725eee726d
Merge pull request #103 from theClueless/folderPluginUpdates
...
Folderpluginupdates
2019-12-15 17:14:25 +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
AT
4e3228628a
Merge branch 'dev' of https://github.com/jjw24/Wox into upstreamdev
2019-12-13 01:48:37 +02:00
Jeremy Wu
e66b64650d
Merge pull request #100 from jjw24/fix_merge_bug_folderplugin
...
Fix merge bug in Folder plugin
2019-12-13 07:41:09 +11:00
Jeremy Wu
5139bc326a
Fix bug from merge in Folder plugin
2019-12-13 07:36:12 +11:00
Jeremy Wu
7a61db9a70
Merge pull request #98 from jjw24/add_shellplugin_runas_different_user
...
Add Run as different user to Shell plugin
2019-12-12 21:02:07 +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
f3a1e09042
Merge tag 'v1.3.524+JJW24.v1.26.13'
2019-12-10 22:17:31 +11:00
Jeremy Wu
b157ec1b28
Merge pull request #95 from jjw24/add_win32_runasuser_contextmenu
...
Add ability to run as a different user for win32 programs
2019-12-10 22:09:47 +11: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
AT
06b9d68eb7
merge from upstream
2019-12-10 12:21:06 +02:00
AT
bcc9379ebc
typo in log
2019-12-10 12:18:24 +02:00
Jeremy Wu
9855e2edee
Merge pull request #87 from jjw24/add_shell_plugin_runasadmin
...
Add option to run as administrator for Shell plugin
2019-12-10 20:27:51 +11: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
SysC0mp
7d5c827dec
Remove whitespace
2019-12-09 21:08:38 +01:00
SysC0mp
ce89ff3c85
FIx test methods
...
Use RawScore or Score depending on the test case. Also removed
unnecessary test settings introduced earlier.
2019-12-09 21:08:17 +01:00
SysC0mp
e60797cd0f
Introduce RawScore property
...
New property RawScore is used to save the calculated score without any
search precision filtering added.
2019-12-09 21:06:31 +01:00
SysC0mp
49c5c5bbde
Pass "ShouldUsePinyin" to StringMatcher
...
Flag is used in method "ShouldUsePinyin()" to avoid calling Alphabet
service. Otherwise, tests applying to StringMatcher.FuzzySearch() would
fail because the pinyin helper library fails to initialize.
2019-12-09 20:57:59 +01:00
SysC0mp
78f243651e
Pass Settings instance to Alphabet again
2019-12-09 20:47:24 +01:00