1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/app
Matthijs Kooijman 4f0af2af57 Store the build path used in Sketch
Previously, everywhere where it was needed, the path was requested from
BaseNoGui. Because the path is based on a hash of the sketch filename,
every caller would get the same path for the same sketch.

However, it makes more sense to store the path used for a given sketch
inside the Sketch object. This prevents having to pass around or
regenerate the build path everywhere, and no longer requires the build
path to be deterministic (though it still is in this commit).

This allows removing some methods and constructors of which two versions
were available - one with a build path argument and one without.
2016-08-26 16:42:44 +02:00
..
.settings Updated eclipse project files 2015-06-25 12:47:38 +02:00
lib Added Batik 1.8 java library 2016-01-26 12:09:56 +01:00
src Store the build path used in Sketch 2016-08-26 16:42:44 +02:00
test Use a separate RSyntaxTextArea for each editor tab 2016-08-26 16:42:44 +02:00
test-lib added files that state third party licenses 2013-08-28 10:12:33 +02:00
.classpath Added Batik 1.8 java library 2016-01-26 12:09:56 +01:00
.classpath_macosx Got rid of ANTLR: we never used it 2015-08-10 09:35:47 +02:00
.editorconfig Added .editorconfig files http://editorconfig.org/ 2015-05-08 10:18:43 +02:00
.project Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00
build.xml Added proxy PAC file support functions 2015-08-21 08:41:50 +02:00