Editor Preferences
Syncro SVN Client lets you configure the appearance of various components and features of the main editor. To access these options, open the Preferences dialog box and go to Editor.
The following options are available:
- Selection background color
- Allows you to set the background color of selected text.
- Selection foreground color
- Allows you to set the color of selected text.
- Editor background color
- Allows you to set the background color for the text editors.
- Editor cursor color
- Allows you to set the color of the cursor.
- Line number foreground
- Allows you to set the foreground color of the line numbers displayed in the editor panels.
- Show line numbers
- Shows line numbers in the editor panels.
- Show TAB/NBSP/EOL/EOF marks
- Makes the TAB/NBSP/EOL/EOF
characters visible in the editor. You can use the color picker to choose the color
of
the marks.
- Show SPACE marks
- When checked, the space characters are rendered with a dot.
- Cut/Copy whole line when nothing is selected
- If enabled, Cut and Copy actions operate on the entire current line when nothing is selected in the editor.
- Indent with tabs
- If checked, indents are created using TAB characters. If unchecked, lines are indented
using space characters.
- Indent size
- Allows you to set the number of space characters or the tab size that equals a
single indent. For example, if set to 4, one tab equals:
- 4 space characters, if the Indent With Tabs option is unchecked.
- 1 tab that spans 4 characters, if the Indent With Tabs option is checked.