Closed measley closed 11 years ago
This is a restriction from the original IDE, Processing.
Now, if .c
.cpp
and .h
files are in the same folder where the sketch is, all the files are opened together.
I understand that part. Can't we make a change to the IDE code?
IMHO, no. I'd rather prefer the Energia team to focus on the framework than to spend time on the IDE.
Why?
As a solution: use the Energia framework with a standard IDE, like
Would like to edit .c .h and .cpp files directly in Energia IDE. Currently only .ino files can be opened. Makes it difficult to make quick edits to library files.
I understand the need for some restriction as we don't want new users to accidentally break their Energia build with haphazard edits, so we can try to limit to edits within the libraries folders.