diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2023-02-19 20:37:51 -0300 |
---|---|---|
committer | Rafael Lima <rafael.palma.lima@gmail.com> | 2023-02-23 12:34:21 +0000 |
commit | 11c69c57f045f364dd7466f49d9de5408b6a02b4 (patch) | |
tree | 9332690c6ee90a708692eda82b5a8e5d608ba080 /basctl/sdi | |
parent | 9da4a2518eea880a2c80515d1346effa7c8c8c11 (diff) |
tdf#146518 Implement commands to toggle Watch/Stack windows
This patch implements the new .uno:WatchWindow and .uno:StackWindow commands in the Basic IDE to allow the user to toggle the Watch/Stack windows.
Change-Id: I0778b9fe8efcafbbf57da3cc437e6b156306021d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147305
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'basctl/sdi')
-rw-r--r-- | basctl/sdi/baside.sdi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/basctl/sdi/baside.sdi b/basctl/sdi/baside.sdi index 0d32339fc833..9e7229ca9712 100644 --- a/basctl/sdi/baside.sdi +++ b/basctl/sdi/baside.sdi @@ -248,6 +248,18 @@ shell basctl_Shell StateMethod = GetState; ] + SID_BASICIDE_WATCH + [ + ExecMethod = ExecuteGlobal; + StateMethod = GetState; + ] + + SID_BASICIDE_STACK + [ + ExecMethod = ExecuteGlobal; + StateMethod = GetState; + ] + SID_BASICIDE_CREATEMACRO [ ExecMethod = ExecuteGlobal; |