Description: Add the option to reopen Watch and/or Call window if they have been closed. As it stands the IDE must be shut down and restarted to reopen the windows. If you can close it, you should be able to open it. Steps to Reproduce: 1.open the ide (edit macro) 2.undock the watch/call window 3.close the window Actual Results: No option to reopen window Expected Results: There should be a menu item to open watch/call window Reproducible: Always User Profile Reset: No Additional Info: Version: 7.2.3.2 (x64) / LibreOffice Community Build ID: d166454616c1632304285822f9c83ce2e660fd92 CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: threaded
Confirm in Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community Build ID: d140817428cdbb519efa496f578bf6c054c94361 CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render: Skia/Raster; VCL: win Locale: ru-RU (ru_RU); UI: ru-RU Calc: CL and it's a clear bug Heiko, any idea about it?
Guess we need UNO commands to toggle the WatchWindow() and the StackWindow() both in baside2b.cxx. Missing also the ability to dock these windows again. Hossein, do you think this could be an (advanced) easyhack?
(In reply to Heiko Tietze from comment #2) > Guess we need UNO commands to toggle the WatchWindow() and the StackWindow() > both in baside2b.cxx. Missing also the ability to dock these windows again. This patch implements the new UNO commands for toggling the Watch/Stack windows. https://gerrit.libreoffice.org/c/core/+/147305
Rafael Lima committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/11c69c57f045f364dd7466f49d9de5408b6a02b4 tdf#146518 Implement commands to toggle Watch/Stack windows It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 152399 has been marked as a duplicate of this bug. ***
Rafael Lima committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6c48e0b8e15c46b4c56a772065f3671d6bdba8e8 Related tdf#146518 Add Watch/Stack window commands to toolbar It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.