зеркало из https://github.com/mozilla/gecko-dev.git
Checking in for rcassin@supernova.org. Composer pref fixes, bug 47703, r=cmanske
This commit is contained in:
Родитель
798bafe8bc
Коммит
fe2ede9c32
|
@ -48,6 +48,42 @@
|
||||||
|
|
||||||
<box class="box-smallheader" title="&lHeader;"/>
|
<box class="box-smallheader" title="&lHeader;"/>
|
||||||
|
|
||||||
|
<!-- Recent files menu -->
|
||||||
|
<titledbox orient="vertical">
|
||||||
|
<title><text value="&recentFiles.title;"/></title>
|
||||||
|
<box align="horizontal" valign="middle">
|
||||||
|
<text value="&documentsInMenu;"/>
|
||||||
|
<textfield
|
||||||
|
id="recentFiles"
|
||||||
|
name="recent string"
|
||||||
|
type="text"
|
||||||
|
size="3"
|
||||||
|
value="10"
|
||||||
|
pref="true"
|
||||||
|
preftype="int"
|
||||||
|
prefstring="editor.history.url_maximum"
|
||||||
|
prefattribute="value"
|
||||||
|
/>
|
||||||
|
</box>
|
||||||
|
</titledbox>
|
||||||
|
|
||||||
|
<!-- HTML formatting on output -->
|
||||||
|
<titledbox orient="vertical">
|
||||||
|
<title><text value="&savingFiles.title;"/></title>
|
||||||
|
<box align="horizontal" valign="middle">
|
||||||
|
<checkbox
|
||||||
|
value = "&preserveExistingFormatting;"
|
||||||
|
id = "preserveFormatting"
|
||||||
|
tooltip = "aTooltip" tooltiptext="&preserveExistingFormatting.tooltip;"
|
||||||
|
pref = "true"
|
||||||
|
preftype = "bool"
|
||||||
|
prefstring = "editor.prettyprint"
|
||||||
|
prefattribute="checked"
|
||||||
|
/>
|
||||||
|
</box>
|
||||||
|
</titledbox>
|
||||||
|
|
||||||
|
<!-- Table editing -->
|
||||||
<titledbox orient="vertical" autostretch="never">
|
<titledbox orient="vertical" autostretch="never">
|
||||||
<title><text value="&tableEditing.label;"/></title>
|
<title><text value="&tableEditing.label;"/></title>
|
||||||
|
|
||||||
|
@ -82,25 +118,6 @@
|
||||||
</box>
|
</box>
|
||||||
</titledbox>
|
</titledbox>
|
||||||
|
|
||||||
<!-- Recent files menu -->
|
|
||||||
<titledbox orient="vertical">
|
|
||||||
<title><text value="&recentFiles.title;"/></title>
|
|
||||||
<box align="horizontal" valign="middle">
|
|
||||||
<text value="&documentsInMenu;"/>
|
|
||||||
<textfield
|
|
||||||
id="recentFiles"
|
|
||||||
name="recent string"
|
|
||||||
type="text"
|
|
||||||
size="3"
|
|
||||||
value="10"
|
|
||||||
pref="true"
|
|
||||||
preftype="int"
|
|
||||||
prefstring="editor.history.url_maximum"
|
|
||||||
prefattribute="value"
|
|
||||||
/>
|
|
||||||
</box>
|
|
||||||
</titledbox>
|
|
||||||
|
|
||||||
<!-- Take out Auto-Save; not supported at this time
|
<!-- Take out Auto-Save; not supported at this time
|
||||||
-->
|
-->
|
||||||
<titledbox orient="vertical">
|
<titledbox orient="vertical">
|
||||||
|
@ -130,22 +147,6 @@
|
||||||
</box>
|
</box>
|
||||||
</titledbox>
|
</titledbox>
|
||||||
|
|
||||||
<!-- HTML formatting on output -->
|
|
||||||
<titledbox orient="vertical">
|
|
||||||
<title><text value="&savingFiles.title;"/></title>
|
|
||||||
<box align="horizontal" valign="middle">
|
|
||||||
<checkbox
|
|
||||||
value = "&preserveExistingFormatting;"
|
|
||||||
id = "preserveFormatting"
|
|
||||||
tooltip = "aTooltip" tooltiptext="&preserveExistingFormatting.tooltip;"
|
|
||||||
pref = "true"
|
|
||||||
preftype = "bool"
|
|
||||||
prefstring = "editor.prettyprint"
|
|
||||||
prefattribute="checked"
|
|
||||||
/>
|
|
||||||
</box>
|
|
||||||
</titledbox>
|
|
||||||
|
|
||||||
<!-- External Editors are not supported at this time
|
<!-- External Editors are not supported at this time
|
||||||
<titledbox orient="vertical">
|
<titledbox orient="vertical">
|
||||||
<title><text value="&exterLegend.label;"/></title>
|
<title><text value="&exterLegend.label;"/></title>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче