API  1.0.0
CPDocument.j File Reference

Go to the source code of this file.

Variables

 CPAutosaveOperation = 3
 
 CPChangeAutosaved = 4
 
 CPChangeCleared = 2
 
 CPChangeDone = 0
 
 CPChangeReadOtherContents = 3
 
 CPChangeUndone = 1
 
 CPDocumentDidFailToSaveNotification = @"CPDocumentDidFailToSaveNotification"
 
 CPDocumentDidSaveNotification = @"CPDocumentDidSaveNotification"
 
var CPDocumentUntitledCount = 0
 
 CPDocumentWillSaveNotification = @"CPDocumentWillSaveNotification"
 
 CPSaveAsOperation = 1
 
global CPApp CPSaveOperation = 0
 
 CPSaveToOperation = 2
 

Variable Documentation

◆ CPAutosaveOperation

CPAutosaveOperation = 3

Definition at line 48 of file CPDocument.j.

◆ CPChangeAutosaved

CPChangeAutosaved = 4

Definition at line 74 of file CPDocument.j.

◆ CPChangeCleared

CPChangeCleared = 2

Definition at line 64 of file CPDocument.j.

◆ CPChangeDone

CPChangeDone = 0

Definition at line 54 of file CPDocument.j.

◆ CPChangeReadOtherContents

CPChangeReadOtherContents = 3

Definition at line 69 of file CPDocument.j.

◆ CPChangeUndone

CPChangeUndone = 1

Definition at line 59 of file CPDocument.j.

◆ CPDocumentDidFailToSaveNotification

CPDocumentDidFailToSaveNotification = @"CPDocumentDidFailToSaveNotification"

Definition at line 78 of file CPDocument.j.

◆ CPDocumentDidSaveNotification

CPDocumentDidSaveNotification = @"CPDocumentDidSaveNotification"

Definition at line 77 of file CPDocument.j.

◆ CPDocumentUntitledCount

var CPDocumentUntitledCount = 0

Definition at line 80 of file CPDocument.j.

◆ CPDocumentWillSaveNotification

CPDocumentWillSaveNotification = @"CPDocumentWillSaveNotification"

Definition at line 76 of file CPDocument.j.

◆ CPSaveAsOperation

CPSaveAsOperation = 1

Definition at line 38 of file CPDocument.j.

◆ CPSaveOperation

global CPApp CPSaveOperation = 0

Definition at line 33 of file CPDocument.j.

◆ CPSaveToOperation

CPSaveToOperation = 2

Definition at line 43 of file CPDocument.j.