mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 12:20:25 +02:00
IDE: auto indent: using caret position for ecLineBreak
git-svn-id: trunk@22428 -
This commit is contained in:
parent
c614f0dff7
commit
13712e5d89
@ -6851,7 +6851,7 @@ begin
|
||||
{$IFDEF VerboseIndenter}
|
||||
DebugLn(['TSourceNotebook.EditorGetIndent Apply to FirstLinePos+1']);
|
||||
{$ENDIF}
|
||||
SetIndentProc(FirstLinePos, Indent, 0,' ');
|
||||
SetIndentProc(LogCaret.Y, Indent, 0,' ');
|
||||
SrcEdit.CursorScreenXY:=Point(Indent+1,SrcEdit.CursorScreenXY.Y);
|
||||
end;
|
||||
ecPaste:
|
||||
|
Loading…
Reference in New Issue
Block a user