Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor/Text/Def/Extras/Find/IFindPresenter.cs')
-rw-r--r--src/Editor/Text/Def/Extras/Find/IFindPresenter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor/Text/Def/Extras/Find/IFindPresenter.cs b/src/Editor/Text/Def/Extras/Find/IFindPresenter.cs
index 9cd3ef3..a399c43 100644
--- a/src/Editor/Text/Def/Extras/Find/IFindPresenter.cs
+++ b/src/Editor/Text/Def/Extras/Find/IFindPresenter.cs
@@ -12,7 +12,7 @@ namespace Microsoft.VisualStudio.Text.Find
/// </summary>
public interface IFindPresenter
{
- void ShowFind(bool usePreviousTerm = false);
+ void ShowFind(bool usePreviousTerm = false, bool takeFocus = true);
void ShowReplace();
void Hide();
bool IsVisible { get; }