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:
authorSandy Armstrong <sandy@xamarin.com>2020-01-13 20:23:40 +0300
committerSandy Armstrong <sandy@xamarin.com>2020-01-13 20:23:40 +0300
commit07690d994608d557268caf0726711d3bf52a9bb1 (patch)
tree28234145052dc7fe20b8928f6b30d40667e83588 /src/Editor/Text/Def/TextUICocoa/Extras/GoToLine/IGoToLinePresenter.cs
parent109220f5a283245ed9ffb70f82ca061d4d6d3dad (diff)
Sync with vs-editor-core@780251bfc
Diffstat (limited to 'src/Editor/Text/Def/TextUICocoa/Extras/GoToLine/IGoToLinePresenter.cs')
-rw-r--r--src/Editor/Text/Def/TextUICocoa/Extras/GoToLine/IGoToLinePresenter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor/Text/Def/TextUICocoa/Extras/GoToLine/IGoToLinePresenter.cs b/src/Editor/Text/Def/TextUICocoa/Extras/GoToLine/IGoToLinePresenter.cs
index ccf427e..aa5efab 100644
--- a/src/Editor/Text/Def/TextUICocoa/Extras/GoToLine/IGoToLinePresenter.cs
+++ b/src/Editor/Text/Def/TextUICocoa/Extras/GoToLine/IGoToLinePresenter.cs
@@ -13,6 +13,6 @@ namespace Microsoft.VisualStudio.Text.Extras.GoToLine
{
void Show();
void Hide();
- bool NavigateToLine(int lineNumber);
+ bool NavigateToLine(int lineNumber, int? columnNumber);
}
} \ No newline at end of file