Geany  0.20
Data Fields
GeanyEditor Struct Reference

Editor-owned fields for each document. More...

Data Fields

gboolean auto_indent
 TRUE if auto-indentation is enabled.
GeanyDocumentdocument
 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.

Detailed Description

Editor-owned fields for each document.


Field Documentation

TRUE if auto-indentation is enabled.

The document associated with the editor.

Whether to split long lines as you type.

TRUE if line wrapping is enabled.

ScintillaObject* GeanyEditor::sci

The Scintilla editor GtkWidget.

Percentage to scroll view by on paint, if positive.