mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:29:28 +02:00
IDE: incremental find: cuts not found chars at end
git-svn-id: trunk@15414 -
This commit is contained in:
parent
7840402e42
commit
85a91ea73f
@ -6333,6 +6333,9 @@ begin
|
||||
FIncrementalSearchStartPos := CurEdit.BlockBegin;
|
||||
FIncrementalSearchCancelPos := FIncrementalSearchStartPos;
|
||||
end;
|
||||
|
||||
// cut the not found
|
||||
FIncrementalSearchStr := CurEdit.SelText;
|
||||
end
|
||||
else begin
|
||||
// go to start
|
||||
|
Loading…
Reference in New Issue
Block a user