yuyoyuppe
8f0b962507
docs: add paragraph about clang-format ( #896 )
2019-12-09 16:37:43 +03:00
Jeremy Wu
8dc8431c0e
Merge pull request #94 from jjw24/add_folderplugin_displaytip
...
Add Folder search tips results' subtitle
2019-12-09 21:36:11 +11:00
Jeremy Wu
5aa15ef731
Add tips string to folder subtitle
2019-12-09 21:27:33 +11:00
Enrico Giordani
1519843f6f
Update WiX to 3.11.2 ( #883 )
2019-12-09 09:03:07 +01:00
AT
37a4eefc46
updated to use share folder
2019-12-09 00:26:21 +02:00
Jeremy Wu
1efcb2f80b
Merge pull request #91 from jjw24/fix_folderplugin_exceptions
...
Fix exceptions in Folder plugin search + other fixes
2019-12-09 08:34:50 +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
ddbf23df68
Merge pull request #90 from jjw24/fix_folderplugin_missingactionkeyword
...
Add action keyword when changing query in Folder plugin
2019-12-09 07:47:34 +11:00
Jeremy Wu
6c4ab3b7f4
add action keyword when changing qury
2019-12-09 07:45:19 +11:00
Jeremy Wu
4d902c01a6
Merge pull request #89 from theClueless/addAltHomeforFirstResult
...
Addalthomeforfirstresult
2019-12-08 21:12:16 +11:00
Jeremy Wu
d1a5ba2b8e
Merge pull request #88 from theClueless/folderPluginUpdates
...
Folderpluginupdates
2019-12-08 21:10:58 +11:00
Jeremy Wu
982cac3472
Merge pull request #86 from theClueless/smallFixes
...
Smallfixes
2019-12-08 20:55:09 +11:00
AT
431f22283d
added goto first result command (alt home)
2019-12-07 16:57:21 +02:00
AT
7e61b1ecad
updated folder plugin
2019-12-07 12:44:58 +02:00
AT
a2d685815f
updated
2019-12-06 22:36:00 +02:00
vldmr11080
014c2c5249
Use same zone set initially for new virtual desktops of same monitor ( #815 )
2019-12-06 15:09:27 +01:00
Kevin Horecka
add63d2dde
FancyZones: Added ability to use mouse only for interactions with zones ( #729 )
2019-12-06 12:32:43 +01:00
yuyoyuppe
81bed3d3d5
Format shortcut_example_powertoy according to .clang-format
2019-12-06 14:16:24 +03:00
yuyoyuppe
f22a30ca87
Format shortcut_guide according to .clang-format
2019-12-06 14:16:24 +03:00
yuyoyuppe
946e74a918
Use .clang-format style file from Terminal project
2019-12-06 14:16:24 +03:00
yuyoyuppe
3cd3cf9830
Implement powershell script which enables devs to clang-format modified source files
2019-12-06 14:16:24 +03:00
yuyoyuppe
bc634c5f8f
Add initial .clang-format style file
2019-12-06 14:16:24 +03:00
yuyoyuppe
7357e40d3f
Use WinRT JSON parser instead of custom cpprestsdk solution ( #822 )
2019-12-06 11:40:23 +03:00
Jeremy Wu
92bde25a49
Add option to run as administrator for Shell plugin
2019-12-06 07:49:20 +11:00
Enrico Giordani
e714cb9e8b
Now working on 0.14.2 ( #871 )
2019-12-05 19:09:32 +01:00
Bartosz Sosnowski
fed81c8e22
Improve FancyZones window filtering ( #856 )
...
Improve FancyZones window filtering and filter out dialog windows
2019-12-04 17:53:54 +01:00
vldmr11080
3a65d5ce23
Revert: Keep window in their zone after layout changes ( #852 )
2019-12-04 01:55:12 +01:00
Clint Rutkas
6d482cd934
Merge pull request #849 from matthidinger/patch-1
...
Add link to releases tab
2019-12-03 15:35:10 -08: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
Bartosz Sosnowski
0e2d93c630
Make FancyZones not zone invisible, child and tool windows
...
Fixes "Move newly created windows to their last known zone"
2019-12-03 19:45:03 +01:00
Matt Hidinger
de328c9dfd
Add link to releases tab
2019-12-03 10:33:16 -08: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
SysC0mp
a004ef65af
Set title & subtitle highlight data
2019-12-03 15:31:23 +01:00
SysC0mp
8997c27819
Add highlight converter component
2019-12-03 15:31:23 +01:00
SysC0mp
2aeceb7ea8
Fix tests for new search precision handling
2019-12-03 15:31:23 +01:00
SysC0mp
627e99859d
Directly calculate pinyin if needed
...
The MatchResult will always get the maximum score from either
ScoreForPinyin() or CalculateSearchScore(). ScoreForPinyin() is
completely dependant on the "ShouldUsePinyin" global setting.
2019-12-03 15:31:23 +01:00
SysC0mp
6ebca7fa7c
Apply search precision filter on assignment
...
The search precision must be used, so it makes sense to apply the filter
directly on score assignment. Score will be "0" if precision filter
was not met.
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
SysC0mp
05f66f9bea
Improve code formatting
2019-12-03 15:31:07 +01:00
Jeremy Wu
434ba82705
Fix build fail from task reindex run
2019-12-03 15:31:07 +01:00
Enrico Giordani
cbe6d19c79
Update FancyZone README for v0.14.0 ( #806 )
2019-12-02 18:00:14 +01:00
Jeremy Wu
b47e7f068c
Merge pull request #83 from theClueless/smallFixes
...
Smallfixes
2019-12-01 17:49:30 +11:00
Jeremy Wu
20a59a2c58
Merge pull request #82 from theClueless/fixProgramLock
...
Fixprogramlock
2019-12-01 17:46:00 +11:00
vldmr11080
57845a2739
Don't flash current zone setup when focused window is in full screen ( #796 )
2019-11-30 14:38:27 +01:00
vldmr11080
9a8ab29330
Reverse logic for keep windows in their zones when fancyzone layout changes ( #812 )
2019-11-30 12:15:16 +01:00