diff options
author | Gergo Mocsi <gmocsi91@gmail.com> | 2013-07-31 17:08:18 +0200 |
---|---|---|
committer | Gergo Mocsi <gmocsi91@gmail.com> | 2013-09-02 18:16:53 +0200 |
commit | 27da1e7340c37c4cc098a367592da9e0ed42f7dc (patch) | |
tree | 7bbc86571dc65b85ab3d8da437732ce1f1736ef6 /officecfg | |
parent | c40ba9c3e041a5b94bcbc2be7aa49a1c7df6a188 (diff) |
GSOC work, ListBox appearance fix (at the borders) + code fixes
ListBox appearance fixed at the borders:
a) bottom: it it placed over the current line (not under)
b) right side: listbox's right side is adjusted to the window's right side
Coed fixes:
CodeCompleteOptions now intializes itself from the configuration file BasicIDE.xcs
Added a checkbox for enabling extended types in the options dialog.
Cursor is visible when the listbox is active.
Fixed the small issue when deleting a character.
Change-Id: I68b80143de245cebfce65cdd8af37ea4694aa81b
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs b/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs index 1cce64415e26..385f746a7dca 100644 --- a/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs @@ -32,6 +32,12 @@ </info> <value>false</value> </prop> + <prop oor:name="UseExtended" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Sets the usage of extended types on/off. Default is false.</desc> + </info> + <value>false</value> + </prop> <prop oor:name="AutocloseParenthesis" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Sets the autoclose parenthesis on/off. Default is false.</desc> |