Files
processing4/java
Jakub Valtar 9dbf41ec57 Make preprocessor scope-aware
- scope is taken into account when determining the sketch mode and
looking for size()
- error checker received some love and now understands JAVA mode

Modes:
- JAVA sketch contains "public class <sketchName> extends PApplet" in
the global scope
- ACTIVE sketch contains a method declaration in the global scope
- STATIC sketch is everything else

size() parsing:
- JAVA sketches: no parsing
- ACTIVE mode: if there is setup() in global scope, we look there for
the first occurrence, no parsing otherwise
- STATIC sketches: first occurrence of size() in global scope
2015-09-17 11:01:26 -04:00
..
2015-02-11 00:42:05 -08:00
2015-09-01 11:45:25 -04:00
2015-06-25 10:05:04 -04:00
2015-09-17 11:01:26 -04:00
2015-08-21 12:25:51 -04:00
2015-06-06 21:28:57 -04:00
2015-01-20 15:48:43 -05:00
2015-02-11 00:42:05 -08:00
2015-08-20 21:04:03 -07:00