-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:frmwrk="Corel Framework Data"> | ||
<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()|@*"/> | ||
<itemData guid="SmartDepart" dynamicCommand="SmartDepart" dynamicCategory="ab489730-8791-45d2-a825-b78bbe0d6a5d" icon="guid://SmartDepart"/> | ||
</xsl:copy> | ||
</xsl:template> | ||
<xsl:template match="uiConfig/commandBars/commandBarData[@guid='74e03d83-404c-49f5-824a-fe0fd02ab29a']/toolbar/modeData/item[@guidRef='91774a85-4ed5-4eb5-9ba4-cb9190253446']"> //combine | ||
<xsl:copy-of select="."/> | ||
<item guidRef="SmartDepart"/> | ||
</xsl:template> | ||
<xsl:template match="uiConfig/commandBars/commandBarData[@guid='74e03d83-404c-49f5-824a-fe0fd02ab29a']/toolbar/modeData/item[@guidRef='d5669070-c0f3-4fc0-b524-e33aeea7925f']"> //break apart | ||
<xsl:copy-of select="."/> | ||
<item guidRef="SmartDepart"/> | ||
</xsl:template> | ||
</xsl:stylesheet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<h1>Smart Depart - умное деление</h1> | ||
Это CPG-аддон для CorelDraw - аналог <a href=http://www.e-cut.ru/index.php?view=function&functionid=15>функции "умное деление" из пакета ECut</a>. | ||
<p><img src=Readme\1.svg> | ||
<h1>Системные требования</h1> | ||
<table style="font-size:100%"><tr><td>Операционная система:<td>Windows 7 или выше | ||
<tr><td>Программное обеспечение:<td>Corel Draw версии 17.3 или выше (на версиях ниже 17.3 не будет сохраняться стиль кривой) | ||
<tr><td>Процессор:<td>с поддержкой SSE4.1 для x86 версии и SSE4.2 для x64 версии</table> | ||
<h1>Установка</h1><ol> | ||
<li>Распаковать архив для соответствующей архитектуры (<a href=>x86</a> или <a href=>x64</a>) в каталог "programs\addons" или "programs64\addons". | ||
<li>После запуска CorelDraw в контекстном меню панели свойств выбрать пункт меню "Настройка->Панель инструментов Панель свойств->Настройка по умолчанию" | ||
<p><img src=Readme\1.gif></ol> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<?xml version="1.0"?><config><resources><resource name="SmartDepart" path="SmartDepart.cpg"><resourceMap><resEntry id="SmartDepart" icon="1"/></resourceMap></resource></resources></config> |
Empty file.