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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.addin.xml')
-rw-r--r--main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.addin.xml69
1 files changed, 5 insertions, 64 deletions
diff --git a/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.addin.xml b/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.addin.xml
index 2bae84f1f8..8c13a84ff1 100644
--- a/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.addin.xml
+++ b/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.addin.xml
@@ -38,29 +38,6 @@
<ExtensionNode name="Class" />
</ExtensionPoint>
- <ExtensionPoint path = "/MonoDevelop/SourceEditor2/TooltipProviders" name = "Tooltip providers">
- <Description>Tooltip providers. Classes must implement ITooltipProvider.</Description>
- <ExtensionNode name="Class" />
- <ConditionType id="FileType" type="MonoDevelop.Ide.Extensions.FileTypeCondition">
- <Description>Type of the file being edited.</Description>
- </ConditionType>
- </ExtensionPoint>
-
- <ExtensionPoint path = "/MonoDevelop/SourceEditor2/SyntaxModes" name = "Text editor syntax modes">
- <Description>Syntax modes</Description>
- <ExtensionNode name="Templates" type="MonoDevelop.SourceEditor.Extension.TemplateCodon"/>
- </ExtensionPoint>
-
- <ExtensionPoint path = "/MonoDevelop/SourceEditor2/Styles" name = "Text editor styles">
- <Description>Styles</Description>
- <ExtensionNode name="Templates" type="MonoDevelop.SourceEditor.Extension.TemplateCodon"/>
- </ExtensionPoint>
-
- <ExtensionPoint path = "/MonoDevelop/SourceEditor2/CustomModes" name = "Text editor custom syntax modes">
- <Description>Styles</Description>
- <ExtensionNode name="SyntaxMode" type="MonoDevelop.SourceEditor.SyntaxModeCodon"/>
- </ExtensionPoint>
-
<!-- Extensions -->
<Extension path = "/MonoDevelop/SourceEditor2/TooltipProviders">
<Class id="Debug" class="MonoDevelop.SourceEditor.DebugValueTooltipProvider" />
@@ -97,30 +74,6 @@
</Extension>
<Extension path = "/MonoDevelop/Ide/Commands/TextEditor">
- <Command id = "MonoDevelop.SourceEditor.SourceEditorCommands.DynamicAbbrev"
- defaultHandler = "MonoDevelop.SourceEditor.DynamicAbbrevHandler"
- _label = "Dynamic abbrev"
- _description = "Cycles completing the current word from matching words in all open files"
- macShortcut = "Ctrl|/"
- shortcut = "Alt|/" />
- <Command id = "MonoDevelop.SourceEditor.SourceEditorCommands.PulseCaret"
- _label = "Find caret"
- _description = "Animates the text editor caret to help find it"
- shortcut = "Ctrl||"
- macShortcut = "Meta||" />
- <Command id = "MonoDevelop.SourceEditor.SourceEditorCommands.ToggleErrorTextMarker"
- _label = "Toggle message bubble"
- _description = "Toggles message bubble on/off"/>
-
- <Command id = "MonoDevelop.SourceEditor.MessageBubbleCommands.HideIssues"
- defaultHandler = "MonoDevelop.SourceEditor.HideIssuesHandler"
- _label = "_Hide Issues"/>
-
- <Command id = "MonoDevelop.SourceEditor.MessageBubbleCommands.ToggleIssues"
- defaultHandler = "MonoDevelop.SourceEditor.ToggleIssuesHandler"
- _label = "Toggle Issues"
- type="array"/>
-
<Command id = "MonoDevelop.SourceEditor.QuickTasks.ScrollbarCommand.Top"
_label = "_Top"/>
<Command id = "MonoDevelop.SourceEditor.QuickTasks.ScrollbarCommand.Bottom"
@@ -137,13 +90,6 @@
type="radio"/>
</Extension>
- <Extension path = "/MonoDevelop/Ide/DisplayBindings">
- <DisplayBinding
- id = "TextEditor"
- insertafter ="DefaultDisplayBinding"
- class = "MonoDevelop.SourceEditor.SourceEditorDisplayBinding" />
- </Extension>
-
<Extension path = "/MonoDevelop/SourceEditor2/ContextMenu/Editor">
<CommandItem id = "MonoDevelop.SourceEditor.SourceEditorCommands.MarkerOperations" />
<CommandItem id = "MonoDevelop.Debugger.DebugCommands.ExpressionEvaluator" />
@@ -189,7 +135,7 @@
<CommandItem id = "MonoDevelop.Debugger.DebugCommands.DisableAllBreakpoints" />
<CommandItem id = "MonoDevelop.Debugger.DebugCommands.ClearAllBreakpoints" />
<CommandItem id = "MonoDevelop.Debugger.DebugCommands.ShowBreakpointProperties" />
- <CommandItem id = "MonoDevelop.SourceEditor.SourceEditorCommands.ToggleErrorTextMarker" />
+ <CommandItem id = "MonoDevelop.Ide.Editor.MessageBubbleCommands.Toggle" />
</Extension>
<Extension path="/MonoDevelop/Ide/GlobalOptionsDialog/TextEditor">
@@ -204,15 +150,6 @@
<Section id="SyntaxHighlighting" _label="Syntax Highlighting" fill="true" class="MonoDevelop.SourceEditor.OptionPanels.HighlightingPanel" icon="md-prefs-syntax-highlighting" />
</Extension>
- <Extension path = "/MonoDevelop/Ide/MainMenu/View">
- <ItemSet id = "MessageBubbles" _label = "_Message Bubbles" insertafter="MonoDevelop.Ide.Commands.ViewCommands.ViewList" insertbefore="ViewSeparator3">
- <CommandItem id = "MonoDevelop.SourceEditor.SourceEditorCommands.ToggleErrorTextMarker" />
- <CommandItem id = "MonoDevelop.SourceEditor.MessageBubbleCommands.HideIssues" />
- <SeparatorItem id = "Separator1" />
- <CommandItem id = "MonoDevelop.SourceEditor.MessageBubbleCommands.ToggleIssues" />
- </ItemSet>
- </Extension>
-
<Extension path = "/MonoDevelop/Ide/MainMenu/Search">
<ItemSet id = "Inspect" _label = "Inspect" insertafter="MonoDevelop.Ide.Commands.ViewCommands.ShowNext" insertbefore="Separator3">
<CommandItem id = "MonoDevelop.SourceEditor.SourceEditorCommands.NextIssue" />
@@ -222,6 +159,10 @@
</ItemSet>
</Extension>
+ <Extension path = "/MonoDevelop/SourceEditor2/EditorFactory">
+ <Class id = "SourceEditor" class="MonoDevelop.SourceEditor.EditorFactory" />
+ </Extension>
+
<Extension path = "/MonoDevelop/Ide/TextEditorExtensions">
<Class fileExtensions = ".json" class = "MonoDevelop.SourceEditor.JSon.JSonTextEditorExtension" />
</Extension>