[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: geanybindings.inc line 394
type TGeanyEditorPrefs = record |
||
indentation: PGeanyIndentPrefs; |
|
|
show_white_space: gboolean; |
|
|
show_indent_guide: gboolean; |
|
|
show_line_endings: gboolean; |
|
|
long_line_type: gint; |
|
|
long_line_column: gint; |
|
|
long_line_color: Pgchar; |
|
|
show_markers_margin: gboolean; |
|
|
show_linenumber_margin: gboolean; |
|
|
show_scrollbars: gboolean; |
|
|
scroll_stop_at_last_line: gboolean; |
|
|
line_wrapping: gboolean; |
|
|
use_indicators: gboolean; |
|
|
folding: gboolean; |
|
|
unfold_all_children: gboolean; |
|
|
disable_dnd: gboolean; |
|
|
use_tab_to_indent: gboolean; |
|
|
backspace_unindent: gboolean; |
|
|
smart_home_key: gboolean; |
|
|
newline_strip: gboolean; |
|
|
auto_complete_symbols: gboolean; |
|
|
auto_close_xml_tags: gboolean; |
|
|
complete_snippets: gboolean; |
|
|
symbolcompletion_min_chars: gint; |
|
|
symbolcompletion_max_height: gint; |
|
|
brace_match_ltgt: gboolean; |
|
|
use_gtk_word_boundaries: gboolean; |
|
|
complete_snippets_whilst_editing: gboolean; |
|
|
line_break_column: gint; |
|
|
auto_continue_multiline: gboolean; |
|
|
comment_toggle_mark: Pgchar; |
|
|
autocompletion_max_entries: guint; |
|
|
autoclose_chars: guint; |
|
|
autocomplete_doc_words: gboolean; |
|
|
completion_drops_rest_of_word: gboolean; |
|
|
color_scheme: Pgchar; |
|
|
show_virtual_space: gint; |
|
|
long_line_enabled: gboolean; |
|
|
autocompletion_update_freq: gint; |
|
|
scroll_lines_around_cursor: gint; |
|
|
ime_interaction: gint; |
|
|
show_line_endings_only_when_differ: gboolean; |
|
|
change_history_markers: gboolean; |
|
|
change_history_indicators: gboolean; |
|
|
end; |