[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: geanybindings.inc line 425
type TGeanyEditor = record |
||
document: PGeanyDocument; |
|
|
sci: PScintillaObject; |
|
|
line_wrapping: gboolean; |
|
|
auto_indent: gboolean; |
|
|
scroll_percent: gfloat; |
|
|
indent_type: TGeanyIndentType; |
|
|
line_breaking: gboolean; |
|
|
indent_width: gint; |
|
|
end; |