1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/app
Matthijs Kooijman 4f33d0851c Fix opening a non-primary .ino file
When a sketch looks like this:

    Blink/
        Blink.ino
        Foo.ino

The idea is that opening Foo.ino should open up the sketch. However,
before this would show an error stating "The file Foo.ino needs to be
inside a sketch folder named Foo" instead.

This turned out to be due to a typo, which seems to have been present
for a long time. Note that when the main sketch file was a .pde file,
everything already worked as expected.
2014-08-19 09:16:48 +02:00
..
.settings Fixed eclipse project files 2012-01-11 13:59:39 +01:00
format fixed java 1.5 compatibility issue 2012-12-04 11:54:19 +01:00
lib Update to jssc 2.8.0 2014-01-27 16:06:55 +01:00
src Fix opening a non-primary .ino file 2014-08-19 09:16:48 +02:00
test Fixed typo in test 2014-02-06 10:21:54 +01:00
test-lib added files that state third party licenses 2013-08-28 10:12:33 +02:00
.classpath Updated eclipse project classpath 2014-08-18 16:09:03 +02:00
.classpath_macosx Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00
.classpath_vista fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01:00
.project Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00
build.xml Forgot to include .ino files as test resource 2013-10-22 17:51:54 +02:00
run-linux.launch jssc: updated config files (eclipse, ant build.xml, windows launcher, mac template.app), removed rxtx binaries 2013-11-28 17:27:13 +01:00