mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 13:36:00 +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);
|
IDEWindowCreators.ShowForm(SearchResultsView,true);
|
||||||
SourceEditorManager.ShowActiveWindowOnTop(True);
|
SourceEditorManager.ShowActiveWindowOnTop(True);
|
||||||
end;
|
end;
|
||||||
|
if IDETabMaster <> nil then
|
||||||
|
IDETabMaster.ShowCode(SrcEdit);
|
||||||
try
|
try
|
||||||
SrcEdit.BeginUpdate;
|
SrcEdit.BeginUpdate;
|
||||||
SrcEdit.EditorComponent.LogicalCaretXY:=LogCaretXY;
|
SrcEdit.EditorComponent.LogicalCaretXY:=LogCaretXY;
|
||||||
|
Loading…
Reference in New Issue
Block a user