NB: Versions of the Arduino Software (IDE) prior to 1.0 saved sketches with the extension .pde. It is possible to open these files with version 1.0, you will be prompted to save the sketch with the .ino extension on save.
--
You received this message because you are subscribed to the Google Groups "Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to developers+...@arduino.cc.
To view this discussion on the web visit https://groups.google.com/a/arduino.cc/d/msgid/developers/b15a60b1-549d-4284-831e-d85c292869ea%40arduino.cc.
Sorry to bother, but I'll take that comment and frame it on my wall for any further discussions about it. Thanks!
Regards
Dre
To view this discussion on the web visit https://groups.google.com/a/arduino.cc/d/msgid/developers/CAJO_ZAmyxKhLC9t0aZqMCQeAUqvnzr3oH%2B_xkQkc4MPjP5LF4A%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/arduino.cc/d/msgid/developers/5666C4B1-4073-4E56-9118-50063161292B%40arduino.cc.
To view this discussion on the web visit https://groups.google.com/a/arduino.cc/d/msgid/developers/CALiMYrv0%2B1H4%2B4ZkSogkAXSxmuW7qO-Ud5Oued37hY6NFmxJRA%40mail.gmail.com.
for file in "**/*.pde" ; do mv "$file" "${file/.pde/.ino}"; done
I wasn't planning to chime into this conversation, but since you specifically brought up the examples and libs I maintain...
My general philosophy to software maintenance is "if it ain't broke, don't fix it". As long at the latest non-beta software release on Arduino's website allows both .ino and .pde files in examples, without any sort of warning or error, I personally consider .pde examples in very old libraries as "ain't broke".
You may disagree. That's fine with me. You're free to maintain your own libraries and examples however you like.
Of course when Arduino someday discontinues support for .pde files (in an official non-beta release), or even starting printing a warning, I will update all my examples and libraries. But until that day, I have absolutely no intention to change any of my examples or libraries. So far, it ain't broke, so I'm not fixing.
On 7/24/19 3:22 AM, Adrian Godwin wrote:
The teensy examples still seem to be pde and some other 3rd-party libraries might also be. That's obviously not something Arduino can change.
On Wed, Jul 24, 2019 at 10:53 AM Massimo Banzi <m....@arduino.cc> wrote:
Unfortunately there is still a number of people using 1.0.x IDEs….
There might be a few .pde files in third party libraries that haven’t been updated in a while
M
On 24 Jul 2019, at 00:19, Peter Feerick <peter....@gmail.com> wrote:
I just ran a quick search against the v1.8.9 and v1.6.12 examples... and not a single .pde file. There were a couple of examples in 1.5.8 in the Wire lib, but that was all. So unless I've missed something, no PR is needed as it's already been done. Those people who are saying that .pde is still the official file extension should be whacked around the head with the note on the arduino.cc website ... .pde was depreciated in v1.0! :-P
NB: Versions of the Arduino Software (IDE) prior to 1.0 saved sketches with the extension .pde. It is possible to open these files with version 1.0, you will be prompted to save the sketch with the .ino extension on save.
Peter Feerick
BIT, BLDes, LLB CQU
On Wed, 24 Jul 2019 at 00:37, Juraj Andrássy <juraj....@gmail.com> wrote:
Sorry, but, where in current Arduino IDE or official libraries do you see pde files?
On Tuesday, July 23, 2019 at 11:21:25 AM UTC+2, Dre West wrote:I've found more and more people are starting to get confused about .pde and .ino when trying to teach them a bit of processing and arduino.
there are even some people on github who argue for the exsistance of .pde in arduino-based tooling; simply because "arduino has it, it works, without pde will break compatability"
As it stands, i can't use processing and arduino in vscode (using arduino extensions) because people on that argue that arduino uses pde, so, so should the Arduino extension.
Could I submit and get accepted a PR to rename the example code files from PDE into INO, so that it gets the message across that INO is the arduino filetype, "straight from the horses mouth" ?
I don't see any possible breaking changes; the arduino can still open pde, just the examples "by default" are already in the ino filetype..--
You received this message because you are subscribed to the Google Groups "Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devel...@arduino.cc.
To view this discussion on the web visit https://groups.google.com/a/arduino.cc/d/msgid/developers/b15a60b1-549d-4284-831e-d85c292869ea%40arduino.cc.
--
You received this message because you are subscribed to the Google Groups "Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devel...@arduino.cc.
To view this discussion on the web visit https://groups.google.com/a/arduino.cc/d/msgid/developers/CAJO_ZAmyxKhLC9t0aZqMCQeAUqvnzr3oH%2B_xkQkc4MPjP5LF4A%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devel...@arduino.cc.
To view this discussion on the web visit https://groups.google.com/a/arduino.cc/d/msgid/developers/5666C4B1-4073-4E56-9118-50063161292B%40arduino.cc.
--
You received this message because you are subscribed to the Google Groups "Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to devel...@arduino.cc.
To unsubscribe from this group and stop receiving emails from it, send an email to developers+...@arduino.cc.
To view this discussion on the web visit https://groups.google.com/a/arduino.cc/d/msgid/developers/32d5c49c-2ab9-4260-889a-de5a44cf04ea%40arduino.cc.
To be honest, I only found the teensy examples by searching my file tree for .pde. As far as I can tell, they never appear as that in the IDE or anywhere else used by typical users - they're just tabs in an example. If you modify one and save it out to the sketchbook, it gets saved as .ino. So although Dre's rename is fine, Paul is perfectly correct too.
To view this discussion on the web visit https://groups.google.com/a/arduino.cc/d/msgid/developers/32d5c49c-2ab9-4260-889a-de5a44cf04ea%40arduino.cc.
To unsubscribe from this group and stop receiving emails from it, send an email to developers+...@arduino.cc.
To view this discussion on the web visit https://groups.google.com/a/arduino.cc/d/msgid/developers/0dc1bd95-10b7-4cdc-8a80-9e491db6076d%40arduino.cc.
To view this discussion on the web visit https://groups.google.com/a/arduino.cc/d/msgid/developers/CALiMYrtoHpYs1hii9x-%3Dr864_eT2priXdVWfE4pfqFxNSQ6AZw%40mail.gmail.com.