Heiko
ce620e427f
[PT Run > Time and Date plugin] Custom formats and other improvements ( #37743 )
...
* add settings definition
* fix typos and improve settings
* make spell checker happy
* new icon type error
* first code to handle custom formats
* support parsing of new formats
* spelling and typos
* comment fix
* spell check
* start implement custom format results
* last changes
* finish implementation
* spell checker
* settings name
* add missing format
* reorder settings
* dev docs
* change ELF to EAB
* update dev docs
* last changes
* test cases
* fix typos
* fix typo
* port changes
* fixes
* changes
* fixes
* leap year support
* days in month
* tests
* comment
* fix comment
2025-04-01 21:31:35 +08:00
Jeremy Sinclair
37f2154c86
[Analyzers] Resolve StyleCop issues: SA1516 and SA1616 ( #34853 )
...
* [Analyzers][AdvancedPaste] Apply fix for SA1516
* [Analyzers][EnvironmentVariables] Apply fix for SA1516
* [Analyzers][RegistryPreview] Apply fix for SA1516
* [Analyzers][Peek] Apply fix for SA1516
* [Analyzers][PreviewPane] Apply fix for SA1516
* [Analyzers][FancyZones] Apply fix for SA1516
* [Analyzers][PT Run][Plugins] Apply fix for SA1516
* [Analyzers][PT Run] Apply fix for SA1516
* [Analyzers][PT Run][Wox] Apply fix for SA1516
* [Analyzers][Common] Apply fix for SA1516
* [Analyzers][ImageResizer] Apply fix for SA1516
* [Analyzers][ColorPicker] Apply fix for SA1516
* [Analyzers][MouseUtils] Apply fix for SA1516
* [Analyzers][DSC Schema Generator] Apply fix for SA1516
* [Analyzers][FileLocksmith] Apply fix for SA1516
* [Analyzers][Hosts] Apply fix for SA1516
* [Analyzers][MeasureTool] Apply fix for SA1516
* [Analyzers][MouseWithoutBorders] Apply fix for SA1516
* [Analyzers][TextExtractor] Apply fix for SA1516
* [Analyzers][Workspaces] Apply fix for SA1516
* [Analyzers][Awake] Apply fix for SA1516
* [Analyzers][PowerAccent] Apply fix for SA1516
* [Analyzers][RegistryPreview] Apply fix for SA1516
* [Analyzers][Settings] Apply fix for SA1516
* [Analyzers][MouseWithoutBorders] Apply fix for SA1616
2024-09-16 21:09:43 +01:00
Heiko
7808033436
[PTRun][DateTime]Setting for First week of year and First day of week ( #33406 )
...
## Summary of the Pull Request
This PR implements two new plugin settings:
- **First week of year**

- **First day of week**

## Detailed Description of the Pull Request / Additional comments
For both settings the users can decide to be in sync with the system
settings (default) or to use their own setting. The order of days for
the `first day of week` setting is based on the current system culture.
PT Run respects these settings for the relevant results:
- calendar week
- week of month
- number of day in week
2024-07-18 14:29:01 +01:00