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. | |
|
|
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:. |
|
|
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:. |
|
|
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:. |
1.4.4