Skip to content

Commit bcee5a0

Browse files
committed
Just parking for now.
1 parent 9959937 commit bcee5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/shared/lib/languages/PDE.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ editor.status.missing.left_sq_bracket = Missing left square bracket “[”
400400
editor.status.missing.right_sq_bracket = Missing right square bracket “]”
401401
editor.status.missing.left_paren = Missing left parenthesis “(”
402402
editor.status.missing.right_paren = Missing right parenthesis “)”
403-
editor.status.missing.left_curly_bracket = It looks like there is a missing left curly bracket ‘{‘ somewhere near line ‘$linenumber$’.<br><br><b>Hint:</b> <br>[Curly brackets](https://processing.org/reference/curlybraces.html) are used to group lines of code that should be executed together. These groups are often known as code blocks. It may be helpful to think of a code block as a set of instructions that Processing follows in the order that they are written. If a left curly bracket is missing, Processing doesn’t know where the code block begins.<br><br><b>Suggestion:</b> <br>Try adding the missing left curly bracket before $statement$. Double check that you are adding it before the first line of code that you want to include in the code block.<br><br><b>For more:</b> <br>[Variable Scope Example](https://processing.org/examples/variablescope.html) <br>[Methods / Functions Example](https://processing.org/examples/functions.html)
403+
editor.status.missing.left_curly_bracket = It looks like there is a missing left curly bracket ‘{‘.<br><br><b>Hint:</b> <br>[Curly brackets](https://processing.org/reference/curlybraces.html) are used to group lines of code that should be executed together. These groups are often known as code blocks. It may be helpful to think of a code block as a set of instructions that Processing follows in the order that they are written. If a left curly bracket is missing, Processing doesn’t know where the code block begins.<br><br><b>Suggestion:</b> <br>Try adding the missing left curly bracket before $statement$. Double check that you are adding it before the first line of code that you want to include in the code block.<br><br><b>For more:</b> <br>[Variable Scope Example](https://processing.org/examples/variablescope.html) <br>[Methods / Functions Example](https://processing.org/examples/functions.html)
404404
editor.status.missing.right_curly_bracket = It looks like there is a missing right curly bracket ‘}‘ somewhere near line ‘$linenumber$’.<br><br><b>Hint:</b> <br>[Curly bracket](https://processing.org/reference/curlybraces.html) are used to group lines of code that should be executed together. These groups are often known as code blocks. It may be helpful to think of a code block as a set of instructions that Processing follows in the order that they are written. If a right curly bracket is missing, Processing doesn’t know where the code block ends.<br><br><b>Suggestion:</b> <br>Try adding the missing right curly bracket after $statement$. Double check that you are adding it after the last line of code that you want to include in the code block.<br><br><b>For more:</b> <br>[Variable Scope Example](https://processing.org/examples/variablescope.html) <br>[Methods / Functions Example](https://processing.org/examples/functions.html)
405405
editor.status.missing.add = Consider adding “%s”
406406
editor.status.bad_curly_quote = Curly quotes like %s don’t work. Use straight quotes. Ctrl-T to autocorrect.

0 commit comments

Comments
 (0)