Enumerations

moo.ActionCheckType

ACTION_CHECK_SENSITIVE

ACTION_CHECK_VISIBLE

ACTION_CHECK_ACTIVE


moo.CloseResponse

CLOSE_RESPONSE_CONTINUE

CLOSE_RESPONSE_CANCEL


moo.EditStatus

EDIT_STATUS_NORMAL

none of the below flags, it is equal to 0.

EDIT_STATUS_MODIFIED_ON_DISK

file has been modified on disk outside the program.

EDIT_STATUS_DELETED

file has been deleted from disk.

EDIT_STATUS_CHANGED_ON_DISK

file has been modified on disk outside the program or deleted from disk, it is equal to EDIT_STATUS_MODIFIED_ON_DISK | EDIT_STATUS_DELETED.

EDIT_STATUS_MODIFIED

document content is modifed and not saved yet.

EDIT_STATUS_NEW

file doesn't exist on disk yet. This is the state of documents opened from command line when requested file doesn't exist.

EDIT_STATUS_CLEAN

doesn't prompt on close, even if it's modified.


moo.LineEndType

LE_UNIX

LE_WIN32

LE_MAC

LE_NATIVE


moo.OpenFlags

OPEN_NEW_WINDOW

open document in a new window

OPEN_NEW_TAB

open document in existing window (default)

OPEN_RELOAD

reload document if it's already open

OPEN_CREATE_NEW

if file doesn't exist on disk, create a new document


moo.PanePosition

PANE_POS_LEFT

PANE_POS_RIGHT

PANE_POS_TOP

PANE_POS_BOTTOM


moo.SaveChangesResponse

SAVE_CHANGES_RESPONSE_CANCEL

SAVE_CHANGES_RESPONSE_SAVE

SAVE_CHANGES_RESPONSE_DONT_SAVE


moo.SaveResponse

SAVE_RESPONSE_CONTINUE

SAVE_RESPONSE_CANCEL