Commit graph

40 commits

Author SHA1 Message Date
Mykhailo Pylyp 613d1fdf2a
Runner logging (#8068) 2020-11-18 12:15:14 +02:00
Seraphima Zykova b8e5ccfb7b
[FancyZones] Editor multi monitor support (#6562)
Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com>
Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>
2020-11-17 11:38:19 +03:00
Clint Rutkas d649ed70e9
Merge pull request #7920 from microsoft/users/niels9001/fluent-imageresizer
[Image Resizer] Fluent UI and theming support
2020-11-16 10:47:42 -08:00
Andrey Nekrasov 48cf167a3c
runner: localize tray menu item labels (#7959)
* runner: localize tray menu item labels

* fixup: please the electronic machinery

* Update src/runner/Resources.resx

Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>

Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>
2020-11-10 15:56:05 +03:00
Clint Rutkas 5056048ccd
Update expect.txt 2020-11-09 16:55:23 -08:00
Clint Rutkas 2d61b69ff5
Merge pull request #7555 from TobiasSekan/MoreColorsTakeTwo
[ColorPicker] Add HSB, HSI, HWB and NCol color representation
2020-11-09 15:16:32 -08:00
Raphael Horber 8c7f2b6a74
PowerRename: Add Lookbehind (#7571)
* Add boost-regex library

* If enabled use boost lib for regex

Add property `_useBoostLib` to `CPowerRenameRegEx`. If enabled for
replacements with regular expressions the Boost Library is used instead
of the Standard Library.

* Extend signatures to create RegEx with Boost

Extend create and constructor singatures of `CPowerRenameRegEx` with an
option to enable (or disabled, which is default) the Boost Library.

* Verify Lookbehind fails with STD library

To verify that the boost library is disabled as expected, check if a
lookbehind fails.

* Add Unit tests for RegEx with Boost

Add unit tests to verify regex replacement with Boost Library. They are
copied and adapted from the Standard Library tests.

* Improve verify capturing groups test with Boost

It is possible to use a capturing group followed by numbers as
replacement if the group number is enclosed in curly braces.
Added test cases based on the Standard Library tests.

* Add useBoostLib to settings interface

* Get library option from settings object

* Reduce signatures of RegEx by "useBoost"

Remove the parameter added in 19105cf, as it became obsolete.

* Settings: Read useBoostLib from JSON file

* Add UseBoostLib Option to UI

* Boost Lib label states the regex syntax difference

* Fix Regex with Boost Lib tests

- Do not load settings another time in CPowerRenameRegEx ctor
- Set flag correctly in standard library regex tests

* Add "lookbehind" to dictionary

* change Library to lowercase, and also add a comment

As suggested by @enricogior.

Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>

* Change Library to lowercase and add a comment

 As suggested by @enricogior.

Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>
2020-11-09 19:13:43 +01:00
Sekan, Tobias f8e6802e3f Fix pattern 2020-11-09 09:33:57 +01:00
Sekan, Tobias 4a25335036 fix wrong pattern 2020-11-09 06:48:12 +01:00
Sekan, Tobias 772255e4e0 fix spelling 2020-11-09 06:46:13 +01:00
Sekan, Tobias d192e6feb6 fix misspellings 2020-11-09 06:30:36 +01:00
Clint Rutkas 59522b84db
Update translation_issue.md
appending Issue-Translation
2020-11-05 13:37:05 -08:00
Clint Rutkas 54ace02b9b
Update expect.txt
hmon
IMonitor
scrollviewer
VDId
2020-11-05 09:58:12 -08:00
Josh Soref 1e58ae0e63 Set up spell-checking action 2020-05-20 23:19:08 -04:00
Josh Soref 0a0b41393e spelling: utility
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-10-30 14:42:45 -04:00
Clint Rutkas 6e2191a34e
Update translation_issue.md 2020-10-29 11:06:53 -07:00
Clint Rutkas 623e4427f1
Update config.yml 2020-10-28 20:59:11 -07:00
Clint Rutkas 7d29bd55f8
Update translation_issue.md 2020-10-28 20:50:33 -07:00
Clint Rutkas 1516d38254
translation_issue.md 2020-10-28 20:38:10 -07:00
Aaron Junker 8d3380b388
Implement #6312 (#6315) 2020-09-03 09:19:00 -07:00
Clint Rutkas 649606f32e
Update bug_report.md 2020-08-11 11:19:39 -07:00
Clint Rutkas 0f54cc147e
Update bug_report.md 2020-08-11 11:19:30 -07:00
Clint Rutkas 7781f41ebf
Update bug_report.md 2020-08-11 11:19:13 -07:00
Niels Laute 84127d7a80
[Feature request.md] Fix typo (#5532) 2020-08-03 10:22:40 -07:00
Clint Rutkas 5fb7d43aff
Update pull_request_template.md 2020-07-27 16:24:53 -07:00
Clint Rutkas 115c391191
Update bug_report.md 2020-07-27 16:20:22 -07:00
Clint Rutkas c73fa4b0f6
Update feature_request.md 2020-07-27 16:19:42 -07:00
Clint Rutkas f5894ac3c2
Update bug_report.md 2020-07-27 16:14:30 -07:00
Clint Rutkas bcbeda5102
Update bug_report.md 2020-07-27 16:12:15 -07:00
Clint Rutkas 8891c305e3
Update documentation-issue.md 2020-07-27 16:07:58 -07:00
Clint Rutkas c62f98db95
Update documentation-issue.md 2020-07-27 16:07:49 -07:00
Clint Rutkas 96bca43089
Update documentation-issue.md 2020-07-27 16:07:26 -07:00
Clint Rutkas 9ffd42d477
Update documentation-issue.md 2020-07-27 16:06:54 -07:00
Clint Rutkas c57f051863
Update config.yml 2020-07-27 16:06:09 -07:00
Clint Rutkas ab04874c11
Update config.yml 2020-07-27 16:05:10 -07:00
Clint Rutkas 481a47b638
Update config.yml 2020-07-27 16:03:18 -07:00
Aaron Junker df2ef04558
Create config.yml (#5091) 2020-07-27 16:00:52 -07:00
Josh Soref 3789da4305
Use check boxes (#3396) 2020-05-20 22:53:12 -07:00
Enrico Giordani 39cbc59c12
Don't auto close issues referenced in PR (#663)
Remove space in checkboxes
2019-11-06 10:37:42 +01:00
Bartosz Sosnowski 8431b80e48 FancyZones and Shortcut Guide initial commit
Co-authored-by: Alexis Campailla <alexis@janeasystems.com>
Co-authored-by: Bret Anderson <bretan@microsoft.com>
Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com>
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
Co-authored-by: Jeff Bogdan <jeffbog@microsoft.com>
Co-authored-by: March Rogers <marchr@microsoft.com>
Co-authored-by: Mike Harsh <mharsh@microsoft.com>
Co-authored-by: Nachum Bundak <Nachum.Bundak@microsoft.com>
Co-authored-by: Oliver Jones <ojones@microsoft.com>
Co-authored-by: Patrick Little <plittle@microsoft.com>
2019-09-05 18:12:40 +02:00