mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:19:37 +02:00
Show code from Search Results when a docked form editor is used
git-svn-id: trunk@64432 -
This commit is contained in:
parent
e7986013cc
commit
ed738a8192
@ -9201,6 +9201,8 @@ begin
|
||||
IDEWindowCreators.ShowForm(SearchResultsView,true);
|
||||
SourceEditorManager.ShowActiveWindowOnTop(True);
|
||||
end;
|
||||
if IDETabMaster <> nil then
|
||||
IDETabMaster.ShowCode(SrcEdit);
|
||||
try
|
||||
SrcEdit.BeginUpdate;
|
||||
SrcEdit.EditorComponent.LogicalCaretXY:=LogCaretXY;
|
||||
|
Loading…
Reference in New Issue
Block a user