Viewer
This page of dotPeek options allows you to adjust dotPeek's features in the code viewer.
Text Control
Highlight current line | Select this checkbox to allow the current line to be highlighted as you work with the code. |
Word wrap | If this checkbox is selected, code viewer wraps code lines to fit window width. |
Visible white spaces | Toggles white space highlighting in the code viewer. |
Line numbers | If this checkbox is selected, code viewer shows numbers for each line. |
Vertical scrollbar | If this checkbox is selected, vertical scrollbar is shown in the code viewer. |
Horizontal scrollbar | If this checkbox is selected, horizontal scrollbar is shown in the code viewer. |
Font | Allows choosing font family and size for code shown in the code viewer. |
Code Highlight
Color identifiers | This option lets you enable or disable ReSharper-style syntax highlighting scheme. Note that by disabling this option you also disable symbol information tooltips that appear on mouse over. |
Highlight matching delimiters | When this checkbox is selected, any closing delimiter (bracket, brace, parenthesis or quote) is highlighted when the caret is:
For more information, refer to Highlighting of matching code elements. |