Get information about a document in CotEditor on Mac
In the document inspector, you can see the various information about your document.
- Choose View > Inspector > Document Inspector.
- To close the inspector, drag the pane separator to the window edge, or choose View > Inspector > Document Inspector again.
Selecting the Inspector item on the toolbar also opens the pane.
The information appears in the inspector is as follows:
File
| Item | Description |
| Created | The file creation date and time. |
| Modified | The file modification date and time. |
| File Size | The size of the file. |
| Owner | The user name of the owner of the file. |
| Permission | The file privilege. |
| Full Path | The absolute path to the file in UNIX format. |
Tet Settings
| Item | Description |
| Encoding | The current selected text encoding. |
| Line Endings | The current selected line endings. |
| Mode | The current used mode in the editor. |
Count
| Item | Description |
| Characters | The number of characters in the document (and the selection). |
| Lines | The number of lines in the document (and the selection). |
| Words | The number of words in the document (and the selection). The current language in the Spelling window is used to interpret words. |
| Location | The number of characters before the insertion point. |
| Line | The line number where the insertion point locates. |
| Column | The number of of characters from the head of the current line to the insertion point. |
Character
| Item | Description |
| Code Points | The Unicode code points for the selected character in hexadecimal (appeared only when single character is selected). |