When editing the content of text of any type except the string one, following auxiliary elements can be displayed:
Non-printable characters facilitate the visual perception of text formatting by designating spaces, tabs, paragraphs, line wraps, etc. They are not printed. Non-printable characters are displayed only in the text content editing mode in a 2D or 3D window, or in the text editor.
Within the text content editing mode the following command enables the non-printable characters display:
Icon |
Ribbon |
---|---|
Text > Font > Show Unprintable Symbols |
|
Keyboard |
Textual Menu |
<Ctrl>+<F2> |
|
This command is also available in the contextual menu of text content (Show Non-printing Chars)
Within the text editor this command is available in the Standard toolbar and in the drop-down menu (View > Non-printing Chars).
When characters are displayed, the command's icon gets highlighted . In order to disable the characters display, call the command again.
When there's an expression inserted into text, an expression value is always displayed in text outside the text content editing. When editing the text content, you may switch between displaying a value or a body of expression. In order to display a body of expression with variable names, mathematical operations and functions, use the following command within the text content editing mode:
Icon |
Ribbon |
---|---|
Text > Font > Show Variable Names |
|
Keyboard |
Textual Menu |
<Ctrl>+<F3> |
|
This command is also available in the contextual menu of text content (Show Variable Names)
Within the text editor this command is available in the Standard toolbar and in the drop-down menu (View > Variable Names).
When variable names display is enabled, the command's icon gets highlighted and expressions are shown in curly braces. In order to disable the variable names display, call the command again.
a=5; b=3 |