Show code from Search Results when a docked form editor is used

git-svn-id: trunk@64432 -
This commit is contained in:
michl 2021-01-28 21:19:49 +00:00
parent e7986013cc
commit ed738a8192

View File

@ -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;