[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: geanybindings.inc line 303
type TGeanyFiletype = record |
||
id: TGeanyFiletypeID; |
|
|
lang: TTMParserType; |
|
|
name: Pgchar; |
|
|
title: Pgchar; |
|
|
extension: Pgchar; |
|
|
pattern: Pgchar; |
|
|
context_action_cmd: Pgchar; |
|
|
comment_open: Pgchar; |
|
|
comment_close: Pgchar; |
|
|
comment_use_indent: gboolean; |
|
|
group: TGeanyFiletypeGroupID; |
|
|
error_regex_string: Pgchar; |
|
|
lexer_filetype: PGeanyFiletype; |
|
|
mime_type: Pgchar; |
|
|
icon: PGIcon; |
|
|
comment_single: Pgchar; |
|
|
indent_type: gint; |
|
|
indent_width: gint; |
|
|
priv: PGeanyFiletypePrivate; |
|
|
end; |