DelphiDabbler CodeSnip
File Format Documentation

Saved Files

Introduction

CodeSnip saves external files in two different ways:

  1. By saving snippets to file from the File | Save Snippet menu.
  2. By saving units to file from the File | Save Unit menu.

In each case the following file types can be chosen by the user:

There is no specific file format for these files, other than XHTML and RTF files conform to published specifications.

Encoding

The encodings used depend on the file type and user choice. Different file types have different encoding choices, as follows:

Plain text
Pascal source files
XHTML files
Rich text files (RTF)

Files with UTF-16LE, UTF-16BE and UTF-8 encodings are saved with byte order marks.