Skip to content

Commit 1685ab6

Browse files
new version 1.1.0
Added SVG Text Editor Added Context-Menu to export to PNG and Open Editor Updated Preview with new settings and Backlight Added some new example images
1 parent df125cd commit 1685ab6

File tree

77 files changed

+14502
-1268
lines changed

Some content is hidden

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

77 files changed

+14502
-1268
lines changed

Build.bat

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
call "C:\BDS\Studio\21.0\bin\rsvars.bat"
2-
msbuild.exe "Source\SVGShellExtensions.dproj" /target:Clean;Build /p:Platform=Win64 /p:config=release
3-
set BUILD_STATUS=%ERRORLEVEL%
4-
if %BUILD_STATUS%==0 GOTO INNO
5-
pause
6-
EXIT
2+
msbuild.exe "Source\SVGShellExtensions.dproj" /target:Clean;Build /p:Platform=Win64 /p:config=release
3+
msbuild.exe "Source\SVGTextEditor.dproj" /target:Clean;Build /p:Platform=Win64 /p:config=release
74

85
:INNO
96
"C:\Program Files (x86)\Inno Setup 6\iscc.exe" "D:\ETHEA\SVGShellExtensions\Setup\SVGShellExtensions.iss"
@@ -12,6 +9,5 @@ if %INNO_STATUS%==0 GOTO END
129
pause
1310
EXIT
1411

15-
16-
:END
12+
:END
1713
pause

Debug/Preview Handlers/PreviewHandler Host/PreviewHost.dproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
8383
<VerInfo_Locale>1033</VerInfo_Locale>
8484
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
85+
<Debugger_RunParams>D:\ETHEA\SVGIconImageList\Demo\NewSydneyVectors</Debugger_RunParams>
8586
</PropertyGroup>
8687
<PropertyGroup Condition="'$(Cfg_1)'!=''">
8788
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>

Debug/Preview Handlers/PreviewHandler Host/uMain.dfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object FrmMain: TFrmMain
4545
Width = 415
4646
Height = 557
4747
ObjectTypes = [otFolders, otNonFolders]
48-
Root = 'D:\ETHEA\SVGIconImageList\Demo\flat-color-icons\svg'
48+
Root = 'D:\ETHEA\SVGIconImageList\Demo\NewSydneyVectors'
4949
Sorted = True
5050
Align = alClient
5151
ReadOnly = False

Debug/Preview Handlers/PreviewHandler Host_Without_TShellListView/uMain.pas

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ procedure TFrmMain.LoadPreview(const FileName: string);
7474
FPreview.Height := Panel1.ClientHeight;
7575
FPreview.Parent := Panel1;
7676
FPreview.Align := alClient;
77-
//FPreview.FileName:='C:\Users\Dexter\Desktop\RAD Studio Projects\XE2\delphi-preview-handler\main.pas';
78-
//FPreview.FileName:='C:\Users\Dexter\Desktop\RAD Studio Projects\2010\SMBIOS Delphi\Docs\DSP0119.pdf';
79-
//FPreview.FileName:='C:\Users\Dexter\Desktop\seleccion\RePLE.msg';
8077
FPreview.FileName:=FileName;
8178
end;
8279

Icons/folder-yellow-svg.svg

Lines changed: 10 additions & 0 deletions
Loading

Icons/logo.ico

67.1 KB
Binary file not shown.

Icons/logo.svg

Lines changed: 38 additions & 0 deletions
Loading

Icons/svgfolder_multires.ico

111 KB
Binary file not shown.

Images/About.png

24.2 KB
Loading

Images/Context-Menu.png

72.6 KB
Loading

0 commit comments

Comments
 (0)