Unit 'SynBeautifier' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_synedit]

TSynCustomBeautifier

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: synbeautifier.pas line 92

type TSynCustomBeautifier = class(TComponent)

protected

  procedure DoBeforeCommand(); virtual; abstract;

  

  procedure DoAfterCommand(); virtual; abstract;

  

  property CurrentEditor: TSynEditBase; [r]

  

  property CurrentLines: TSynEditStrings; [r]

  

public

  procedure Assign(); override;

  

  function GetCopy;

  

  procedure BeforeCommand();

  

  procedure AfterCommand();

  

  function GetDesiredIndentForLine();

  

  property OnGetDesiredIndent: TSynBeautifierGetIndentEvent; [rw]

  

  property AutoIndent: Boolean; [rw]

  

end;

Inheritance

TSynCustomBeautifier

  

|

TObject



CT Web help

CodeTyphon Studio