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
AgeCommit message (Collapse)Author
2007-12-04Directory reorganizationLluis Sanchez
svn path=/branches/monodevelop/reorg/; revision=90637
2007-11-30* AspNetEdit.mdp, AspNetEdit.Editor.UI/RootDesignerView.cs,Michael Hutchinson
Makefile.am: Depend on GeckoWebBrowser now that the MozillaControl has beeen removed from core. svn path=/trunk/monodevelop/; revision=90498
2007-05-132007-05-13 Michael Hutchinson <m.j.hutchinson@gmail.com> Michael Hutchinson
* libs/jscall.dll, libs/JSCall.js: Having removed the unmanaged dependencies from JSCall#, we can now bundle it. Yay! * chrome/content/aspdesigner/editor.js, AspNetEdit.Editor.UI/RootDesignerView.cs: Track JSCall# API changes. * Makefile.am: Add libs/jscall.dll to build. * chrome/Makefile.am: Take account of new JSCALL_SCRIPT location. svn path=/trunk/monodevelop/; revision=77317
2007-02-252007-02-24 Michael Hutchinson <m.j.hutchinson@gmail.com> Michael Hutchinson
* AspNetEdit.Editor.UI/RootDesignerView.cs: New UpdateRender method. Change behaviour of JSDeserializeAndAdd. It's a one-way function now; JS can give just offload pasted ASP.NET code to host and forget about it. The C# host will take it from there. * AspNetEdit.Editor/EditorHost.cs: Bump some code into GUI thread so it can handle exceptions. It's less fragile than remoting. Use ToolboxDataAttribute attributes when handling toolbox items. Relies on improvements to Document.InsertFragment. * AspNetEdit.Editor.ComponentModel/Document.cs, * AspNetEdit.Editor.ComponentModel/DesignerHost.cs, * AspNetEdit.Editor.Persistence/ServerControlParsingObject.cs: Change the places in which controls are created, initialised and added to document. Document.InsertFragment now handles ASP.NET code. * AspNetEdit.Editor.Persistence/ServerControlParsingObject.cs: Don't allow a tag's innerText to overwrite value from property if it's empty. * AspNetEdit.Editor.Persistence/DesignTimeParser.cs: Rename ParseDocument to ProcessFragment. * AspNetEdit.Editor.Persistence/RootParsingObject.cs: Rename BuildObject to GetParsedContent and change signature. * AspNetEdit.Editor.ComponentModel/NameCreationService.cs: Make name generation case insensitive, becuase ASP.NET is. * AspNetEdit.Integration/EditorProcess.cs: Add a trace statement. * AspNetEdit.Integration/AspNetEditViewContent.cs: Remove extra "using" * chrome/content/aspdesigner/editor.js: Remove debugging alert. * Makefile.am. * AspNetEdit.mdp: Updated. Enable some autotools integration. svn path=/trunk/monodevelop/; revision=73398
2006-08-052006-08-05 Michael Hutchinson <m.j.hutchinson@gmail.com>Michael Hutchinson
* AspNetEdit.mdp: * Makefile.am: Track new files. * AspNetEdit.Editor.UI/RootDesignerView.cs: Give JS more time to return a document. * AspNetEdit.Integration/EditorProcess.cs: New object for the remoted process. This simplifies GUI thread handling. * AspNetEdit.Integration/AspNetEditViewContent.cs: Use EditorProcess instead of EditorHost. Create designer when doc is shown, and destroy when hidden, because the designer process is a heavyweight object. Track IToolboxConsumer interface change. * AspNetEdit.Integration/MonoDevelopProxy.cs: Provides remoted designer with access to methods in MD process, mainly for event binding. * AspNetEdit.Editor/EditorHost.cs: Split away from EditorProcess, and use GuiSyncObject to simplify threading. Expose lots of methods and objects. Add an IEventBindingService utilising MonoDevelopProxy. * AspNetEdit.Editor.ComponentModel/DesignContainer.cs: Prevent unnecessary generation of extra component names. * AspNetEdit.Editor.ComponentModel/Document.cs: * AspNetEdit.Editor.ComponentModel/DesignerHost.cs: Make it easier to load a document from a string rather than a stream. * AspNetEdit.Editor.ComponentModel/EventBindingService.cs: Use MonoDevelopProxy to make this actually work. svn path=/trunk/monodevelop/; revision=63391
2006-07-292006-07-29 Michael Hutchinson <m.j.hutchinson@gmail.com>Michael Hutchinson
* AspNetEdit.Integration/*: * AspNetEdit.Editor/*: * Makefile.am: * AspNetEdit.mdp: * AspNetEdit.addin.xml: Import MD AspNetEdit AddIn. * AspNetEdit.Editor.UI/RootDesignerView.cs: Use MonoDevelop.Components.HtmlControl.MozillaControl, because it contains a workaround for Gecko# redraw issues with MD's docking library. * AspNetEdit.Editor.UI/PropertyGrid.cs: Track property grid widget, becuase it has moved to MonoDevelop.DesignerSupport. * AspNetEdit.Editor.ComponentModel/DesignContainer.cs: * AspNetEdit.Editor.ComponentModel/DesignerHost.cs: Add more debug traces. svn path=/trunk/monodevelop/; revision=63145
2006-07-29Import AspNetEditMichael Hutchinson
svn path=/trunk/monodevelop/; revision=63144