Bug 146518 - BASIC IDE: Add menu option to reopen Watch and Call windows
Summary: BASIC IDE: Add menu option to reopen Watch and Call windows
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
7.2.3.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:7.6.0
Keywords:
: 152399 (view as bug list)
Depends on:
Blocks: Main-Menu BASIC-IDE
  Show dependency treegraph
 
Reported: 2022-01-01 17:58 UTC by Leslie
Modified: 2023-05-24 11:56 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leslie 2022-01-01 17:58:36 UTC
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
Comment 1 Roman Kuznetsov 2022-02-12 19:19:57 UTC
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?
Comment 2 Heiko Tietze 2022-02-14 08:36:40 UTC
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?
Comment 3 Rafael Lima 2023-02-19 23:44:51 UTC
(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
Comment 4 Commit Notification 2023-02-23 12:34:42 UTC
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.
Comment 5 Rafael Lima 2023-02-23 12:36:39 UTC
*** Bug 152399 has been marked as a duplicate of this bug. ***
Comment 6 Commit Notification 2023-05-24 11:56:05 UTC
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.