-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Component: IDEThe Arduino IDEThe Arduino IDEComponent: IDE user interfaceThe Arduino IDE's user interfaceThe Arduino IDE's user interfacefeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)
Description
Recent versions of Arduino with the new builder support recursive building, where subfolders are scanned and all files found are compiled. Perhaps this was meant only for libraries, but it's also being done for sketches.
However, the IDE editor does not support files in subfolders. If you create a subfolder in a sketch folder, and place code within it, this code will be built as part of the sketch. But the user can't edit it, or even see any visual indication Arduino is building other code.
This can be problem for examples, written before the new builder, which placed PC-based example code in subfolders. Because there's no visual indication other code is being compiled, this leads to very confusing errors.
joebowbeer, Mek101 and TCB13
Metadata
Metadata
Assignees
Labels
Component: IDEThe Arduino IDEThe Arduino IDEComponent: IDE user interfaceThe Arduino IDE's user interfaceThe Arduino IDE's user interfacefeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)