Skip to content

Commit 7d11de0

Browse files
25 Oct 2023: ver. 3.1.0
- Added "close button" over Tabs - Removed "TSVG" rendering option - Updated to Image32 ver. 4.4 (30 Jan 2023) - Updated to Skia4Delphi ver. 6.0.0 beta 5 - Added support for Delphi 12
1 parent 2ca5aaf commit 7d11de0

File tree

142 files changed

+15621
-16243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+15621
-16243
lines changed

Build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
call "C:\BDS\Studio\22.0\bin\rsvars.bat"
1+
call "C:\BDS\Studio\23.0\bin\rsvars.bat"
22
msbuild.exe "Source\SVGShellExtensions.dproj" /target:Clean;Build /p:Platform=Win64 /p:config=release
33
msbuild.exe "Source\SVGShellExtensions32.dproj" /target:Clean;Build /p:Platform=Win32 /p:config=release
44
msbuild.exe "Source\SVGTextEditor.dproj" /target:Clean;Build /p:Platform=Win64 /p:config=release

Debug/Preview Handlers/PreviewHandler Host/PreviewHost.dproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@
185185
<Source Name="MainSource">PreviewHost.dpr</Source>
186186
</Source>
187187
</Delphi.Personality>
188-
<Deployment Version="4"/>
189188
<Platforms>
190189
<Platform value="Win32">True</Platform>
191190
<Platform value="Win64">True</Platform>
@@ -196,5 +195,4 @@
196195
</ProjectExtensions>
197196
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
198197
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
199-
<Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
200198
</Project>

Debug/Preview Handlers/PreviewHandler Host/uMain.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unit uMain;
1+
unit uMain;
22

33
interface
44

@@ -86,4 +86,4 @@ procedure TFrmMain.ShellListView1Change(Sender: TObject; Item: TListItem;
8686
end;
8787
end;
8888

89-
end.
89+
end.

Debug/Preview Handlers/PreviewHandler Host_Without_TShellListView/PreviewHost.dproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@
172172
<Source Name="MainSource">PreviewHost.dpr</Source>
173173
</Source>
174174
</Delphi.Personality>
175-
<Deployment Version="3"/>
176175
<Platforms>
177176
<Platform value="Win32">True</Platform>
178177
<Platform value="Win64">True</Platform>
@@ -183,5 +182,4 @@
183182
</ProjectExtensions>
184183
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
185184
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
186-
<Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
187185
</Project>

0 commit comments

Comments
 (0)