Skip to content

Commit

Permalink
add prop BrotherEditor (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Oct 19, 2020
1 parent d19e7a4 commit 8810d45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atsynedit/atsynedit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ TATSynEdit = class(TCustomControl)
FBitmap: TBitmap;
FKeymap: TATKeymap;
FKeymapHistory: TATKeyArray;
FBrotherEditor: TATSynEdit;
FWantTabs: boolean;
FWantReturns: boolean;
FEditorIndex: integer;
Expand Down Expand Up @@ -1231,6 +1232,7 @@ TATSynEdit = class(TCustomControl)
property WrapInfo: TATWrapInfo read FWrapInfo;
property ScrollVert: TATSynScrollInfo read FScrollVert write FScrollVert;
property ScrollHorz: TATSynScrollInfo read FScrollHorz write FScrollHorz;
property BrotherEditor: TATSynEdit read FBrotherEditor write FBrotherEditor;
property CaretPropsNormal: TATCaretProps read FCaretPropsNormal;
property CaretPropsOverwrite: TATCaretProps read FCaretPropsOverwrite;
property CaretPropsReadonly: TATCaretProps read FCaretPropsReadonly;
Expand Down

0 comments on commit 8810d45

Please sign in to comment.