Geany dev
|
Editor-owned fields for each document. More...
#include <editor.h>
Data Fields | |
gboolean | auto_indent |
TRUE if auto-indentation is enabled. | |
struct GeanyDocument * | document |
The document associated with the editor. | |
gboolean | line_breaking |
Whether to split long lines as you type. | |
gboolean | line_wrapping |
TRUE if line wrapping is enabled. | |
ScintillaObject * | sci |
The Scintilla editor GtkWidget . | |
gfloat | scroll_percent |
Percentage to scroll view by on paint, if positive. | |
Editor-owned fields for each document.