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

TGeanyEditor

Declaration

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;