mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 10:58:16 +02:00
synedit: fixed undo delete space at end of line, bug #8722
git-svn-id: trunk@14212 -
This commit is contained in:
parent
b2affc1ca1
commit
e91dacd68b
@ -7927,7 +7927,7 @@ begin
|
||||
if {$IFDEF SYN_LAZARUS}LogCaretXY.X{$ELSE}CaretX{$ENDIF} > Len +1
|
||||
then begin
|
||||
// only move caret one column
|
||||
Helper := '';
|
||||
Helper := ' ';
|
||||
CaretX := CaretX - 1;
|
||||
end else if CaretX = 1 then begin
|
||||
// join this line with the last line if possible
|
||||
|
Loading…
Reference in New Issue
Block a user