-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
Option to add existing files to a sketch #284
Comments
@per1234 |
I don't think it would do any harm. This tabs menu is not something a beginner needs to use, so adding additional functionality to it doesn't add complexity to the beginner's UI. |
thanks @per1234 let's create a task for this :) |
Thanks to a forum user, I just discovered that Arduino IDE 1.x has this capability, so this is actually a matter of feature parity. I remember that when the Sketch > Add File... capability was added to Arduino IDE 2.x, it was specified as a way to add supplemental files (e.g., documentation) to the
Arduino IDE 2.x's Sketch > Add File... capability always does the second of these, even when adding a file with a supported sketch code file extension. |
And '.hpp', and '.hh'. |
- code files will be copied to sketch folder root - other files go under the `data` folder in the sketch folder root Closes #284 Signed-off-by: Akos Kitta <[email protected]>
- code files will be copied to sketch folder root - other files go under the `data` folder in the sketch folder root Closes #284 Signed-off-by: Akos Kitta <[email protected]>
Describe the request
It would be great if the files drop down menu would allow to "add existing files"
Describe the current behavior
If I want to reuse some code I wrote earlier without creating a library, I manually copy those files to the sketch folder.
At the moment I have to restart the IDE to integrate them into the sketch.(tracked at #296)Expected behavior
It is possible to add existing code files to a sketch via the Arduino IDE GUI.
Arduino IDE version
76f9f63
Operating system
Windows
Operating system version
10
Additional context
Additional reports:
Issue checklist
The text was updated successfully, but these errors were encountered: