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
path: root/src
diff options
context:
space:
mode:
authorSandy Armstrong <sandy@xamarin.com>2019-08-07 15:46:01 +0300
committerSandy Armstrong <sandy@xamarin.com>2019-08-07 15:46:01 +0300
commitbf08f61283c38940a96fab59bfaa6e74f255207c (patch)
tree268b239160dd69998f0563b72bdd21d96283987a /src
parent577ecbb9a7e89faf35538c1cc8d52fb6df72082d (diff)
Sync with vs-editor-core@12ee92b6
Diffstat (limited to 'src')
-rw-r--r--src/Editor/Text/Def/TextUI/Commanding/Commands/GoToMatchingBraceCommandArgs.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Editor/Text/Def/TextUI/Commanding/Commands/GoToMatchingBraceCommandArgs.cs b/src/Editor/Text/Def/TextUI/Commanding/Commands/GoToMatchingBraceCommandArgs.cs
deleted file mode 100644
index 2af5ad3..0000000
--- a/src/Editor/Text/Def/TextUI/Commanding/Commands/GoToMatchingBraceCommandArgs.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace Microsoft.VisualStudio.Text.Editor.Commanding.Commands
-{
- public class GoToMatchingBraceCommandArgs : EditorCommandArgs
- {
- public GoToMatchingBraceCommandArgs(ITextView textView, ITextBuffer subjectBuffer) : base(textView, subjectBuffer)
- {
- }
- }
-} \ No newline at end of file