mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
change "method" to "function" in a few error messages (fixes #3225)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user