-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Support for sketch-local libraries #4050
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
Comments
excellent work, highly appreciated ! |
For the time being I implemented my own builder as I was wasting too much time on arduino-builder (go is a no-go ;-) ). On the bright side, switching between the 3 builders I have is a config option. |
Duplicate of #314. See #314 (comment) |
After 3 years I have to assume that regardless of the many benefits some people may have seen over the years, the company has decided that it either does not have the resources to make certain enhancements to the product, or simply prefers to keep it in sunset mode with only the minimum amount of maintenance until something else replaces it. no pb at all. I wrote what I needed to keep my code structured. |
just curious about how the Arduino Studio actually handles the libraries issue... |
Having run into the issue myself, I noticed that a number of people were asking about libraries inside a sketch project. This is the result of a couple of local changes to the latest IDE.
Sketches can have a local "libraries" sub-folder with libraries. The outline view displays them in a list. The source files for local libraries can be edited. When selecting a file from a library, all the tabs of the main editor are replaced with equivalent tabs for each of the library's file (doing it this way makes it possible to reuse all the existing Editor logic with very minimal changes).
Would there be any interest for folding this into the release?
The text was updated successfully, but these errors were encountered: