Browse Source

Added "Goto Definition" command to symbol context menus.

pull/59/merge
Andreas Weizel 12 years ago
parent
commit
90e907c3d3
  1. 3
      src/Main/Base/Project/ICSharpCode.SharpDevelop.addin

3
src/Main/Base/Project/ICSharpCode.SharpDevelop.addin

@ -2026,14 +2026,17 @@
</Path>--> </Path>-->
<Path name = "/SharpDevelop/ViewContent/TextEditor/ContextMenu/MemberContextMenu"> <Path name = "/SharpDevelop/ViewContent/TextEditor/ContextMenu/MemberContextMenu">
<Include id="GotoDefinition" item="/SharpDevelop/Workbench/MainMenu/Search/GotoDefinition" />
<Include id="Rename" item="/SharpDevelop/Workbench/MainMenu/Search/Rename" /> <Include id="Rename" item="/SharpDevelop/Workbench/MainMenu/Search/Rename" />
</Path> </Path>
<Path name = "/SharpDevelop/ViewContent/TextEditor/ContextMenu/TypeContextMenu"> <Path name = "/SharpDevelop/ViewContent/TextEditor/ContextMenu/TypeContextMenu">
<Include id="GotoDefinition" item="/SharpDevelop/Workbench/MainMenu/Search/GotoDefinition" />
<Include id="Rename" item="/SharpDevelop/Workbench/MainMenu/Search/Rename" /> <Include id="Rename" item="/SharpDevelop/Workbench/MainMenu/Search/Rename" />
</Path> </Path>
<Path name = "/SharpDevelop/ViewContent/TextEditor/ContextMenu/LocalContextMenu"> <Path name = "/SharpDevelop/ViewContent/TextEditor/ContextMenu/LocalContextMenu">
<Include id="GotoDefinition" item="/SharpDevelop/Workbench/MainMenu/Search/GotoDefinition" />
<Include id="Rename" item="/SharpDevelop/Workbench/MainMenu/Search/Rename" /> <Include id="Rename" item="/SharpDevelop/Workbench/MainMenu/Search/Rename" />
</Path> </Path>

Loading…
Cancel
Save