Author: mhutch
Date: 2006-08-21 08:43:52 -0400 (Mon, 21 Aug 2006)
New Revision: 64139
Modified:
trunk/monodevelop/Extras/MonoDevelop.DesignerSupport/ChangeLog
trunk/monodevelop/Extras/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.CodeBehind/CodeBehindDisplayBinding.cs
Log:
2006-08-21 Michael Hutchinson <[EMAIL PROTECTED]>
* MonoDevelop.DesignerSupport.CodeBehind/CodeBehindDisplayBinding.cs:
Disable CodeBehind display binding. Needs some works on Core to make
it work properly.
Modified: trunk/monodevelop/Extras/MonoDevelop.DesignerSupport/ChangeLog
===================================================================
--- trunk/monodevelop/Extras/MonoDevelop.DesignerSupport/ChangeLog
2006-08-21 11:52:52 UTC (rev 64138)
+++ trunk/monodevelop/Extras/MonoDevelop.DesignerSupport/ChangeLog
2006-08-21 12:43:52 UTC (rev 64139)
@@ -1,3 +1,9 @@
+2006-08-21 Michael Hutchinson <[EMAIL PROTECTED]>
+
+ * MonoDevelop.DesignerSupport.CodeBehind/CodeBehindDisplayBinding.cs:
+ Disable CodeBehind display binding. Needs some works on Core to make
+ it work properly.
+
2006-08-05 Michael Hutchinson <[EMAIL PROTECTED]>
* MonoDevelop.DesignerSupport/ToolboxPad.cs:
Modified:
trunk/monodevelop/Extras/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.CodeBehind/CodeBehindDisplayBinding.cs
===================================================================
---
trunk/monodevelop/Extras/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.CodeBehind/CodeBehindDisplayBinding.cs
2006-08-21 11:52:52 UTC (rev 64138)
+++
trunk/monodevelop/Extras/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.CodeBehind/CodeBehindDisplayBinding.cs
2006-08-21 12:43:52 UTC (rev 64139)
@@ -44,6 +44,9 @@
{
public bool CanAttachTo (IViewContent content)
{
+ //FIXME: disabled, this whole thing is fundamentally
broken
+ return false;
+
IClass cls = GetCodeBehindClass (content);
if (cls != null) {
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches