@@ -70,17 +70,18 @@ X prevent errors on first line of a new tab from highlighting on previous tab
7070X crashes in PdePreprocessor.scrubComments(PdePreprocessor.java:321)
7171X String t = "*/*";
7272X http://code.google.com/p/processing/issues/detail?id=1435
73+ o add to build.xml
74+ o insert "@SuppressWarnings({"unused", "cast"})" into
75+ o JavaLexer, JavaRecognizer, PdeLexer, PdeRecognizer
76+ o from processing/mode/java/preproc/
77+ X add Eclipse setting to ignore warnings
7378
7479earlier
7580X The sketch name can't begin with '_' (underscore)
7681X http://code.google.com/p/processing/issues/detail?id=859
7782
7883https://processing-js.lighthouseapp.com/
7984
80- _ add to build.xml
81- _ insert "@SuppressWarnings({"unused", "cast"})" into
82- _ JavaLexer, JavaRecognizer, PdeLexer, PdeRecognizer
83- _ from processing/mode/java/preproc/
8485_ also add means to move changes from desktop to Android (and vice-versa)
8586
8687_ include debug mode as 'experimental'?
@@ -95,6 +96,7 @@ _ remove sketch.properties when moving back to the default?
9596_ or can we not do this, because the next mode needs this?
9697
9798_ go through examples to make sure extra imports are not being used
99+ _ vida examples use them sometimes
98100_ do command line to run through all examples?
99101
100102_ change error message for serial re: 64-bit
0 commit comments