Error Preference Page

Error Preference Page

The error preference page controls which errors are shown in the editor and problems report. These errors can be disabled through this menu. The errors reported are in different levels of stability which are shown in the window. 

Syntax Errors

Syntax errors are parsing or lexing errors and is in a stable state.

Object Not Defined Errors

Object not defined errors correspond to a type, function, variable or other entity which isn't found in the current workspace. This feature is relatively stable, but can cause problems with certain features of the language which currently aren't supported.

Type Checking Errors

Type checking errors correspond to matching the type in functions, assignments and other places where signals are combined. This feature like the object not defined errors can be useful, but can cause issues when unsupported features are used.

retrieved