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