1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 *   Licensed to the Apache Software Foundation (ASF) under one or more
12 *   contributor license agreements. See the NOTICE file distributed
13 *   with this work for additional information regarding copyright
14 *   ownership. The ASF licenses this file to you under the Apache
15 *   License, Version 2.0 (the "License"); you may not use this file
16 *   except in compliance with the License. You may obtain a copy of
17 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 -->
19 <!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
20<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="BasicIDE" oor:package="org.openoffice.Office" xml:lang="en-US">
21    <info>
22        <desc>Contains configuration for the BASIC IDE.</desc>
23    </info>
24    <component>
25    <group oor:name="Autocomplete">
26        <info>
27            <desc>Autocomplete function configuration.</desc>
28        </info>
29        <prop oor:name="CodeComplete" oor:type="xs:boolean" oor:nillable="false">
30            <info>
31                <desc>Sets the code completion on/off. Default is false.</desc>
32            </info>
33            <value>false</value>
34        </prop>
35        <prop oor:name="UseExtended" oor:type="xs:boolean" oor:nillable="false">
36            <info>
37                <desc>Sets the usage of extended types on/off. Default is false.</desc>
38            </info>
39            <value>false</value>
40        </prop>
41        <prop oor:name="AutocloseParenthesis" oor:type="xs:boolean" oor:nillable="false">
42            <info>
43                <desc>Sets the autoclose parenthesis on/off. Default is false.</desc>
44            </info>
45            <value>false</value>
46        </prop>
47        <prop oor:name="AutocloseDoubleQuotes" oor:type="xs:boolean" oor:nillable="false">
48            <info>
49                <desc>Sets the autoclose double quotes on/off. Default is false.</desc>
50            </info>
51            <value>false</value>
52        </prop>
53        <prop oor:name="AutocloseProc" oor:type="xs:boolean" oor:nillable="false">
54            <info>
55                <desc>Sets the autoclose procedures on/off. Default is false.</desc>
56            </info>
57            <value>false</value>
58        </prop>
59        <prop oor:name="AutoCorrect" oor:type="xs:boolean" oor:nillable="false">
60            <info>
61                <desc>Sets the auto correction of keywords, variables, etc. on/off. Default is false.</desc>
62            </info>
63            <value>false</value>
64        </prop>
65    </group>
66    <group oor:name="EditorSettings">
67        <info>
68            <desc>Contains user configuration.</desc>
69        </info>
70        <prop oor:name="LineNumbering" oor:type="xs:boolean" oor:nillable="false">
71            <info>
72                <desc>Sets the line numbering on/off. Default is true.</desc>
73            </info>
74            <value>true</value>
75        </prop>
76    </group>
77    </component>
78</oor:component-schema>
79