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:
Missing a semicolon
Missing a closing parenthesis
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