From a60e8a1a6d5ba1605c0340482d19d121d5ea2fc7 Mon Sep 17 00:00:00 2001 From: benfry Date: Thu, 6 Dec 2012 16:13:51 +0000 Subject: [PATCH] add Eclipse setting to ignore warnings --- app/.classpath | 6 +++++- todo.txt | 10 ++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/app/.classpath b/app/.classpath index 12fc327eb..77e975316 100644 --- a/app/.classpath +++ b/app/.classpath @@ -1,7 +1,11 @@ - + + + + + diff --git a/todo.txt b/todo.txt index 0fa9ee6c9..167d716ae 100644 --- a/todo.txt +++ b/todo.txt @@ -70,6 +70,11 @@ X prevent errors on first line of a new tab from highlighting on previous tab X crashes in PdePreprocessor.scrubComments(PdePreprocessor.java:321) X String t = "*/*"; X http://code.google.com/p/processing/issues/detail?id=1435 +o add to build.xml +o insert "@SuppressWarnings({"unused", "cast"})" into +o JavaLexer, JavaRecognizer, PdeLexer, PdeRecognizer +o from processing/mode/java/preproc/ +X add Eclipse setting to ignore warnings earlier X The sketch name can't begin with '_' (underscore) @@ -77,10 +82,6 @@ X http://code.google.com/p/processing/issues/detail?id=859 https://processing-js.lighthouseapp.com/ -_ add to build.xml -_ insert "@SuppressWarnings({"unused", "cast"})" into -_ JavaLexer, JavaRecognizer, PdeLexer, PdeRecognizer -_ from processing/mode/java/preproc/ _ also add means to move changes from desktop to Android (and vice-versa) _ include debug mode as 'experimental'? @@ -95,6 +96,7 @@ _ remove sketch.properties when moving back to the default? _ or can we not do this, because the next mode needs this? _ go through examples to make sure extra imports are not being used +_ vida examples use them sometimes _ do command line to run through all examples? _ change error message for serial re: 64-bit