geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
#include <gtk/gtk.h>
Go to the source code of this file.
Classes | |
struct | UndoReloadData |
struct | FileEncoding |
struct | GeanyDocumentPrivate |
Typedefs | |
typedef struct UndoReloadData | UndoReloadData |
typedef struct FileEncoding | FileEncoding |
typedef struct GeanyDocumentPrivate | GeanyDocumentPrivate |
Enumerations | |
enum | { UNDO_SCINTILLA = 0 , UNDO_ENCODING , UNDO_BOM , UNDO_RELOAD , UNDO_EOL , UNDO_ACTIONS_MAX } |
enum | FileDiskStatus { FILE_OK , FILE_CHANGED , FILE_IGNORE } |
enum | { MSG_TYPE_RELOAD , MSG_TYPE_RESAVE , MSG_TYPE_POST_RELOAD , NUM_MSG_TYPES } |
typedef struct FileEncoding FileEncoding |
typedef struct GeanyDocumentPrivate GeanyDocumentPrivate |
typedef struct UndoReloadData UndoReloadData |
anonymous enum |
Enumerator | |
---|---|
UNDO_SCINTILLA | |
UNDO_ENCODING | |
UNDO_BOM | |
UNDO_RELOAD | |
UNDO_EOL | |
UNDO_ACTIONS_MAX |
Definition at line 31 of file documentprivate.h.
anonymous enum |
Enumerator | |
---|---|
MSG_TYPE_RELOAD | |
MSG_TYPE_RESAVE | |
MSG_TYPE_POST_RELOAD | |
NUM_MSG_TYPES |
Definition at line 64 of file documentprivate.h.
enum FileDiskStatus |
Enumerator | |
---|---|
FILE_OK | |
FILE_CHANGED | |
FILE_IGNORE |
Definition at line 48 of file documentprivate.h.