diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2024-01-09 23:01:02 +0100 |
---|---|---|
committer | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2024-01-11 19:49:28 +0100 |
commit | c0075bf84ecb64186f42c861985af43e120101f9 (patch) | |
tree | 75bc1f422f1ddc61f78141234940f2f176e32755 /officecfg/registry/schema/org | |
parent | a207d7ab26fe0324e1074ffb96d6385b3781b391 (diff) |
tdf#155381 Remember the visibility of UI components in the Basic IDE
This patch remembers the visibility of the Object Catalog, Watched Expressions and Stack Window in the Basic IDE.
Change-Id: I2fea038ffc56af45cd6570feeb14ab84307f8cef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161852
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'officecfg/registry/schema/org')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs b/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs index 0a17b5f2d75b..1fe9af67f78f 100644 --- a/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/BasicIDE.xcs @@ -170,6 +170,24 @@ </info> <value>true</value> </prop> + <prop oor:name="StackWindow" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Sets the visibility of the Call Stack window.</desc> + </info> + <value>true</value> + </prop> + <prop oor:name="WatchWindow" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Sets the visibility of the Watched Expressions window.</desc> + </info> + <value>true</value> + </prop> + <prop oor:name="ObjectCatalog" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Sets the visibility of the Object Catalog window.</desc> + </info> + <value>true</value> + </prop> <prop oor:name="ColorScheme" oor:type="xs:string" oor:nillable="false"> <info> <desc>Name of the selected color scheme used in the Basic IDE.</desc> |