arduino-ide icon indicating copy to clipboard operation
arduino-ide copied to clipboard

Split Editor

Open markub3327 opened this issue 2 years ago • 5 comments

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://github.com/arduino/arduino-ide/issues/909#issuecomment-1077953090
  • https://github.com/arduino/arduino-ide/issues/909#issuecomment-1722462492
  • 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
  • https://forum.arduino.cc/t/ide-2-1-1-changed-mouseover-functions-and-intellisense/1147729/10
  • https://forum.arduino.cc/t/help-suggestion-for-the-ide/1175604
  • https://forum.arduino.cc/t/wishes-for-the-future-ide-updates/1233981

Issue checklist

  • [X] I searched for previous requests in the issue tracker
  • [X] I verified the feature was still missing when using the latest nightly build
  • [X] My request contains all necessary details

markub3327 avatar Mar 13 '22 19:03 markub3327

Possible related: https://github.com/arduino/arduino-ide/issues/552

You can do F1 > type Split Editors > and press Enter but then you cannot close the split tabs.

kittaakos avatar Mar 14 '22 08:03 kittaakos

Yes, I see it. It is done by command, but I want a button like VSCode has. And please create a cross button to close tabs too.

The point of this issue is the making of two buttons. One for splitting editors like VSCode has and the second button will close the tab.

Thanks a lot.

markub3327 avatar Mar 14 '22 15:03 markub3327

Let's rephrase it to "we would like to have"

Thank you contributors for all the work done!

PS: RC5 : Still two main issues IMHO: Split view and serial monitor

CptHolzschnauz avatar Mar 24 '22 19:03 CptHolzschnauz

Thanks a lot. I wait to new releases.

markub3327 avatar Mar 24 '22 19:03 markub3327

Really hoping this will be be implemented <3

CaptainCredible avatar Sep 17 '23 12:09 CaptainCredible