[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'geanyplugin' (#fpgeanyplugin)

TGeanyDocument

Declaration

Source position: geanybindings.inc line 446

type TGeanyDocument = record

  is_valid: gboolean;

  

  index: gint;

  

  has_tags: gboolean;

  

  file_name: Pgchar;

  

  encoding: Pgchar;

  

  has_bom: gboolean;

  

  editor: PGeanyEditor;

  

  file_type: PGeanyFiletype;

  

  tm_file: PTMSourceFile;

  

  readonly: gboolean;

  

  changed: gboolean;

  

  real_path: Pgchar;

  

  id: guint;

  

  priv: PGeanyDocumentPrivate;

  

end;