Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated for coreldraw 2020 #6

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

/.vs
/bin/Debug/Latex4CorelDraw
/obj/Debug
/bin/Release/Latex4CorelDraw
/obj/Release
24 changes: 12 additions & 12 deletions Latex4CorelDraw.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="WindowsBase" />
<Reference Include="c:\program files\corel\coreldraw graphics suite x8\programs64\Assemblies\Corel.Interop.VGCore.dll">
<Reference Include="c:\program files\corel\coreldraw graphics suite 2020\programs64\Assemblies\Corel.Interop.VGCore.dll">
<Name>Corel.Interop.VGCore</Name>
<Private>False</Private>
</Reference>
Expand Down Expand Up @@ -149,20 +149,20 @@
-->
<PropertyGroup>
<PostBuildEvent>
if not exist "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" md "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)"
copy "$(TargetPath)" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" /y
copy "$(ProjectDir)CorelDrw.addon" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" /y
copy "$(ProjectDir)AppUI.xslt" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" /y
copy "$(ProjectDir)UserUI.xslt" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" /y
copy "$(ProjectDir)\ScintillaNET\SciLexer.dll" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" /y
copy "$(ProjectDir)\ScintillaNET\SciLexer64.dll" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" /y
copy "$(ProjectDir)\ScintillaNET\ScintillaNET.dll" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" /y
copy "$(ProjectDir)\ScintillaNET\ScintillaNET.xml" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)" /y
if $(ConfigurationName) == Debug copy "$(TargetDir)\$(SolutionName).pdb" "c:\program files\corel\coreldraw graphics suite x8\programs64\addons\$(SolutionName)\$(SolutionName).pdb"
if not exist "c:\program files\corel\coreldraw graphics suite 2020\programs64\addons\$(SolutionName)" md "c:\program files\corel\coreldraw graphics suite 2020\programs64\addons\$(SolutionName)"
copy "$(TargetPath)" "c:\program files\corel\coreldraw graphics suite 2020\programs64\addons\$(SolutionName)" /y
copy "$(ProjectDir)CorelDrw.addon" "c:\program files\corel\coreldraw graphics suite 2020\programs64\addons\$(SolutionName)" /y
copy "$(ProjectDir)AppUI.xslt" "c:\program files\corel\coreldraw graphics suite 2020\programs64\addons\$(SolutionName)" /y
copy "$(ProjectDir)UserUI.xslt" "c:\program files\corel\coreldraw graphics suite 2020\programs64\addons\$(SolutionName)" /y
copy "$(ProjectDir)\ScintillaNET\SciLexer.dll" "c:\program files\corel\coreldraw graphics suite 2020\programs64\addons\$(SolutionName)" /y
copy "$(ProjectDir)\ScintillaNET\SciLexer64.dll" "c:\program files\corel\coreldraw graphics suite 2020\programs64\addons\$(SolutionName)" /y
copy "$(ProjectDir)\ScintillaNET\ScintillaNET.dll" "c:\program files\corel\coreldraw graphics suite 2020\programs64\addons\$(SolutionName)" /y
copy "$(ProjectDir)\ScintillaNET\ScintillaNET.xml" "c:\program files\corel\coreldraw graphics suite 2020\programs64\addons\$(SolutionName)" /y
if $(ConfigurationName) == Debug copy "$(TargetDir)\$(SolutionName).pdb" "c:\program files\corel\coreldraw graphics suite 2020\programs64\addons\$(SolutionName)\$(SolutionName).pdb"
</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<StartAction>Program</StartAction>
<StartProgram>c:\program files\corel\coreldraw graphics suite x8\programs64\CorelDRW.exe</StartProgram>
<StartProgram>c:\program files\corel\coreldraw graphics suite 2020\programs64\CorelDRW.exe</StartProgram>
</PropertyGroup>
</Project>
78 changes: 78 additions & 0 deletions Latex4CorelDrawFolder/AppUI.xslt
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0"?>
<!--
Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying
documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software,
and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject
to the following:

The copyright notices in the Software and this entire statement, including the above license grant, the original location it was
downloaded from, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part,
and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object
code generated by a source language processor.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. THE SOFTWARE MAY CONTAIN BUGS, ERRORS AND OTHER
PROBLEMS THAT COULD CAUSE SYSTEM FAILURES AND THE USE OF SUCH SOFTWARE IS ENTIRELY AT THE USER'S RISK. IN NO EVENT SHALL THE COPYRIGHT
HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

************************************************************************************************************************************
This file defines new UI elements that all workspaces will contain
************************************************************************************************************************************
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:frmwrk="Corel Framework Data">
<xsl:output method="xml" encoding="UTF-8" indent="yes"/>

<!-- Use these elements for the framework to move the container from the app config file to the user config file -->
<!-- Since these elements use the frmwrk name space, they will not be executed when the XSLT is applied to the user config file -->
<frmwrk:uiconfig>
<!-- The Application Info should always be the topmost frmwrk element -->
<frmwrk:applicationInfo userConfiguration="true" />
</frmwrk:uiconfig>

<!-- Copy everything -->
<xsl:template match="node()|@*">
<xsl:copy>
<xsl:apply-templates select="node()|@*"/>
</xsl:copy>
</xsl:template>

<xsl:template match="uiConfig/items">
<xsl:copy>
<xsl:apply-templates select="node()|@*"/>

<!-- Define the button which shows the docker -->
<itemData guid="ab871fd5-712f-4ad6-98c6-6aefa2ffd817" noBmpOnMenu="true"
type="checkButton"
check="*Docker('11d34d55-4e7b-4ea1-9b44-28892ec3ca04')"
dynamicCategory="2cc24a3e-fe24-4708-9a74-9c75406eebcd"
userCaption="Latex"
enable="true"/>

<!-- Define the web control which will be placed on our docker -->
<itemData guid="2ca374ee-45b5-4c12-af91-ac915c87bc88"
type="wpfhost"
hostedType="Addons\Latex4CorelDraw\Latex4CorelDraw.dll,Latex4CorelDraw.DockerUI"
enable="true"/>

</xsl:copy>
</xsl:template>

<xsl:template match="uiConfig/dockers">
<xsl:copy>
<xsl:apply-templates select="node()|@*"/>

<!-- Define the web docker -->
<dockerData guid="11d34d55-4e7b-4ea1-9b44-28892ec3ca04"
userCaption="Latex"
wantReturn="true"
focusStyle="noThrow">
<container>
<!-- add the webpage control to the docker -->
<item dock="fill" margin="0,0,0,0" guidRef="2ca374ee-45b5-4c12-af91-ac915c87bc88"/>
</container>
</dockerData>
</xsl:copy>
</xsl:template>

</xsl:stylesheet>
Empty file.
Binary file not shown.
Binary file added Latex4CorelDrawFolder/Latex4CorelDraw.dll
Binary file not shown.
21 changes: 21 additions & 0 deletions Latex4CorelDrawFolder/License.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
ScintillaNET is based on the Scintilla component by Neil Hodgson.

ScintillaNET is released on this same license.

The ScintillaNET bindings are Copyright 2002-2006 by Garrett Serack <[email protected]>

All Rights Reserved

Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation.

GARRETT SERACK AND ALL EMPLOYERS PAST AND PRESENT DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL GARRETT SERACK AND ALL EMPLOYERS PAST AND PRESENT BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

The license for Scintilla is as follows:
-----------------------------------------------------------------------
Copyright 1998-2006 by Neil Hodgson <[email protected]>

All Rights Reserved

Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation.

NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Binary file added Latex4CorelDrawFolder/SciLexer.dll
Binary file not shown.
Binary file added Latex4CorelDrawFolder/SciLexer64.dll
Binary file not shown.
Binary file added Latex4CorelDrawFolder/ScintillaNET.dll
Binary file not shown.
Loading