Browse Source

Changed the namespace for the form designer context menu commands. Added ICSharpCode.SharpDevelop runtime to FormDesigner.addin. Form designer context menus now working.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@360 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 20 years ago
parent
commit
30d666807c
  1. 1
      src/AddIns/DisplayBindings/FormDesigner/Project/FormDesigner.addin
  2. 3
      src/AddIns/DisplayBindings/FormDesigner/Project/Src/Commands/FormCommands.cs

1
src/AddIns/DisplayBindings/FormDesigner/Project/FormDesigner.addin

@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
<Runtime>
<Import assembly="FormDesigner.dll"/>
<Import assembly = ":ICSharpCode.SharpDevelop"/>
</Runtime>
<Path name = "/SharpDevelop/Workbench/DisplayBindings">

3
src/AddIns/DisplayBindings/FormDesigner/Project/Src/Commands/FormCommands.cs

@ -19,6 +19,7 @@ using System.Text; @@ -19,6 +19,7 @@ using System.Text;
using System.ComponentModel.Design;
using ICSharpCode.Core;
using ICSharpCode.SharpDevelop;
using ICSharpCode.SharpDevelop.Gui;
using ICSharpCode.TextEditor.Document;
using ICSharpCode.SharpDevelop.DefaultEditor.Gui.Editor;
@ -26,7 +27,7 @@ using ICSharpCode.TextEditor; @@ -26,7 +27,7 @@ using ICSharpCode.TextEditor;
using ICSharpCode.FormDesigner;
namespace ICSharpCode.SharpDevelop.FormEditor.Commands
namespace ICSharpCode.FormDesigner.Commands
{
/// <summary>
/// This is the base class for all designer menu commands

Loading…
Cancel
Save