-
-
Notifications
You must be signed in to change notification settings - Fork 431
Opening example with .pde
file extension fails silently
#518
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
hi @lmtanco This issue is in our backlog, but since more and more 3rd party developers are updating their libraries and examples to comply with specifications, we gave it very low priority. I have created a PR to Paul with the extensions updated. Thank you |
.pde
file extension fails silently
I have this issue in 2.0.2. Can't open a .pde example for the PCM library. Very frustrating. |
Just checked again, with yesterday's daily build (after 2.0.2) and still has issue. This time with the Radiohead library. |
@KurtE Yep, it's very frustrating. Not exactly an upgrade IMO since several of the libraries I use have .pde files that wont open and the developers aren't going to be updating these libraries again. I'm back to using the older IDE for now. |
My suggestion would be to detect if the library's examples are using the obsolete format, if so ask the user if he would like to upgrade them. |
I think this has been fixed in commit 0ab2826. |
See #2377 for 2.3.2 issue |
Describe the problem
If the example for a library has
.pde
file extension, Arduino IDE will silently fail to open it.To reproduce
🐛 The example doesn't open. There is no communication of a problem.
Expected behavior
Arduino IDE opens all valid example sketches, regardless of whether they use a deprecated file extension.
Arduino IDE version
2.0.0-beta.11
Operating system
Operating system version
Additional context
On the Arduino forum, user in0 has reproduced the error on Windows and provides additional info:
Additional Reports
Workaround
Rename the example sketch to use the
.ino
file extension.Issue checklist
The text was updated successfully, but these errors were encountered: