User`s guide
Desktop Tools and Development Environment
20-19
Delimiter Matching Extended to Include Language Keyword Pairs
You can now see the match to language keyword pairs using delimiter matching features
that previously existed for parentheses and brackets. For example, when you type end,
the Editor/Debugger highlights the matching if. To set delimiter matching preferences,
select File > Preferences > Keyboard > Delimiter Matching; click Help for more
information.
M-Lint Automatic Correction Feature
For some types of warnings or errors, M-Lint can apply an automatic fix to the code.
Code that can be automatically corrected appears with a different background color. To
perform the fix, right-click the code that is highlighted (for a single single-button mouse,
use Ctrl+click); from the resulting context menu, select the auto-fix action.
For more information, see step 8 in the example at Automatically Check Code in the
Editor — Code Analyzer.
M-Lint Detection of Missing End-of-Line Semicolons Enhanced
In previous versions, there was a single output message generated by a line with a
missing terminating semicolon: