mirror of
https://github.com/processing/processing4.git
synced 2026-05-21 07:34:22 +02:00
4f95e15d47
Hide useless error which is produced when a line ends with an identifier without a semicolon. "Missing a semicolon" is also produced and is preferred over this one. (Syntax error, insert ":: IdentifierOrNew" to complete Expression) See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=405780