Programming With Castalia : IDE Changes : Editor Changes : Live Syntax Checking
Previous  Top  Next

Castalia's live syntax checking helps you avoid syntax errors as you code. Syntax errors are marked with a familiar marking:

errorsemicolon
Missing a semicolon

errorparen
Missing a closing parenthesis

errorequals
What do you think this is, java?

Note: Live Syntax Checking uses the same error data as Syntax Error Ballons, but enabling Error Ballons is not required to use Live Syntax Checking.

See also: Configuring Live Syntax Checking, Syntax Error Balloons