Skip to content

As a user I want to copy-paste the FQBN from the UI #89

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

Open
kittaakos opened this issue Sep 17, 2020 · 2 comments
Open

As a user I want to copy-paste the FQBN from the UI #89

kittaakos opened this issue Sep 17, 2020 · 2 comments
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@kittaakos
Copy link
Contributor

When I have to verify the IDE2 behavior against the CLI, I very often end up running arduino-cli board list from a terminal to get the FQBN of the attached boards. It would be great to be put the FQBN of a particular board to the clipboard in IDE2.

This should be possible from the IDE2

  • using the UI only, or maybe
  • with a keybinding, or
  • a right-click context menu solution is fine too, or maybe
  • from the status bar.

If you have any better ideas/requirements, please leave a comment.

@per1234
Copy link
Contributor

per1234 commented Feb 19, 2021

An alternative would be to provide the FQBN in a convenient location in the verbose compilation output for copy/paste. I do find myself periodically copying the FQBN from the classic Arduino IDE's output and I have to find it in a super long arduino-builder command. I have even suggested Arduino CLI users try this when they are having trouble determining which FQBN to use for their board (arduino/arduino-cli#138 (comment)).

I see there is currently something like that already in the Arduino Pro IDE output:

{
  "sketchUri": "file:///c%3A/Users/per/AppData/Local/Temp/.arduinoProIDE-unsaved2021118-13332-pznk4d.u9m8q/sketch_feb18c/sketch_feb18c.ino",
  "fqbn": "arduino:avr:mega:cpu=atmega2560",
  "optimizeForDebug": true,
  "verbose": false,
  "exportBinaries": false
}

The other parts of that output aren't so useful, but the FQBN part seems nice enough. The JSON formatting isn't needed.

@rsora rsora transferred this issue from arduino/arduino-pro-ide Mar 1, 2021
@silvanocerza silvanocerza added the type: enhancement Proposed improvement label Mar 1, 2021
@per1234 per1234 added the topic: code Related to content of the project itself label Nov 1, 2021
@per1234 per1234 assigned per1234 and unassigned per1234 Aug 26, 2023
@per1234
Copy link
Contributor

per1234 commented Aug 26, 2023

provide the FQBN in a convenient location in the verbose compilation output for copy/paste

This capability has since been provided by arduino/arduino-cli#2134 + #1996

The original request is still not implemented:

This should be possible from the IDE2

  • using the UI only, or maybe
  • with a keybinding, or
  • a right-click context menu solution is fine too, or maybe
  • from the status bar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

3 participants