Compare commits

..

5 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
f2c8273612 Fix code alignment by adding space to align .Replace method calls
Co-authored-by: emako <24737061+emako@users.noreply.github.com>
2025-07-23 15:53:51 +00:00
copilot-swe-agent[bot]
7485b8c4e5 Add missing using System.Linq to fix compile error
Co-authored-by: emako <24737061+emako@users.noreply.github.com>
2025-07-23 15:48:42 +00:00
copilot-swe-agent[bot]
c5f60009f3 Remove unnecessary Translations.config and simplify RTL detection code
Co-authored-by: emako <24737061+emako@users.noreply.github.com>
2025-07-23 15:18:50 +00:00
copilot-swe-agent[bot]
72b2f9b50a Add RTL support for markdown files
Co-authored-by: emako <24737061+emako@users.noreply.github.com>
2025-07-23 14:59:35 +00:00
copilot-swe-agent[bot]
8bee3cd770 Initial plan 2025-07-23 14:50:25 +00:00
6 changed files with 1 additions and 15 deletions

View File

@@ -89,7 +89,6 @@
Padding="3"
FontSize="19"
FontWeight="SemiBold"
IsTextSelectionEnabled="True"
LineHeight="25"
TextTrimming="CharacterEllipsis"
TextWrapping="Wrap">
@@ -111,7 +110,6 @@
Margin="8,0,0,0"
Padding="3"
Foreground="{DynamicResource WindowTextForegroundAlternative}"
IsTextSelectionEnabled="True"
Text="Searching..."
TextTrimming="CharacterEllipsis"
TextWrapping="Wrap" />

View File

@@ -84,7 +84,6 @@
Padding="3"
FontSize="19"
FontWeight="SemiBold"
IsTextSelectionEnabled="True"
LineHeight="25"
TextTrimming="CharacterEllipsis"
TextWrapping="Wrap">
@@ -106,7 +105,6 @@
Margin="8,0,0,0"
Padding="3"
Foreground="{DynamicResource WindowTextForegroundAlternative}"
IsTextSelectionEnabled="True"
Text="Searching..."
TextTrimming="CharacterEllipsis"
TextWrapping="Wrap" />
@@ -123,7 +121,6 @@
Margin="8,0,0,0"
Padding="3"
Foreground="{DynamicResource WindowTextForegroundAlternative}"
IsTextSelectionEnabled="True"
Text="Searching..."
TextTrimming="CharacterEllipsis"
TextWrapping="Wrap" />
@@ -140,7 +137,6 @@
Margin="8,0,0,0"
Padding="3"
Foreground="{DynamicResource WindowTextForegroundAlternative}"
IsTextSelectionEnabled="True"
Text="Searching..."
TextTrimming="CharacterEllipsis"
TextWrapping="Wrap" />
@@ -157,7 +153,6 @@
Margin="8,0,0,0"
Padding="3"
Foreground="{DynamicResource WindowTextForegroundAlternative}"
IsTextSelectionEnabled="True"
Text="Calculating size..." />
<!-- Last Modified -->
<TextBlock x:Name="modDateTitle"
@@ -172,7 +167,6 @@
Margin="8,0,0,0"
Padding="3"
Foreground="{DynamicResource WindowTextForegroundAlternative}"
IsTextSelectionEnabled="True"
Text="Searching..."
TextTrimming="CharacterEllipsis" />
<!-- Capabilities -->

View File

@@ -110,7 +110,6 @@
Margin="8,0,0,0"
Padding="3"
Foreground="{DynamicResource WindowTextForegroundAlternative}"
IsTextSelectionEnabled="True"
Text="Searching..."
TextTrimming="CharacterEllipsis"
TextWrapping="Wrap" />

View File

@@ -98,7 +98,6 @@
Margin="8,0,0,0"
Padding="3"
Foreground="{DynamicResource WindowTextForegroundAlternative}"
IsTextSelectionEnabled="True"
Text="Searching..."
TextTrimming="CharacterEllipsis"
TextWrapping="Wrap" />

View File

@@ -59,7 +59,7 @@
<PackageReference Include="QuickLook.ImageGlass.WebP" Version="1.4.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="14.7.0">
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="14.6.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.3351.48">

View File

@@ -72,7 +72,6 @@
Padding="3"
FontSize="19"
FontWeight="SemiBold"
IsTextSelectionEnabled="True"
LineHeight="25"
TextTrimming="CharacterEllipsis"
TextWrapping="Wrap">
@@ -108,7 +107,6 @@
Margin="8,0,0,0"
Padding="3"
Foreground="{DynamicResource WindowTextForegroundAlternative}"
IsTextSelectionEnabled="True"
Text="Calculating size..." />
<!-- File Version -->
<TextBlock x:Name="fileVersionTitle"
@@ -123,7 +121,6 @@
Margin="8,0,0,0"
Padding="3"
Foreground="{DynamicResource WindowTextForegroundAlternative}"
IsTextSelectionEnabled="True"
Text="Searching..."
TextTrimming="CharacterEllipsis" />
<!-- Product Version -->
@@ -139,7 +136,6 @@
Margin="8,0,0,0"
Padding="3"
Foreground="{DynamicResource WindowTextForegroundAlternative}"
IsTextSelectionEnabled="True"
Text="Searching..."
TextTrimming="CharacterEllipsis"
TextWrapping="Wrap" />