clueless
cb9e045c7f
catch plugin init fails - stop Wox from not starting up and crushing and disable and explain the user what is the probalmatic plugin
2020-02-21 23:12:58 +02:00
Jeremy Wu
56c2964e96
Fix issue incorrect dll reference ( #141 )
2020-02-15 08:24:29 +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
clueless
beefc6a86e
fix
2020-01-25 00:12:32 +02:00
Jeremy Wu
07310c7714
Fix pinyin fuzzysearch ( #131 )
...
* fix typo
* make function obsolete
it is not used in the code
* rewrite the function that converts chinese chars to pinyin
1. Only difference in this rewrite is instead of returning 2D array, return as a combined single string of all the possible pinyin combination. Since fuzzy search does character matching, this shouldn't be a problem.
2. Added a function that returns a custom language converter. In this case Pinyin converter. New converters can be added.
* Use new language converter param + strip out ScoreForPinyin method
* update
* Change parameter name
* fix failing tests
* WIP
* Remove todo
There should be some distinction between score after precision filter and actual raw score derived from FuzzySearch. Although so far RawScore is used in testing, but it seems to describe the structure. Originally it was to avoid assigning score directly as it would be hard to reason about that output of FuzzySearch score is.
* Add constructors, remove default to enforce required properties
* remove setting rawscore in SearchPrecision
* Change method name to reflect intention
* Change parameter name + update comment
* update
* Remove params comment
Co-authored-by: theClueless <14300910+theClueless@users.noreply.github.com>
2020-01-20 01:06:16 +02:00
Jeremy Wu
ee93f7e018
Merge pull request #130 from jjw24/clueless/packrefMine
...
Update sln to use package references
2020-01-18 20:59:50 +11:00
Jeremy Wu
f39144cc51
Merge pull request #119 from theClueless/deploymentUpdates
...
Auto update improvements: Updater
2020-01-15 09:08:45 +11:00
AT
725df15012
update to package reference
2020-01-14 21:10:54 +02:00
Jeremy Wu
6cad4bc986
Merge pull request #112 from theClueless/fuzzyMatchUpdates
...
Fuzzy match logic update
2020-01-14 08:26:45 +11:00
Jeremy Wu
76727d09bf
Update StringMatcher's UserSettingSearchPrecision property type
...
makes more sense and less conversion to int for actual precision score
2020-01-07 22:30:36 +11:00
AT
49b85d150c
initial work, added github to setting,
...
change update manage from static
created log folder prop for log class
2020-01-07 02:34:46 +02:00
theClueless
34342599b9
Update MainWindow.xaml
...
removed delay in binding
2019-12-30 01:28:10 +02:00
AT
42edb20b07
fixes to string matcher alg and some logging stuff
2019-12-30 01:13:33 +02:00
AT
4c2a09369d
added catch
2019-12-14 00:41:29 +02:00
AT
e6e1aab098
updates
2019-12-14 00:17:05 +02:00
AT
3dfccea522
Revert "results and query update fixes"
...
This reverts commit ced0faf916
.
2019-12-14 00:07:27 +02:00
AT
ced0faf916
results and query update fixes
2019-12-14 00:06:13 +02:00
AT
be77bf94aa
Merge branch 'upstreamdev' into queryPluginsUpdates
2019-12-13 18:17:11 +02:00
AT
dde03eca7c
started update with cancellation token
2019-12-13 01:48:05 +02:00
SysC0mp
8ded683796
Merge branch 'dev' into highlight-how-results-matched
2019-12-11 16:50:17 +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
Jeremy Wu
4d902c01a6
Merge pull request #89 from theClueless/addAltHomeforFirstResult
...
Addalthomeforfirstresult
2019-12-08 21:12:16 +11:00
AT
431f22283d
added goto first result command (alt home)
2019-12-07 16:57:21 +02:00
AT
a2d685815f
updated
2019-12-06 22:36:00 +02:00
AT
02511b7785
some more
2019-12-04 00:15:46 +02:00
AT
b3fdc4bb96
updated user selected record
2019-12-03 23:37:55 +02:00
AT
c90dd0e818
updated top most record
2019-12-03 23:02:24 +02:00
SysC0mp
8997c27819
Add highlight converter component
2019-12-03 15:31:23 +01:00
SysC0mp
3d55ad783e
Only pass needed setting to Alphabet
...
As Alphabet class is static, its methods could be used without
ever calling Alphabet.initialize(_settings) beforehand which would end
in an exception. Therefor only _shouldUsePinyin settings needed will
be transferred with a given default value.
2019-12-03 15:31:08 +01:00
AT
406cc71f96
remove unused new list
2019-11-29 02:05:48 +02:00
AT
dcb9e34d59
alphabet settings
2019-11-16 00:34:27 +02:00
AT
ed59d6acf5
when both icopath and icon delegdate are empty\null it will raise an exception.
...
currently delegate is verified and an error icon will be presented (same as before) but without raising an excpetion.
2019-11-09 11:55:53 +02:00
Jeremy Wu
99b5e3565d
Add return to main query window from context menu after selection
2019-10-23 20:20:33 +11:00
İsmail Carlık
6b8a55f55b
Added Turkish translation and some other i18n work.
2019-10-07 18:08:06 +03:00
Jeremy Wu
615bc17cec
Expose reload data call in PublicAPIInstance wider usage
2019-10-06 11:48:40 +10:00
Jeremy Wu
8717cd077c
Add ui for user preference selection
2019-09-29 20:04:30 +10:00
Jeremy Wu
6625a2afd3
Update mainview model with new code
2019-09-29 15:17:40 +10:00
Jeremy Wu
3f90611edf
Initial prep of settings and start up default
2019-09-29 14:27:46 +10:00
Jeremy Wu
01af7e36cd
Merge pull request #30 from jjw24/fix_folderplugin_equalitybug
...
Fix Result object comparison bug causing Folders plugin to open wrong location
2019-09-22 17:39:17 +10:00
Jeremy Wu
d30ca2345e
Merge pull request #23 from jjw24/add_save_settingsmenue_close
...
Save all plugins' settings on closing Settings menu
2019-09-22 17:33:18 +10:00
Jeremy Wu
31c0fc5742
Merge pull request #22 from jjw24/add_save_allsettings
...
Add to Sys plugin- save all Wox settings
2019-09-12 08:27:52 +10:00
Jeremy Wu
909fbaab95
Fix Result object comparison bug
2019-08-31 16:58:15 +10:00
Jeremy Wu
83b4a3da30
Save all plugins' settings on settings menu close
2019-08-23 07:38:39 +10:00
Jeremy Wu
c0c55a7af8
Add to Sys plugin- save all Wox settings
2019-08-22 21:37:36 +10:00
Jeremy Wu
e625dc63b4
Fix typo 'success'
2019-08-21 20:18:20 +10:00
Jeremy Wu
dedac39d99
Increase error message fade from 1 to 5 secs
2019-08-21 08:37:50 +10:00
Jeremy Wu
563209d080
Merge pull request #7 from jjw24/fix_postbuild_script
...
Fix post_build.ps1 script failing due to PS ExecutionPolicy
2019-08-07 20:04:55 +10:00
Jeremy Wu
104156d084
update
2019-08-04 22:08:38 +10:00
Jeremy Wu
48180b7ee8
update
2019-08-04 22:06:32 +10:00