User`s guide
Desktop Tools and Development Environment
17-19
appears. Use the context menu to fix.
For an example, see the Suppressing All Messages on a Line with mlint example in the
mlint function documentation.
View M-Lint Message in ToolTip Using the Keyboard
To open an M-Lint Message ToolTip using the keyboard, place the cursor over the
marked code and press Ctrl + M. This feature is offered in addition to the identical
behavior available when you use the mouse pointer to hover over code that is marked
by M-Lint. For an example of viewing an M-Lint message in a ToolTip, see Check Code
for Errors and Warnings in the MATLAB Desktop Tools and Development Environment
documentation.
Apply M-Lint Autofix Using the Keyboard
To fix a problem marked by M-Lint as having an automatic fix available, place the cursor
over the marked code, and then press Alt + Enter. This feature is offered in addition to
the identical behavior available when you use the context menu. For an example of using
the M-Lint autofix feature, see Check Code for Errors and Warnings in the MATLAB
Desktop Tools and Development Environment documentation.
Code Fold Single Program, Multiple Data (spmd) Blocks
By default, the Editor now supports code folding for single program, multiple data
(spmd) blocks. For more information on code folding, see Code Folding — Expand and
Collapse Code Constructs in the MATLAB Desktop Tools and Development Environment
documentation.
File and Directory Comparisons Tool: Highlight Changes
The File and Directory Comparisons Tool now uses shades of colors to mark differences
in the contents of two directories being compared. Light colors indicate files that differ
and dark colors indicate subdirectories that differ. For details and an example, see
Comparing Folders and Zip Files in the MATLAB Desktop Tools and Development
Environment documentation.
Compatibility Considerations
In releases prior to Version 7.7 (R2008b), the same color intensity highlighted differences
in both files and directories.