summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorGergo Mocsi <gmocsi91@gmail.com>2013-08-01 13:59:10 +0200
committerGergo Mocsi <gmocsi91@gmail.com>2013-09-02 18:16:54 +0200
commit790a7aff12eb37c76484026bd77915cef3de98d4 (patch)
tree622ffe4fdd47e4e13e272d244a8754828eda0d02 /officecfg
parenta622a19b7acb12375b77bbaa21f6384121780d91 (diff)
GSOC work, renaming for consistency
Menu enrty was renamed to IDE Options under View. SID_BASICIDE_CODECOMPLETE was renamed to SID_BASICIDE_IDEOPTIONS. CodeCompleteDlg was rename to BasicIDEOptionDlg. Ui file was renamed to basicideoptionsdialog.ui. Checkbox for extended types is now independent from code complete one. Change-Id: Id862df0ee56cdf2aa81e19a34099fe679ad5d311
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/BasicIDE.xcu17
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu4
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs4
3 files changed, 4 insertions, 21 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/BasicIDE.xcu b/officecfg/registry/data/org/openoffice/Office/BasicIDE.xcu
index d3f74988aa94..fc401938cbcc 100644
--- a/officecfg/registry/data/org/openoffice/Office/BasicIDE.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/BasicIDE.xcu
@@ -18,21 +18,4 @@
-->
<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:install="http://openoffice.org/2004/installation" oor:name="BasicIDE" oor:package="org.openoffice.Office">
- <!--<node oor:name="Autocomplete" oor:op="replace">
- <prop oor:name="CodeComplete">
- <value>false</value>
- </prop>
- <prop oor:name="AutocloseParenthesis">
- <value>false</value>
- </prop>
- <prop oor:name="AutocloseDoubleQuotes">
- <value>false</value>
- </prop>
- <prop oor:name="AutocloseProc">
- <value>false</value>
- </prop>
- <prop oor:name="AutoCorrectSpelling">
- <value>false</value>
- </prop>
- </node>!-->
</oor:component-data>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu
index f31895249141..a796ce1b6e99 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu
@@ -8,9 +8,9 @@
<value xml:lang="en-US">Goto Line Number...</value>
</prop>
</node>
- <node oor:name=".uno:CodeCompleteOptionsDialog" oor:op="replace">
+ <node oor:name=".uno:BasicIDEOptionsDialog" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Code Completition Options</value>
+ <value xml:lang="en-US">IDE options</value>
</prop>
</node>
<node oor:name=".uno:ShowLines" oor:op="replace">
diff --git a/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs b/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs
index 385f746a7dca..7aecd133a193 100644
--- a/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs
@@ -56,9 +56,9 @@
</info>
<value>false</value>
</prop>
- <prop oor:name="AutoCorrectSpelling" oor:type="xs:boolean" oor:nillable="false">
+ <prop oor:name="AutoCorrectKeywords" oor:type="xs:boolean" oor:nillable="false">
<info>
- <desc>Sets the auto correct spelling on/off. Default is false.</desc>
+ <desc>Sets the auto correction of keywords on/off. Default is false.</desc>
</info>
<value>false</value>
</prop>