itsanjan / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Only upper case S files are selected by Arduino IDE #540

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Only upper case S files are selected by Arduino IDE

$grep -n '\"S\"' Compiler.java

108:               findFilesInPath(buildPath, "S", false),
123:               findFilesInFolder(libraryFolder, "S", false),
131:               findFilesInFolder(utilityFolder, "S", false),
146:              findFilesInPath(corePath, "S", true),

Comparison operation:
  if (file.getName().endsWith("." + extension))
       files.add(file);

Original issue reported on code.google.com by rick.rickanderson on 11 May 2011 at 4:39

GoogleCodeExporter commented 9 years ago
https://github.com/arduino/Arduino/issues/540#issuecomment-105873416

Original comment by federico...@gmail.com on 27 May 2015 at 11:12

GoogleCodeExporter commented 9 years ago

Original comment by federico...@gmail.com on 27 May 2015 at 11:12