File tree 17 files changed +2307
-1319
lines changed
17 files changed +2307
-1319
lines changed Original file line number Diff line number Diff line change
1
+ # focheck 0.7.13
2
+
3
+ - ` axs.rnc ` updated to match ahfsettings 7.2.8.
4
+ - ` width ` as 'shorthand' for ` min-width ` and ` max-width ` .
5
+ - ` height ` as 'shorthand' for ` min-height ` and ` max-height ` .
6
+ - Added missing 'axf: field-readonly '. (#45 )
7
+ - Made Japanese more readable. (#44 , @hidaruma )
8
+ - Unique ID for Japanese add-on file so both can be active (though only one will take effect at any one time).
9
+ - Remove ` -o ` from 'AHFormatter' alternative of ` fo-format ` .
10
+
1
11
# focheck 0.7.12
2
12
3
13
- Updated to 'axs' schema module to 'ahfsettings 7.2.4' schema.
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://www.oxygenxml.com/ns/extension http://www.oxygenxml.com/ns/extension/extensions.xsd" >
5
5
<xt : extension id =" focheck-ja" >
6
- <xt : location href =" https://github.com/AntennaHouse/focheck/releases/download/v0.7.12 /focheck-framework-ja-0.7.12 .zip" />
7
- <xt : version >0.7.12 </xt : version >
6
+ <xt : location href =" https://github.com/AntennaHouse/focheck/releases/download/v0.7.13 /focheck-framework-ja-0.7.13 .zip" />
7
+ <xt : version >0.7.13 </xt : version >
8
8
<xt : oxy_version >14.0+</xt : oxy_version >
9
9
<xt : type >framework</xt : type >
10
10
<xt : author >Antenna House, Inc.</xt : author >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://www.oxygenxml.com/ns/extension http://www.oxygenxml.com/ns/extension/extensions.xsd" >
5
5
<xt : extension id =" focheck" >
6
- <xt : location href =" https://github.com/AntennaHouse/focheck/releases/download/v0.7.12 /focheck-framework-0.7.12 .zip" />
7
- <xt : version >0.7.12 </xt : version >
6
+ <xt : location href =" https://github.com/AntennaHouse/focheck/releases/download/v0.7.13 /focheck-framework-0.7.13 .zip" />
7
+ <xt : version >0.7.13 </xt : version >
8
8
<xt : oxy_version >14.0+</xt : oxy_version >
9
9
<xt : type >framework</xt : type >
10
10
<xt : author >Antenna House, Inc.</xt : author >
Original file line number Diff line number Diff line change 1
1
# Version of current code base. Included in generated files.
2
2
# See instructions in 'build.xml'.
3
- version =0.7.12
3
+ version =0.7.13
4
4
5
5
# Location of .jar for Saxon XSLT 2.0 (or later) processor
6
6
saxon.jar.windows =C:/saxon/saxon9he.jar
Original file line number Diff line number Diff line change 584
584
<ref name =" axf_field-multiple" />
585
585
<ref name =" axf_field-name" />
586
586
<ref name =" axf_field-name-suffix-page-number" />
587
+ <ref name =" axf_field-readonly" />
587
588
<ref name =" axf_field-scroll" />
588
589
<ref name =" axf_field-text-align" />
589
590
<ref name =" axf_field-top-index" />
2750
2751
</attribute >
2751
2752
</optional >
2752
2753
</define >
2754
+ <!--
2755
+ @axf:field-readonly
2756
+ @field-readonly
2757
+
2758
+ https://www.antenna.co.jp/AHF/help/ja/ahf-ext.html#axf.field-readonly
2759
+ -->
2760
+ <define name =" axf_field-readonly" >
2761
+ <optional >
2762
+ <attribute >
2763
+ <a : documentation >Whether the field is read-only: true | false</a : documentation >
2764
+ <choice >
2765
+ <name >axf:field-readonly</name >
2766
+ <name >field-readonly</name >
2767
+ </choice >
2768
+ <choice >
2769
+ <value >true</value >
2770
+ <value >false</value >
2771
+ </choice >
2772
+ </attribute >
2773
+ </optional >
2774
+ </define >
2753
2775
<!--
2754
2776
@axf:field-scroll
2755
2777
@field-scroll
You can’t perform that action at this time.
0 commit comments