From 151d7f399810d9bc59b8c1d22e044b1c7d92bec2 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 27 Apr 2015 16:21:15 -0400 Subject: [PATCH] change "method" to "function" in a few error messages (fixes #3225) --- build/shared/lib/languages/PDE.properties | 6 +++--- todo.txt | 10 ++++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/build/shared/lib/languages/PDE.properties b/build/shared/lib/languages/PDE.properties index 9e90e54cf..e430c65eb 100644 --- a/build/shared/lib/languages/PDE.properties +++ b/build/shared/lib/languages/PDE.properties @@ -341,9 +341,9 @@ editor.status.missing.closing_curly_bracket = Missing closing curly bracket editor.status.missing.add = Consider adding a editor.status.reserved_words = "color" and "int" are reserved words & cannot be used as variable names # methoddef, varname, classname, namefield, typeA, typeB will be replaced with the correct value during runtime (don't translate) -editor.status.undefined_method = The method methoddef does not exist -editor.status.empty_param = The method methoddef does not expect any parameters -editor.status.wrong_param = The method methoddef expects parameters like this: +editor.status.undefined_method = The function methoddef does not exist +editor.status.empty_param = The function methoddef does not expect any parameters +editor.status.wrong_param = The function methoddef expects parameters like this: editor.status.undef_global_var = The global variable varname does not exist editor.status.undef_class = The class classname does not exist editor.status.undef_var = The variable varname does not exist diff --git a/todo.txt b/todo.txt index 84745d6bc..dfe154e55 100644 --- a/todo.txt +++ b/todo.txt @@ -1,14 +1,16 @@ 0235 (3.0a8) +X Change "method" to "function" in a few error messages +X https://github.com/processing/processing/issues/3225 +X Unable to install "processing-java" +X https://github.com/processing/processing/issues/3224 +X also update the Windows and Linux versions -_ Unable to install "processing-java" -_ https://github.com/processing/processing/issues/3224 -_ also update the Windows and Linux versions _ "Your sketch has been modified externally..." appears erroneously _ https://github.com/processing/processing/issues/3222 _ Error message changes from "function" to "method" _ https://github.com/processing/processing/issues/3225 - +_ move to launch4j 3.7 http://launch4j.sourceforge.net/ _ move processing-java inside the Java Mode? _ make a Tool that installs it for all platforms, not just OS X