mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:39:14 +02:00
synedit: fixed typo
git-svn-id: trunk@58017 -
This commit is contained in:
parent
22ae0c038d
commit
9a143d8f0a
@ -398,7 +398,7 @@ type
|
|||||||
constructor Create(AOwner: TComponent); override;
|
constructor Create(AOwner: TComponent); override;
|
||||||
function EditorsCount: integer; deprecated; // use EditorCount
|
function EditorsCount: integer; deprecated; // use EditorCount
|
||||||
procedure AddCharAtCursor(AUtf8Char: TUTF8Char);
|
procedure AddCharAtCursor(AUtf8Char: TUTF8Char);
|
||||||
procedure DeleteCharBeforoCursor;
|
procedure DeleteCharBeforeCursor;
|
||||||
published
|
published
|
||||||
property ShortCut: TShortCut read FShortCut write SetShortCut;
|
property ShortCut: TShortCut read FShortCut write SetShortCut;
|
||||||
property EndOfTokenChr: string read FEndOfTokenChr write FEndOfTokenChr;
|
property EndOfTokenChr: string read FEndOfTokenChr write FEndOfTokenChr;
|
||||||
@ -1970,7 +1970,7 @@ begin
|
|||||||
Form.AddCharAtCursor(AUtf8Char);
|
Form.AddCharAtCursor(AUtf8Char);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TSynCompletion.DeleteCharBeforoCursor;
|
procedure TSynCompletion.DeleteCharBeforeCursor;
|
||||||
begin
|
begin
|
||||||
Form.DeleteCharBeforeCursor;
|
Form.DeleteCharBeforeCursor;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user