Jeremy Wu
2a49b3899a
Update tests
...
Two scoring changes only as a result of substring matching.
2020-01-07 20:26:26 +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
Jeremy Wu
b54241a5b2
Update scoring for all substrings contained in compare string
2020-01-07 08:28:27 +11:00
Jeremy Wu
78a2086535
Remove containedFully variable state
...
Not necessary to have and not needed to add another dimension to the scoring
2020-01-07 08:04:56 +11:00
Jeremy Wu
24cc5dbaa0
Add unit tests for checking substrings
...
checking if all substrings contained in compareString
2020-01-07 07:55:02 +11:00
Jeremy Wu
0093838a75
fix variable state which failed to represent correctly
...
Failed if query text is 'sql servman'- returns true when should be false
- moved it up so evaluation is included in the final substring check
2020-01-07 07:25:13 +11:00
Jeremy Wu
dde658a514
rename variable state allWordsFullyMatched
2020-01-07 07:22:00 +11:00
Jeremy Wu
13996740e0
Add additional test which should pass for regular precision
2020-01-07 07:12:34 +11:00
Jeremy Wu
e4b017b304
fix index out of range exception
...
occurs when query contains more than one whitespace eg. 'sql manag'
2020-01-07 05:59:47 +11:00
Yosef Durr
a2a683d31e
adding fancy zone opacity setting, enhancement #631 ( #1008 )
...
* adding fancy zone opacity setting, enhancement #631
* applying zone opacity setting to all zones during zone selection
* changing opacity setting to percentage
2020-01-06 09:59:18 -08:00
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
4cf3cff74d
Merge pull request #115 from theClueless/imageOptimization
...
Imageoptimization
2020-01-06 18:11:13 +11:00
Chris Davis
3ffd007cc0
Ensure previous search and replace texts are evaluated and updated in the UI at startup ( #1043 )
...
Ensure stored settings get evaluated after initial enumeration
There was a bug where the list view was not getting updated with the results of the search and replace on launch when we are using a stored search or replace text from a previous session.
2020-01-04 00:39:02 -08:00
AT
28b098cfb7
make image created in hash freeze
2020-01-04 00:40:37 +02:00
AT
fd59088528
made data images freeze as well
2020-01-03 22:33:00 +02:00
AT
05bd32f750
remove comment
2020-01-03 22:01:15 +02:00
AT
e80147d24e
removed a duplicate check
2020-01-03 21:17:58 +02:00
AT
72e1a19ea5
remove using
2020-01-03 21:16:38 +02:00
AT
b14d6c9216
adding hash ability to image loader (reducing the load on memory)
2020-01-03 21:16:17 +02:00
Enrico Giordani
c894d72b52
Remove unwanted files ( #1037 )
...
Add temp build files to gitignore
2020-01-03 16:10:32 +01: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
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
Clint Rutkas
a14784cfd4
Merge pull request #1026 from microsoft/updatePackages
...
Update packages for NPM
2019-12-27 13:48:20 -08:00
Clint Rutkas
32440567ad
Merge pull request #1025 from microsoft/languageTweaks
...
Language tweaks for #937
2019-12-27 13:41:50 -08:00
Clint Rutkas
25f1dc325d
slight bump for fabric ui
2019-12-27 13:35:34 -08:00
Clint Rutkas
38feeee464
npm audit fix to update stuff
2019-12-27 13:19:51 -08:00
Clint Rutkas
b2701ad911
Merge pull request #1024 from microsoft/DocTweakForSettings
...
Update settings-web.md
2019-12-27 12:51:08 -08:00
Clint Rutkas
d41962f9d1
adjusting elevated permission verbiage to match Windows
2019-12-27 12:28:27 -08:00
Clint Rutkas
ec5d01545a
Update settings-web.md
2019-12-27 11:12:43 -08:00
Clint Rutkas
03ddadc1ed
tweaking language
2019-12-27 10:26:00 -08:00
Bartosz Sosnowski
3e55b61ac0
Runner: fix run as elevated wording ( #1023 )
2019-12-27 16:20:36 +01:00
Bartosz Sosnowski
5a7f022e40
settings-web: use Windows build-in commands ( #1019 )
2019-12-27 13:25:34 +01:00
Clint Rutkas
f651e10684
Merge pull request #1017 from microsoft/languageTweaks
...
#768
2019-12-26 14:20:38 -08:00
Clint Rutkas
b753f920e1
#768
2019-12-26 11:06:59 -08:00
Enrico Giordani
415a0cdf28
Coding style (runner) ( #1013 )
2019-12-26 17:26:11 +01:00
Enrico Giordani
9708961654
Coding style (settings) ( #1012 )
2019-12-26 17:25:56 +01:00
Bartosz Sosnowski
47bcb117b4
FancyZones: do not zone windows on startup ( #982 )
2019-12-24 15:47:28 +01:00
yuyoyuppe
3eb38e558e
project template: fix rc file in module template ( #992 )
2019-12-24 17:06:58 +03:00
yuyoyuppe
a321eb8737
MSIX: minor cleanup, add certificate generation script
2019-12-24 17:06:10 +03:00
yuyoyuppe
62c65659cc
format changed files
2019-12-24 17:06:10 +03:00
yuyoyuppe
249addebff
powerrename: implement shellext support for UWP
2019-12-24 17:06:10 +03:00
yuyoyuppe
860087d291
MSIX: implement initial msix installer
2019-12-24 17:06:10 +03:00