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

Remember board and port for each code-window #1482

Closed
matsekberg opened this issue Jun 23, 2013 · 5 comments
Closed

Remember board and port for each code-window #1482

matsekberg opened this issue Jun 23, 2013 · 5 comments
Assignees
Labels
Component: IDE The Arduino IDE feature request A request to make an enhancement (not a bug fix)

Comments

@matsekberg
Copy link

When using multiple boards simultaneously it would be nice if the window being verified/uploaded remembers the board and port setting for the code window.
Now one have to alter board and port settings when switching between two projects in two separate windows.

@ffissore ffissore added the New label Feb 27, 2014
@cmaglie cmaglie removed the New label Feb 27, 2014
@ffissore ffissore self-assigned this Jul 1, 2015
@Ghostbird
Copy link

Ghostbird commented Jun 25, 2016

Definitely needs this. It's completely unexpected and confusing that the two windows share the Board and Port setting. The two separate windows suggest two separate running instances of the program, but I guess that is not the case.
Edit: Somehow my comment caused me to unassign @ffissore. I have no idea how that happened.

@per1234
Copy link
Collaborator

per1234 commented Jul 2, 2017

At least on Windows, it is possible to accomplish this if each window is a separate instance of the Arduino IDE. This is done by starting the Arduino IDE multiple times (by clicking the Arduino IDE shortcut or a sketch) rather than having multiple windows of the same instance, which happens when you use File > New, File > Open, File > Sketchbook, or File > Examples.

@Ghostbird
Copy link

Ah, thanks! That makes perfect sense. The operating system probably doesn't matter. It's just that you open an entirely new process tree. This happens in those cases where opening Arduino IDE shows the splash screen.

@JesseBusman
Copy link

I was mildly annoyed by this, and can confirm that having two seperate Arduino processes helps. It would still be nice if you could have a different board setting per IDE window, instead of per IDE process which is very unintuitive. (can't visually tell whether two windows belong to the same process)

@per1234 per1234 added the feature request A request to make an enhancement (not a bug fix) label Oct 16, 2020
@per1234 per1234 self-assigned this May 20, 2024
@per1234
Copy link
Collaborator

per1234 commented May 20, 2024

This has been implemented in Arduino IDE 2.x. The board and port selection in each window is completely independent, without any need for the user to follow a special procedure to accomplish this.

@per1234 per1234 closed this as completed May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE The Arduino IDE feature request A request to make an enhancement (not a bug fix)
Projects
None yet
Development

No branches or pull requests

6 participants