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

Sketch export with all libraries (also board versions) #136

Open
hutje opened this issue Oct 21, 2019 · 4 comments
Open

Sketch export with all libraries (also board versions) #136

hutje opened this issue Oct 21, 2019 · 4 comments
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@hutje
Copy link

hutje commented Oct 21, 2019

Is your feature request related to a problem? Please describe.
When I work with different sketches on different computers, I want to be able to save the whole project, with all the essential data to be able to compile the sketch on another computer.

Describe the solution you'd like
An easy way to save all included libraries and board with the sketch. Like a project. To be able to open and compile it on another computer.
There already is an export function, but this only includes the ino file, but this needs to be extended.

@Master811129
Copy link

Yeah thats a good idea. I'm waiting for this IDE just for this feature:

"save all included libraries and board with the sketch. LIKE A PROJECT."

@hutje
Copy link
Author

hutje commented Feb 4, 2020

Really hope this feature will be implemented... Most libraries rely on specific other library versions, this can cause problems with different projects and different library versions... Atom and Platform.io do have this option, but I really like to use the original IDE as it is intended for Arduino boards.
It just misses this one (important) feature.

@per1234
Copy link
Contributor

per1234 commented Feb 18, 2021

Related: arduino/arduino-cli#108

@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
@derniwi
Copy link

derniwi commented Jul 7, 2023

Hello,
I have several independent projects for completly different hardware (Arduino Nano, Arduino Mega 2560, ESP32...). So an export and import of the current settings for each project would really help. Currently I document every used setting in the .ino as a comment block.
But switching between two projects is not funny.

I'm not talking about using compiler directives for different hardware in one project, I'm talking about different projects with different hardware.

Regards
Nils

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

5 participants