|
|
|
@ -79,6 +79,7 @@
@@ -79,6 +79,7 @@
|
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path name="/SharpDevelop/ViewContent/TextEditor/ContextMenu"> |
|
|
|
|
<Condition name="ActiveContentExtension" activeextension=".ts"> |
|
|
|
|
<Include |
|
|
|
|
id="GoToTypeScriptDefinition" |
|
|
|
|
insertafter="Refactoring" |
|
|
|
@ -99,9 +100,11 @@
@@ -99,9 +100,11 @@
|
|
|
|
|
insertafter="RenameTypeScriptReference" |
|
|
|
|
insertbefore="Cut" |
|
|
|
|
type="Separator"/> |
|
|
|
|
</Condition> |
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<Path name="/SharpDevelop/Workbench/MainMenu/Search"> |
|
|
|
|
<Condition name="ActiveContentExtension" activeextension=".ts"> |
|
|
|
|
<Include |
|
|
|
|
id="GoToTypeScriptDefinition" |
|
|
|
|
insertafter="Separator2" |
|
|
|
@ -117,17 +120,9 @@
@@ -117,17 +120,9 @@
|
|
|
|
|
insertafter="FindTypeScriptReferences" |
|
|
|
|
insertbefore="GotoLineNr" |
|
|
|
|
type="Separator"/> |
|
|
|
|
</Condition> |
|
|
|
|
</Path> |
|
|
|
|
|
|
|
|
|
<!-- <Path name="/SharpDevelop/Dialogs/OptionsDialog/TextEditorOptions"> |
|
|
|
|
<OptionPanel |
|
|
|
|
id="TypeScriptOptions" |
|
|
|
|
label="TypeScript" |
|
|
|
|
insertafter="CodeCompletion" |
|
|
|
|
insertbefore="VBSpecificOptions" |
|
|
|
|
class="ICSharpCode.TypeScriptBinding.TypeScriptOptionsPanel"/> |
|
|
|
|
</Path>--> |
|
|
|
|
|
|
|
|
|
<Path path="/SharpDevelop/BackendBindings/ProjectOptions/AllManaged"> |
|
|
|
|
<Condition name="IsTypeScriptProjectOpen"> |
|
|
|
|
<OptionPanel |
|
|
|
|