User manual

18
they can be activated or deactivated individually:
3.2.7 Minor improvements
Search in model package hierarchy
The search engine used in the command
File > Search… and the corresponding context
menu entry
Search… is now enhanced to allow regular expressions in all fields. To use
regular expressions, the checkbox
Regular expression search in the Search options
group in the dialog box should be ticked.
Special symbols in the regular expressions are:
*
Match everything.
?
Match any single character.
{ab}
Match characters a or b.
{a-z}
Match characters a through z.
{^ab}
Match any characters except a and b.
E+
Match one or more occurrence of E.
(ab|cd)
Match ab or cd.
\d
Match any digit.
\w
Match any digit or letter.
^
Match from start.
$
Match at end.
Tooltip displaying type error for components in diagram layer
The tooltip will now display the type when there is a type error (box with red cross).