mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:19:22 +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;
|
FIncrementalSearchStartPos := CurEdit.BlockBegin;
|
||||||
FIncrementalSearchCancelPos := FIncrementalSearchStartPos;
|
FIncrementalSearchCancelPos := FIncrementalSearchStartPos;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
// cut the not found
|
||||||
|
FIncrementalSearchStr := CurEdit.SelText;
|
||||||
end
|
end
|
||||||
else begin
|
else begin
|
||||||
// go to start
|
// go to start
|
||||||
|
Loading…
Reference in New Issue
Block a user