Main Page | Modules | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

MyDocument.m File Reference

Go to the source code of this file.

Variables

NSString *const SessionFileType = @"Crescat session file"
 Native file type for MyDocument This is the token identifying the native save type for MyDocument, which saves settings and styled scrollback and content.
NSString *const PlainTextFileType = @"Plain text file"
 Plain-text saved-file format This token identifies the plain-text format for saving MyDocument files.
NSString *const RichTextFileType = @"Rich text file"
 Rich-text saved-file format This token identifies the rich-text format for saving MyDocument files.


Variable Documentation

NSString* const PlainTextFileType = @"Plain text file"
 

Plain-text saved-file format This token identifies the plain-text format for saving MyDocument files.

Suffix is .txt, and the content is solely the unstyled Unicode bytes in the screen and scrollback.

Definition at line 28 of file MyDocument.m.

Referenced by MyDocument::dataRepresentationOfType:, and MyDocument::loadDataRepresentation:ofType:.

NSString* const RichTextFileType = @"Rich text file"
 

Rich-text saved-file format This token identifies the rich-text format for saving MyDocument files.

Suffix is .rtf, and the content is the screen and scrollback text, with RTF styles preserving what his preservable of colors, underlines, boldfacing, etc. Blinking gets lost.

Definition at line 29 of file MyDocument.m.

Referenced by MyDocument::dataRepresentationOfType:, and MyDocument::loadDataRepresentation:ofType:.

NSString* const SessionFileType = @"Crescat session file"
 

Native file type for MyDocument This is the token identifying the native save type for MyDocument, which saves settings and styled scrollback and content.

When reopened, the connection can be resumed.

Definition at line 27 of file MyDocument.m.

Referenced by MyDocument::dataRepresentationOfType:.


Generated on Fri Sep 30 12:01:11 2005 for Crescat by  doxygen 1.4.4