bob011
June 6, 2022, 10:36pm
1
Is it possible to view .ino, .cpp, and .h tabs simultaneously using 2.0.0 rc6?
If so, please explain how this is done.
Thanks!
They should appear in the IDE tabs, just click on one to see it. If you want all visible on the monitor at one time you will need to use an external editor that will support that.
Hi @bob011 . Thanks for taking the time to give the Arduino IDE 2.0.0 release candidate a try!
The request for the "split editor" capability that would allow you to view the contents of multiple tabs (or even multiple copies of the same tab) is being tracked by the Arduino IDE developers here:
opened 07:17PM - 13 Mar 22 UTC
type: enhancement
topic: code
### Describe the request
Allow splitting the editor into multiple panes.
🙂… It is helpful to reference the contents of another file or section of the current file while working.
### Describe the current behavior
There is only a single editor pane.
🙁 You must scroll up and down through the file to reference the contents of another section of the current file.
🙁 You must switch back and forth between tabs in order to reference the contents of another file.
### Arduino IDE version
692f29f
### Operating system
All
### Operating system version
All
### Additional context
A split editor capability was accidentally introduced via a Theia dependency update, then removed (https://github.com/arduino/arduino-ide/pull/940) after it was found to be not fully functional (https://github.com/arduino/arduino-ide/issues/552).
---
The same feature is in VS Code by pressing Split Editor Right (COMMAND+\ on macOS).
#### Additional Reports
- https://forum.arduino.cc/t/split-for-ide-main-view/695920
- https://forum.arduino.cc/t/cant-create-a-split-view-edited/1023920
- https://forum.arduino.cc/t/split-and-desk-windows-modes-are-lost/1001269
- https://forum.arduino.cc/t/my-wishlist-and-must-haves/938821
- https://forum.arduino.cc/t/arduino-ide-2-0-x/1062676
- https://forum.arduino.cc/t/holy-maccaroni-many-thanks/1033178
- https://forum.arduino.cc/t/view-ino-cpp-and-h-tabs-simultaneously/1000105/3
- https://forum.arduino.cc/t/switch-between-output-and-serial-monitor-while-uploading/1047727
- https://forum.arduino.cc/t/local-remote-git-sketch-handling/1066737
### Issue checklist
- [X] I searched for previous requests in [the issue tracker](https://github.com/arduino/arduino-ide/issues?q=)
- [X] I verified the feature was still missing when using the latest [nightly build](https://www.arduino.cc/en/software#nightly-builds)
- [X] My request contains all necessary details
If you have a GitHub account, you can subscribe to that issue to get notifications of any new developments related to this subject.
system
Closed
December 14, 2022, 2:46pm
5
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.