I also have the problem, that the split screen doesn't close, even if I restart the IDE. There is no pattern in the replace field. How can I close this second screen?
Hi @projectdevelop .
I'll provide instructions you can follow to close these split editor panels:
Press the Ctrl +Shift +P keyboard shortcut (Command +Shift +P for macOS users) to open the "Command Palette".
A menu will appear on the editor toolbar:
Select the "View: Reset Workbench Layout " command from the menu.
β You can scroll down through the list of commands to find it or type the name in the field.
By the way, not necessarily related to the problem you experienced, but I notice from your screenshot that you are using a significantly outdated version of Arduino IDE (2.0.4). Unless you have some specific reason for using that version, I highly recommend you to update to the latest version (2.2.1 at the time of writing). There has been a tremendous amount of development work since the 2.0.4 release of Arduino IDE you are using, including important bug fixes and enhancements.
Thank you. I'll update the IDE right now.
Another update is not done yet, that I also wanted to run.
The reason that I didn't update it was that I cannot select the button in the board manager because it is so much text in the IDE that the button is not available. I want to do the update manually, because I don't want to update all the libraries. (I use the function getFormattedDate() in other projects. This function is lost if I do an automatic update.
You are welcome. I'm glad if I was able to be of assistance.
I remember some bugs like that:
opened 06:20AM - 03 Sep 22 UTC
closed 08:20AM - 05 Sep 22 UTC
conclusion: resolved
topic: code
type: imperfection
### Describe the problem
The IDE's **Library Manager** and **Boards Manager**β¦ list the libraries and boards platforms that are available.
Since there are >5000 libraries, and even the primary package index alone contains a significant number of boards platforms, the length of the list will often exceed the vertical display area of the view, meaning the user will scroll down to reach items lower on the list.
When the mouse pointer is hovered over one of the list items, a version menu and "**INSTALL**" button are added at the bottom of the item.
π The interface elements are not accessible for the last item on the list when the list height is equal to or greater than the vertical dimensions of the view.
### To reproduce
1. Open the **Library Manager** view in the Arduino IDE.
1. Type `servo` in the "**Filter your search...**" field.
**β** This is only an arbitrary example of a list that exceeds the height of the view.
1. Scroll to the bottom of the list.
1. Hover the mouse pointer over the last item on the list
π The version menu and "**INSTALL**" button are not accessible.
1. Use the mouse wheel to scroll the list down farther.
π The list does not scroll down farther.

### Expected behavior
The installation interface is accessible on all **Library Manager** and **Boards Manager** items.
### Arduino IDE version
2.0.0-rc9.2.snapshot-20cc34c
### Operating system
Windows, Linux
### Operating system version
Windows 10, Ubuntu 20.04
### Additional context
I bisected the introduction to 5cb9166c839e7b7be19502bf28b45852127e84e4 (does not occur with the build for https://github.com/arduino/arduino-ide/commit/7828cc11ac172fdc8d62450ce8fc499d40d50aa1)
---
Even prior to the regression, the scrollbar didn't scroll the list down far enough for the interface to be visible on hover. However, previously you could use the mouse wheel to scroll it farther to reach the interface.
---
After the changes made in https://github.com/arduino/arduino-ide/pull/1385 to fix other scrolling-related issues, I find that it is sometimes possible to reach the interface, but not reliably:

---
Related:
- https://github.com/arduino/arduino-ide/issues/1380
- https://github.com/arduino/arduino-ide/issues/1381
### Issue checklist
- [X] I searched for previous reports in [the issue tracker](https://github.com/arduino/arduino-ide/issues?q=)
- [X] I verified the problem still occurs when using the latest [nightly build](https://github.com/arduino/arduino-ide#nightly-builds)
- [X] My report contains all necessary details
opened 01:04PM - 17 Sep 22 UTC
closed 11:25PM - 26 Oct 22 UTC
topic: code
type: imperfection
### Describe the problem
The IDE's **Library Manager** and **Boards Manager**β¦ list the libraries and boards platforms that are available.
Since there are >5000 libraries, and even the primary package index alone contains a significant number of boards platforms, the length of the list will often exceed the vertical display area of the view, meaning the user will scroll down to reach items lower on the list.
When the mouse pointer is hovered over one of the list items, a version menu and "**INSTALL**" button are added at the bottom of the item.
π When the hovered item is at the end of the listings, the revealed interface elements are below the bottom margin of the list. The user can not use the scrollbar to make the interface accessible because moving the mouse pointer to the scrollbar causes the item to lose hovered status.
### To reproduce
1. Open the **Library Manager** view in the Arduino IDE.
1. Scroll to the bottom of the list.
1. Hover the mouse pointer over the last item on the list
π The version menu and "**INSTALL**" button are not accessible.
1. Attempt to use the scrollbar to scroll the list down farther.
π It is impossible to use the scrollbar to access the installation interface.

### Expected behavior
User is able to easily access the installation interface of any item in the Boards Manager and Library Manager listings
### Arduino IDE version
2.0.0-snapshot-4e590ab
### Operating system
Windows
### Operating system version
10
### Additional context
Originally reported at https://forum.arduino.cc/t/library-manager-panel-bug/1032762
---
It is possible to use the mouse scroll wheel or the <kbd>**β**</kbd> key to scroll the list, but this might not be obvious to some users (maybe some mice don't even have a scroll wheel?)
---
This UI behavior has been the source of multiple other bugs/poor UX: https://github.com/arduino/arduino-ide/issues/1425, https://github.com/arduino/arduino-ide/issues/1403, https://github.com/arduino/arduino-ide/issues/1387
### Issue checklist
- [X] I searched for previous reports in [the issue tracker](https://github.com/arduino/arduino-ide/issues?q=)
- [X] I verified the problem still occurs when using the latest [nightly build](https://github.com/arduino/arduino-ide#nightly-builds)
- [X] My report contains all necessary details
They were fixed some versions back. Please let us know if you still experience the problem after updating the IDE to 2.2.1
1 Like
I'm using IDE 2.3.0 and still get the split screen on search/replace, and it doesn't close when the search is closed or search term cleared. View>reset workbench layout does work.
Hi @krhorner116
It is the intended design of the IDE. It gives a preview of the changes that would result from the replace operation.
This is normal and expected. Simply click the X icon on the tab when you are ready to close it:
system
Closed
August 12, 2024, 3:01am
7
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.