In the document inspector, you can see the various information about your document.
Selecting the Inspector item on the toolbar also opens the pane.
The information displayed in the inspector is as follows:
| 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. |
| Encoding | The current selected text encoding. |
| Line Endings | The current selected line endings. |
| Lines | The number of lines in the document (and the selection). |
| Characters | The number of characters in the document (and the selection). |
| Length | The length of string in UTF-16 in the document (and the selection). |
| Words | The number of words in the document (and the selection). The current language in the Spelling window will be used to interpret words. |
| Location | The number of characters before the insertion point. |
| Current 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. |
| Code Points | The Unicode hexadecimal codes (UTF-16) for the selected character (displayed only when single character is selected). |