Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow one sketch to be uploaded to, and serial-monitored on, multiple ports #583

Open
StephenJD opened this issue Oct 31, 2021 · 3 comments
Assignees
Labels
topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor type: enhancement Proposed improvement

Comments

@StephenJD
Copy link

StephenJD commented Oct 31, 2021

Is your feature request related to a problem? Please describe.
I am testing a sketch on multiple boards (various different Arduino flavours). If I try to open the IDE twice for the same sketch, it simply reverts to the original. To persuade the IDE to give me multiple windows I have to have a differently named sketch for each board. (I cannot find a way to launch multiple IDE's from Explorer.)
This is tedious, because any changes I make to the "master" sketch, I have to copy and paste to all the others. It also means I have multiple sketches on disk, only one of which I actually need.

Describe the solution you'd like
The nicest solution would be to enable one IDE to upload to, and monitor, multiple ports, instead of just one. If this is not possible, then when "reopening" a sketch that an IDE is already showing, have it ask if you want to allow multiple IDE's for this sketch. As a last resort, allow windows explorer to launch multiple instances of the IDE.

Describe alternatives you've considered
Use Arduino 1.8 which allows windows explorer to launch multiple IDE's with the same sketch.

Additional context

Additional requests:

@StephenJD StephenJD added the type: enhancement Proposed improvement label Oct 31, 2021
@per1234 per1234 added the topic: code Related to content of the project itself label Oct 31, 2021
@per1234
Copy link
Contributor

per1234 commented Dec 21, 2021

The IDE now does have the capability to open the same sketch in multiple windows via File > New Window.

It can be awkward at times though because the most recently opened sketch is loaded (equivalent to the behavior when starting the IDE), which is not necessarily the sketch that was open in the window you accessed File > New Window from.

So I'll leave this open for now in case the UX experts want to take a look. I suspect that File > New Window was introduced as a side effect of updating to a new version of the Eclipse Theia IDE framework.

@per1234
Copy link
Contributor

per1234 commented Aug 27, 2023

The IDE now does have the capability to open the same sketch in multiple windows via File > New Window.

The feature stopped working at 2.0.0-rc7 and was later removed via #1071

@PureSpider

This comment was marked as duplicate.

@arduino arduino locked as too heated and limited conversation to collaborators Aug 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

5 participants