You can show formatting characters—such as spaces, tabs, and line endings—in your document using alternative symbols so that you can see where they appear.
The color for invisible characters is set in the theme.
Go to the CotEditor app
on your Mac.
Choose CotEditor > Settings, then click Window.
To change the visibility of invisible characters, select “Invisible characters” in the Show section.
To select the types of invisible characters to show, select checkboxes under “Invisible characters”.
The available types correspond to the following characters:
| Label | Sym. | Characters (code point) | Description |
|---|---|---|---|
| Line ending | ↩ |
|
Control characters that indicate a line break. CRLF line endings (a combination of |
| Tab | → |
|
A kind of whitespace character with a flexible width sending the next character to a certain position. Commonly used for indentation in programming. |
| Space | · |
|
The standard space character. |
| Other whitespace | ·̂ |
|
Space characters that prevent line breaks before or after them. |
| □ |
|
A space character commonly used in Japanese writing. Also known as “full-width space.” |
|
| ⹀ |
|
Whitespace characters with various widths and uses. They correspond to all remaining characters in Unicode category Zs (space separator). |
|
| Other control characters |
� |
|
Special characters that don’t appear as visible glyphs but control or format the document. They correspond to all Unicode category Cc (control) and some of Cf (format). |
In the CotEditor app
on your Mac, open a document.
Do one of the following:
Choose Format > Show/Hide Invisible Characters.
Click the Invisibles button in the window toolbar (The Invisibles button can be added by customizing the toolbar).
These changes don’t override the default visibility setting.
You can choose whether to print invisible characters in the Print dialog.