Fixed search navigation after selecting one variable instance (fixes #565).

This commit is contained in:
Paul Kulchenko
2015-12-07 12:54:21 -08:00
parent f1bb792287
commit c3d64c7a76

View File

@@ -1333,6 +1333,8 @@ function CreateEditor(bare)
idx = idx + 1
end
if this then editor:SetMainSelection(this) end
-- set the current name as the search value to make subsequence searches look for it
ide.findReplace:SetFind(name)
end
editor:Connect(wxstc.wxEVT_STC_DOUBLECLICK,