Table of Contents

Tabs and Spaces

Settings for tab size and tab inserting behavior can be found in Tools → Options → Formatting page.

Tab size – default tab size (in char count) for documents. But do not mix this value with Indent Size. Indent size determined from content, if default size cannot be resolved (not enough data for statistic) default indent size from syntax schema is used. Indent size and detection mode can be changed for a specific document from within the status bar or for all documents (default setting) with flag Auto-Detect default indent from Do on Load section of the same options page.

Tabs and Spaces insert mode

Tools->Options->Syntax SettingsThere are several modes for tabs and space insertion in HippoEDIT:

If Replace Tabs by Spaces or Spaces by Tabs mode is selected, the corresponding conversion will be applied to document during saving.

Do on Save

Trim white spaces at the end of line – if enabled, editor trims trailing whitespace (spaces, tabs etc) from text lines and saves a trimmed version of the document. The document itself is not updated.

Check encoding accuracy – if set, editor will check that all characters from the document can be saved with current encoding without data loss (because HippoEDIT internally process text as Unicode, it can happen that some Unicode characters cannot be save using current encoding and will be lost or replaced by substitution symbol).