Skip to content

Commit 256825f

Browse files
committed
v1.1.0
1 parent 0e4b00d commit 256825f

5 files changed

Lines changed: 41 additions & 24 deletions

File tree

language/de-informal.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<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">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
33
<category name="wcf.acp.option">
44
<item name="wcf.acp.option.category.general.system.ace"><![CDATA[ACE-Code]]></item>
55
<item name="wcf.acp.option.ace_theme"><![CDATA[Theme]]></item>

language/de.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<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">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
33
<category name="wcf.acp.option">
44
<item name="wcf.acp.option.category.general.system.ace"><![CDATA[ACE-Code]]></item>
55
<item name="wcf.acp.option.ace_theme"><![CDATA[Theme]]></item>

language/en.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<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">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
33
<category name="wcf.acp.option">
44
<item name="wcf.acp.option.category.general.system.ace"><![CDATA[ACE-Code]]></item>
55
<item name="wcf.acp.option.ace_theme"><![CDATA[Theme]]></item>

option.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
2+
<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">
33
<import>
44
<categories>
55
<category name="general.system.ace">
6-
<parent>general.system</parent>
6+
<parent><![CDATA[general.system]]></parent>
77
</category>
88
</categories>
99
<options>
1010
<option name="ace_theme">
11-
<optiontype>select</optiontype>
11+
<optiontype><![CDATA[select]]></optiontype>
1212
<selectoptions><![CDATA[chrome:Chrome
1313
github:GitHub
1414
monokai:Monokai
1515
twilight:Twilight]]></selectoptions>
16-
<defaultvalue>chrome</defaultvalue>
17-
<categoryname>general.system.ace</categoryname>
16+
<defaultvalue><![CDATA[chrome]]></defaultvalue>
17+
<categoryname><![CDATA[general.system.ace]]></categoryname>
1818
</option>
1919
</options>
2020
</import>

package.xml

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,51 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
2+
<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">
33
<packageinformation>
44
<packagename>ACE Codeeditor</packagename>
55
<packagedescription><![CDATA[Implements an alternative to CodeMirror]]></packagedescription>
6-
<version>1.0.1</version>
7-
<date>2018-02-23</date>
6+
<version>1.1.0</version>
7+
<date>2021-09-11</date>
88
</packageinformation>
9-
9+
1010
<authorinformation>
1111
<author><![CDATA[Florian Gail]]></author>
1212
<authorurl><![CDATA[https://www.mysterycode.de]]></authorurl>
1313
</authorinformation>
14-
15-
<compatibility>
16-
<api version="2018" />
17-
<api version="2017" />
18-
</compatibility>
19-
14+
2015
<requiredpackages>
21-
<requiredpackage minversion="3.0.0">com.woltlab.wcf</requiredpackage>
16+
<requiredpackage minversion="5.4.0">com.woltlab.wcf</requiredpackage>
2217
</requiredpackages>
23-
18+
19+
<excludedpackages>
20+
<excludedpackage version="5.5.0 Alpha 1">com.woltlab.wcf</excludedpackage>
21+
</excludedpackages>
22+
2423
<instructions type="install">
2524
<instruction type="file" />
2625
<instruction type="acpTemplate" />
26+
<instruction type="template" />
27+
2728
<instruction type="option" />
29+
2830
<instruction type="language" />
2931
</instructions>
30-
32+
3133
<instructions type="update" fromversion="1.0.0">
3234
<instruction type="file" />
35+
<instruction type="acpTemplate" />
36+
<instruction type="template" />
37+
38+
<instruction type="option" />
39+
40+
<instruction type="language" />
41+
</instructions>
42+
<instructions type="update" fromversion="1.0.1">
43+
<instruction type="file" />
44+
<instruction type="acpTemplate" />
45+
<instruction type="template" />
46+
47+
<instruction type="option" />
48+
49+
<instruction type="language" />
3350
</instructions>
3451
</package>

0 commit comments

Comments
 (0)