energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
793 stars 673 forks source link

Allow .c .h and .cpp files to be opened in Energia #284

Closed measley closed 10 years ago

measley commented 10 years ago

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.

rei-vilo commented 10 years ago

This is a restriction from the original IDE, Processing.

Now, if .c .cppand .h files are in the same folder where the sketch is, all the files are opened together.

measley commented 10 years ago

I understand that part. Can't we make a change to the IDE code?

rei-vilo commented 10 years ago

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