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
2011-03-22Improved output pad reuse.Lluis Sanchez Gual
Added new method for getting an output pad for tools. Instead of having an output pad specific for each tool, now all can share the same pad. Also added an Id argument to GetOutputProgressMonitor. This id is used when building an Id for the corresponding key binding. Until now, we were using the monitor title for this, but it doesn't work well since the title is localized.
2011-03-14Track api changes.Lluis Sanchez Gual
2010-09-06Log full generator exception. Skip superfluous errors.Michael Hutchinson
2010-09-05Save project after updating generator output file.Michael Hutchinson
2010-05-05* MonoDevelop.Ide.CustomTools/CustomToolService.cs: Better warningMichael Hutchinson
message. svn path=/trunk/monodevelop/; revision=156690
2010-05-05* MonoDevelop.Ide.CustomTools/CustomToolService.cs: Cancel runningMichael Hutchinson
tasks before re-running generator on same file. svn path=/trunk/monodevelop/; revision=156689
2010-05-05* src/addins/TextTemplating/MonoDevelop.TextTemplating/TextTemplatingTool.cs:Michael Hutchinson
Make cancellable, so bad user code can be aborted. * src/core/MonoDevelop.Ide/MonoDevelop.Ide.CustomTools/CustomTool.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide.CustomTools/CustomToolService.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide.Extensions/CustomToolExtensionNode.cs: Make custom tools cancellable, and add an output pad for viewing their output and cancelling them. svn path=/trunk/monodevelop/; revision=156688
2010-04-30* MonoDevelop.Components/PathBar.cs:Lluis Sanchez
* MonoDevelop.Components/SearchEntry.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.CodeCompletion/ListWindow.cs: * MonoDevelop.Ide.CustomTools/CustomToolService.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: * MonoDevelop.Ide.Gui.Components/StringTagSelectorButton.cs: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Fix warnings. svn path=/trunk/monodevelop/; revision=156511
2010-03-16* Makefile.am:Michael Hutchinson
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.CustomTools: * MonoDevelop.Ide.CustomTools/CustomTool.cs: * MonoDevelop.Ide.CustomTools/CustomToolService.cs: * MonoDevelop.Ide.Extensions/CustomToolExtensionNode.cs: Added custom tools service. * MonoDevelop.Ide.Gui/Ide.cs: Init the custom tools service at startup. * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Allow setting generator. svn path=/trunk/monodevelop/; revision=153605