void editorPostSaveHook(void)
Invoke the Scheme postSaveHook with current buffer contents.
Definition hooks.c:133
void postDirOpenHook(int num_files)
Invoke the Scheme postDirOpenHook with the file count.
Definition hooks.c:46
void postFileOpenHook(void)
Invoke the Scheme postFileOpenHook with current buffer contents.
Definition hooks.c:89
void preDirOpenHook(void)
Invoke the Scheme preDirOpenHook with the directory path.
Definition hooks.c:25
void editorPreSaveHook(void)
Invoke the Scheme preSaveHook with current buffer contents.
Definition hooks.c:111
void preFileOpenHook(void)
Invoke the Scheme preFileOpenHook with the filename.
Definition hooks.c:66
Core editor types, macros, and global state.