Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mutec committed Sep 11, 2021
1 parent 0e4b00d commit 256825f
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 24 deletions.
4 changes: 2 additions & 2 deletions language/de-informal.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<language xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/vortex/language.xsd" languagecode="de-informal">
<?xml version="1.0" encoding="UTF-8"?>
<language xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/5.4/language.xsd" languagecode="de-informal">
<category name="wcf.acp.option">
<item name="wcf.acp.option.category.general.system.ace"><![CDATA[ACE-Code]]></item>
<item name="wcf.acp.option.ace_theme"><![CDATA[Theme]]></item>
Expand Down
4 changes: 2 additions & 2 deletions language/de.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<language xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/vortex/language.xsd" languagecode="de">
<?xml version="1.0" encoding="UTF-8"?>
<language xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/5.4/language.xsd" languagecode="de">
<category name="wcf.acp.option">
<item name="wcf.acp.option.category.general.system.ace"><![CDATA[ACE-Code]]></item>
<item name="wcf.acp.option.ace_theme"><![CDATA[Theme]]></item>
Expand Down
4 changes: 2 additions & 2 deletions language/en.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<language xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/vortex/language.xsd" languagecode="en">
<?xml version="1.0" encoding="UTF-8"?>
<language xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/5.4/language.xsd" languagecode="en">
<category name="wcf.acp.option">
<item name="wcf.acp.option.category.general.system.ace"><![CDATA[ACE-Code]]></item>
<item name="wcf.acp.option.ace_theme"><![CDATA[Theme]]></item>
Expand Down
10 changes: 5 additions & 5 deletions option.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/vortex/option.xsd">
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/5.4/option.xsd">
<import>
<categories>
<category name="general.system.ace">
<parent>general.system</parent>
<parent><![CDATA[general.system]]></parent>
</category>
</categories>
<options>
<option name="ace_theme">
<optiontype>select</optiontype>
<optiontype><![CDATA[select]]></optiontype>
<selectoptions><![CDATA[chrome:Chrome
github:GitHub
monokai:Monokai
twilight:Twilight]]></selectoptions>
<defaultvalue>chrome</defaultvalue>
<categoryname>general.system.ace</categoryname>
<defaultvalue><![CDATA[chrome]]></defaultvalue>
<categoryname><![CDATA[general.system.ace]]></categoryname>
</option>
</options>
</import>
Expand Down
43 changes: 30 additions & 13 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,34 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.mysterycode.wcf.ace" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/tornado/package.xsd">
<package name="de.mysterycode.wcf.ace" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com https://www.woltlab.com/XSD/5.4/package.xsd">
<packageinformation>
<packagename>ACE Codeeditor</packagename>
<packagedescription><![CDATA[Implements an alternative to CodeMirror]]></packagedescription>
<version>1.0.1</version>
<date>2018-02-23</date>
<version>1.1.0</version>
<date>2021-09-11</date>
</packageinformation>

<authorinformation>
<author><![CDATA[Florian Gail]]></author>
<authorurl><![CDATA[https://www.mysterycode.de]]></authorurl>
</authorinformation>

<compatibility>
<api version="2018" />
<api version="2017" />
</compatibility>


<requiredpackages>
<requiredpackage minversion="3.0.0">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="5.4.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>


<excludedpackages>
<excludedpackage version="5.5.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>

<instructions type="install">
<instruction type="file" />
<instruction type="acpTemplate" />
<instruction type="template" />

<instruction type="option" />

<instruction type="language" />
</instructions>

<instructions type="update" fromversion="1.0.0">
<instruction type="file" />
<instruction type="acpTemplate" />
<instruction type="template" />

<instruction type="option" />

<instruction type="language" />
</instructions>
<instructions type="update" fromversion="1.0.1">
<instruction type="file" />
<instruction type="acpTemplate" />
<instruction type="template" />

<instruction type="option" />

<instruction type="language" />
</instructions>
</package>

0 comments on commit 256825f

Please sign in to comment.