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
2010-05-17* Makefile.am:Lluis Sanchez
* MonoDevelop.Ide/Ide.cs: * MonoDevelop.Ide.csproj: * MonoDevelop.Components.AutoTest: * MonoDevelop.Components.Commands/CommandManager.cs: * MonoDevelop.Components.AutoTest/AutoTestSession.cs: * MonoDevelop.Components.AutoTest/AutoTestService.cs: * MonoDevelop.Components.AutoTest/AutoTestClientSession.cs: Added some experimental and basic support for automated gui testing. svn path=/trunk/monodevelop/; revision=157443
2010-05-12* Makefile.am:Lluis Sanchez
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Navigation: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Tasks/TaskStore.cs: * MonoDevelop.Ide.Gui.Content/INavigable.cs: * MonoDevelop.Ide.Gui.Content/ILocationList.cs: * MonoDevelop.Ide.Commands/NavigationCommands.cs: * MonoDevelop.Ide.Gui/DocumentNavigationPoint.cs: * MonoDevelop.Ide.Gui/TextFileNavigationPoint.cs: * MonoDevelop.Ide.Gui/NavigationHistoryService.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Moved navigation service to a new namespace. * MonoDevelop.Ide.Navigation/HistoryList.cs: * MonoDevelop.Ide.Navigation/NavigationPoint.cs: * MonoDevelop.Ide.Navigation/NavigationHistoryItem.cs: * MonoDevelop.Ide.Navigation/TextFileNavigationPoint.cs: * MonoDevelop.Ide.Navigation/DocumentNavigationPoint.cs: * MonoDevelop.Ide.Navigation/NavigationHistoryService.cs: Properly dispose navigation points. svn path=/trunk/monodevelop/; revision=157249
2010-05-11* Makefile.am:Mike Krüger
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.CodeCompletion/DisplayFlags.cs: * MonoDevelop.Ide.CodeCompletion/CompletionData.cs: * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: * MonoDevelop.Ide.CodeCompletion/ICompletionData.cs: * MonoDevelop.Ide.CodeCompletion/CompletionDataList.cs: * MonoDevelop.Ide.CodeCompletion/CompletionCategory.cs: * MonoDevelop.Ide.CodeCompletion/MemberCompletionData.cs: * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: * MonoDevelop.Ide.CodeCompletion/IMemberCompletionData.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateCompletionData.cs: Made the code completion system a more consistent (Removed interfaces, provided common base class - easier to extend), ActionCompletionData in conjunction with completion history now works correctly. Custom CompletionData now has access to the list window as well (Required for more complex insert actions). svn path=/trunk/monodevelop/; revision=157118
2010-04-27* Makefile.am:Mike Krüger
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.NavigateToDialog/SearchResult.cs: * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: * MonoDevelop.Ide.NavigateToDialog/ResultsDataSource.cs: Moved the navigate to threading model from semaphores to background workers. svn path=/trunk/monodevelop/; revision=156167
2010-04-23* Makefile.am:Mike Krüger
* gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.NavigateToDialog: * MonoDevelop.Components/ListView.cs: * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: * MonoDevelop.Ide.Commands/SearchCommands.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GoToDialog.cs: * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: * MonoDevelop.Ide.NavigateToDialog/NavigateToCommand.cs: * gtk-gui/MonoDevelop.Ide.NavigateToDialog.NavigateToDialog.cs: Worked on go to dialog. (go to file/type are unaffected in function - only the gui changed). Added 'Navigate To' command which allows to navigate to any file/type/member. svn path=/trunk/monodevelop/; revision=156006
2010-04-22* src/addins/NUnit/Gui/TestResultsPad.cs:Michael Hutchinson
* src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads/TaskListPad.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs: * src/addins/TextTemplating/MonoDevelop.TextTemplating/Gui/T4EditorExtension.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: * src/core/MonoDevelop.Ide/MonoDevelop.Components.PropertyGrid/PropertyGridTree.cs: * src/addins/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.Gui/BaseXmlEditorExtension.cs: * src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport/ClassOutlineTextEditorExtension.cs: Free up wasted space between scrollbars and treeview contents. * src/core/MonoDevelop.Ide/MonoDevelop.Components/CompactScrolledWindow.cs: New widget, ScrolledWindow with style overridden to have less padding inside. * src/core/MonoDevelop.Ide/Makefile.am: * src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj: Added file. * src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.Toolbox/Toolbox.cs: Free up wasted space between scrollbars and contents. svn path=/trunk/monodevelop/; revision=155921
2010-04-09* Makefile.am:Lluis Sanchez
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionFolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionFolderFileNodeBuilder.cs: Add support for adding files to solution folders. * MonoDevelop.Ide/MessageService.cs: * MonoDevelop.Ide.Gui.Dialogs/AlertDialog.cs: Introduced the MessageDescription hierarchy of classes, which allow setting all message dialog settings in an object. It also adds support for the Apply to All option and other custom options. * MonoDevelop.Ide.Gui.Components/TreeBuilder.cs: * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: * MonoDevelop.Ide.Gui.Components/TransactedTreeBuilder.cs: While in a transaction, make sure the OnNodeAdded event is fired when the node is added, not when the transaction is committed. svn path=/trunk/monodevelop/; revision=155135
2010-03-24* MonoDevelop.Ide/MonoDevelop.Ide.FindInFiles/FileProvider.cs: Don'tLluis Sanchez
save the file if nothing has been replaced. * MonoDevelop.Ide/MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: * MonoDevelop.Ide/MonoDevelop.Ide.Templates/CodeTranslationFileDescriptionTemplate.cs: HashtableToStringArray is not necessary. The string parser service can directly handle a string dictionary. * MonoDevelop.Ide/Makefile.am: * MonoDevelop.Ide/gtk-gui/gui.stetic: * MonoDevelop.Ide/gtk-gui/objects.xml: * MonoDevelop.Ide/MonoDevelop.Ide/Ide.cs: * MonoDevelop.Ide/MonoDevelop.Ide.csproj: * MonoDevelop.Ide/MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide/MonoDevelop.Ide.Commands/ToolsCommands.cs: * MonoDevelop.Ide/MonoDevelop.Ide.ExternalTools/ExternalTool.cs: * MonoDevelop.Ide/MonoDevelop.Ide.ExternalTools/ExternalToolPanel.cs: * MonoDevelop.Ide/MonoDevelop.Ide.Commands/CustomStringTagProvider.cs: * MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/StringTagSelectorButton.cs: * MonoDevelop.Ide/MonoDevelop.Ide.Projects.OptionPanels/CustomCommandPanel.cs: * MonoDevelop.Ide/MonoDevelop.Ide.Projects.OptionPanels/CustomCommandWidget.cs: * MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs: * MonoDevelop.Ide/MonoDevelop.Ide.Projects.OptionPanels/CustomCommandPanelWidget.cs: * MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.Components.StringTagSelectorButton.cs: * MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.OptionPanels.CustomCommandWidget.cs: Use the new string tag model. Added a new StringTagSelectorButton class. * MonoDevelop.Ide/MonoDevelop.Ide.Projects.OptionPanels/CombineConfigurationPanel.cs: Sort the configurations list. * MonoDevelop.Core/Makefile.am: * MonoDevelop.Core/MonoDevelop.Core.csproj: * MonoDevelop.Core/MonoDevelop.Core.StringParsing: * MonoDevelop.Core/MonoDevelop.Projects/Project.cs: * MonoDevelop.Core/MonoDevelop.Projects/Solution.cs: * MonoDevelop.Core/MonoDevelop.Projects/SolutionItem.cs: * MonoDevelop.Core/MonoDevelop.Projects/WorkspaceItem.cs: * MonoDevelop.Core/MonoDevelop.Projects/CustomCommand.cs: * MonoDevelop.Core/MonoDevelop.Projects/ProjectService.cs: * MonoDevelop.Core/MonoDevelop.Core/StringParserService.cs: * MonoDevelop.Core/MonoDevelop.Projects/SolutionEntityItem.cs: * MonoDevelop.Core/MonoDevelop.Projects/ProjectConfiguration.cs: * MonoDevelop.Core/MonoDevelop.Core.StringParsing/StringTagModel.cs: * MonoDevelop.Core/MonoDevelop.Core.StringParsing/IStringTagModel.cs: * MonoDevelop.Core/MonoDevelop.Projects/DotNetProjectConfiguration.cs: * MonoDevelop.Core/MonoDevelop.Core.StringParsing/StringTagProvider.cs: * MonoDevelop.Core/MonoDevelop.Core.StringParsing/IStringTagProvider.cs: * MonoDevelop.Core/MonoDevelop.Core.StringParsing/StringTagDescription.cs: * MonoDevelop.Core/MonoDevelop.Core.StringParsing/StringTagModelDescription.cs: Reworked the string parser service. Added an extension point for registering tag providers. Added StringTagModel and StringTagModelDescription classes. svn path=/trunk/monodevelop/; revision=154152
2010-03-18* Makefile.am:Lluis Sanchez
* MonoDevelop.Ide.csproj: Updated. * MonoDevelop.Ide/Ide.cs: * MonoDevelop.Ide.Gui/StatusProgressMonitor.cs: Use the new status bar model. * MonoDevelop.Ide/ImageService.cs: * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Show error and warning icons in grayscale when there are no errors/warnings. * MonoDevelop.Ide.Commands/ViewCommands.cs: Don't sort layouts by name. Use the order in the extension point. * MonoDevelop.Components.Docking/DockGroup.cs: * MonoDevelop.Components.Docking/DockObject.cs: * MonoDevelop.Components.Docking/DockGroupItem.cs: Impoved the logic that selects a dock bar where to show an autohide item by default. * MonoDevelop.Components.Docking/DockItem.cs: * MonoDevelop.Components.Docking/DockFrame.cs: * MonoDevelop.Components.Docking/DockContainer.cs: Allow setting the dock location of an item. * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Extensions/LayoutExtensionNode.cs: Added extension point for registering stock layous. Assigned default layouts for existing pads. * gtk-gui/objects.xml: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: Flush. * MonoDevelop.Ide.Gui/InternalLog.cs: * MonoDevelop.Ide.Gui/AddinUpdateHandler.cs: * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: * MonoDevelop.Ide.Gui/BackgroundProgressMonitor.cs: New status bar model. The status bar widget is hidden behind an interface. Added support for status bar contexts. Status information displayed through a context is cleaned up when the context is disposed. * MonoDevelop.Ide.Gui/Pad.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/IPadContainer.cs: * MonoDevelop.Ide.Gui/WorkbenchMemento.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Merged SdiWorkspaceLayout into DefaultWorkbench. Removed support for workbench contexts. * MonoDevelop.Ide.Codons/PadCodon.cs: Allow setting the default layout of a pad. * MonoDevelop.Ide.Codons/WorkbenchContextCondition.cs: Not required anymore. * MonoDevelop.Ide.Tasks/TaskStore.cs: Show a better status message when the end of the task list is reached. svn path=/trunk/monodevelop/; revision=153851
2010-03-17* Makefile.am:Lluis Sanchez
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide/Services.cs: * MonoDevelop.Ide.Extensions/MimeTypeNode.cs: * MonoDevelop.Ide.Extensions/StockIconCodon.cs: * MonoDevelop.Ide.Extensions/OptionsPanelNode.cs: * MonoDevelop.Components.Extensions/MimeTypeNode.cs: * MonoDevelop.Ide.Extensions/OptionsDialogSection.cs: * MonoDevelop.Components.Extensions/StockIconCodon.cs: * MonoDevelop.Components.Extensions/OptionsPanelNode.cs: * MonoDevelop.Ide.Extensions/MimeTypeOptionsPanelNode.cs: * MonoDevelop.Components.Extensions/OptionsDialogSection.cs: * MonoDevelop.Ide.Projects.OptionPanels/CodeFormattingPanel.cs: * MonoDevelop.Components.Extensions/MimeTypeOptionsPanelNode.cs: Moved to correct directory. Fixed namespace for MimeTypeOptionsPanelNode. svn path=/trunk/monodevelop/; revision=153779
2010-03-17Merged MD.Projects into MD.Core, and MD.Projects.Gui, MD.Core.Gui and ↵Lluis Sanchez
MD.Components into MD.Ide. svn path=/trunk/monodevelop/; revision=153742
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
2010-03-08* Makefile.am:Lluis Sanchez
* MonoDevelop.Ide.csproj: Remove unused files from project. svn path=/trunk/monodevelop/; revision=153248
2010-03-08* MonoDevelop.Ide.FindInFiles/Scope.cs:Lluis Sanchez
* MonoDevelop.Ide.FindInFiles/FindReplace.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Make better use of progress monitors. Use it to log the directories being searched. * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Tasks/TaskStore.cs: * MonoDevelop.Ide.Tasks/TaskService.cs: * MonoDevelop.Ide.Commands/ViewCommands.cs: * MonoDevelop.Ide.Gui.Pads/ILocationListPad.cs: * MonoDevelop.Ide.FindInFiles/SearchResultPad.cs: * MonoDevelop.Ide.Gui/TextFileNavigationPoint.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Improved Show Next/Previous command (F4). The list on which the command works now has to be explicitly set using the IdeApp.Workbench.ActiveLocationList. * Makefile.am: * MonoDevelop.Ide.csproj: Added new files. * MonoDevelop.Ide.Commands/NavigationCommands.cs: Some api changes. * MonoDevelop.Ide.Gui.Pads/FileScout.cs: * MonoDevelop.Ide.Tasks/ITaskListView.cs: * MonoDevelop.Ide.Tasks/UserTasksView.cs: * MonoDevelop.Ide.Gui.Pads/TaskListPad.cs: * MonoDevelop.Ide.Tasks/CommentTasksView.cs: * MonoDevelop.Ide.Gui.Pads/InternalLogPad.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassBrowserPad.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassBrowserPadWidget.cs: Use the new DockItemToolbar for showing toolbar commands. * MonoDevelop.Ide.Gui.Components/LogView.cs: * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: Factorized the widget which shows log from an IProgressMonitor from DefaultMonitorPad into the new LogView widget. * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Use the new DockItemToolbar for showing toolbar commands. Integrated the output pad into the errors list pad. * MonoDevelop.Ide.Gui/IdePreferences.cs: * MonoDevelop.Ide.Gui.OptionPanels/IDEStyleOptionsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs: Added option for selection the GUI compactness. * MonoDevelop.Ide.Gui.OptionPanels/BuildMessagePanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget.cs: Removed option for showing the build output pad, since it is now integrated into the errors pad. * MonoDevelop.Ide.addin.xml: Show the errors pad minimized by default. * gtk-gui/gui.stetic: Updated. * MonoDevelop.Ide.Gui/HiddenWorkbenchWindow.cs: Fix warning. * MonoDevelop.Ide.Gui/OutputProgressMonitor.cs: Factorized into the new LogView widget. * MonoDevelop.Ide.Gui/DocumentNavigationPoint.cs: * MonoDevelop.Ide.Gui/NavigationHistoryService.cs: Changed the api to be able to make the NavigationPoint class more reusable. It is now being used by the Show Next/Previous infrastructure. * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Embed the bottom dock bar. * MonoDevelop.Ide.Gui/IPadContainer.cs: Added flags for setting a pad as Working, HasErrors and HasNewData. * MonoDevelop.Ide.Gui/IWorkbench.cs: * MonoDevelop.Ide.Gui/IWorkbenchLayout.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Removed IWorkbech and IWorkbenchLayout interfaces, which are internal and not required anymore. * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Track misc api changes. Implement the new IPadWindow.IsWorking, HasErrors and HasNewData properties. * MonoDevelop.Ide.Gui/ProgressMonitors.cs: By default, autohide dynamically created output pads. The build progress monitor now shows the log in the errors list pad. Don't use spaces in the output pad ids, since it may break serialization into xml. * MonoDevelop.Ide.Gui/Pad.cs: Track class name changes. * MonoDevelop.Ide.Gui/DockItemToolbarLoader.cs: New utility class with extension methods which allows loading a docking toolbar from a command entry set. * MonoDevelop.Ide.Codons/PadCodon.cs: Allow setting a default status for a pad (e.g. auto hide). Allow setting a custom widget as label to show when the pad is in autohide mode. * MonoDevelop.Ide.Gui/SideBar.cs: New layout switcher. Not yet used. * MonoDevelop.Ide.Gui/WorkbenchWindow.cs: New base class for the root workbench window. * MonoDevelop.Ide.Gui/WorkbenchContext.cs: File renamed from IWorkspace. svn path=/trunk/monodevelop/; revision=153243
2010-03-06* Makefile.am:Michael Hutchinson
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/IdeStartup.cs: * MonoDevelop.Ide.Gui.Dialogs/TipOfTheDay.cs: * MonoDevelop.Ide.Gui.Dialogs/AddinLoadErrorDialog.cs: Use Mono.Options instead of Mono.GetOptions. svn path=/trunk/monodevelop/; revision=153161
2010-03-04* extras/ValaBinding/Project/ValaProject.cs:Michael Hutchinson
* main/src/addins/CBinding/Project/CProject.cs: * main/src/addins/MonoDevelop.Autotools/MakefileData.cs: * extras/MonoDevelop.IPhone/MonoDevelop.IPhone/IPhoneCommands.cs: * main/src/addins/VBNetBinding/Project/VBNetResourceIdBuilder.cs: * main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/Project.cs: * extras/MonoDevelop.IPhone/MonoDevelop.IPhone/IPhoneBuildExtension.cs: * main/src/addins/MonoDevelop.Autotools/SimpleProjectMakefileHandler.cs: * main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.Parser/Directive.cs: * main/src/addins/CSharpBinding/MonoDevelop.CSharp.Project/CSharpResourceIdBuilder.cs: * main/src/addins/MonoDevelop.Moonlight/MonoDevelop.Moonlight/MoonlightBuildExtension.cs: * main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment/DeployProperties.cs: * main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.Deployment/AspNetDeployServiceExtension.cs: Track ProjectFile Link API. * main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.Projects/ProjectFileDescriptor.cs: Display CustomTool/CustomToolNamespace. * main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/ProjectFile.cs: Add CustomToolNamespace, LastGenOutput, Link standard MSBuild properties. Add ProjectVirtualPath and IsLink properties to facilitate using the Link path. * main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/ProjectFileCollection.cs: GetFileWithVirtualPath and GetFilesInVirtualPath methods, for getting files while taking Link paths into account. * main/src/core/MonoDevelop.Projects/MonoDevelop.Projects/ProjectPathItemPropertyAttribute.cs: Added new class for handling serialization of relative paths, needed for Link property. * main/src/core/MonoDevelop.Projects/MonoDevelop.Projects.Formats.MSBuild/MSBuildProjectService.cs: Added utility methods ToMSBuildPathRelative and FromMSBuildPathRelative, needed for Link property. * main/src/core/MonoDevelop.Projects/MonoDevelop.Projects.Formats.MSBuild/MSBuildProjectHandler.cs: Handle CustomToolNamespace, LastGenOutput, Link properties * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/ProjectOperations.cs: Handle Link files in TransferFiles. * main/src/core/MonoDevelop.Projects.Gui/MonoDevelop.Projects.Gui/ProjectFileEntry.cs: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs: Handle Link files. * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/LinkedFilesFolder.cs: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/LinkedFilesFolderNodeBuilder.cs: Not needed now we have proper Link file support. * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Handle Link files, fix spelling. * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml: Remove LinkedFilesNodesBuilder now links are in the main directory tree. * main/src/core/MonoDevelop.Ide/Makefile.am: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj: Removed files. svn path=/trunk/monodevelop/; revision=152972
2010-02-11* Makefile.am:Lluis Sanchez
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Extensions/TextEditorExtensionNode.cs: Allow specifyings the file extensions to which a TextEditorExtension applies in the add-in manifest. In this way we can delay the loading of such extensions. svn path=/trunk/monodevelop/; revision=151536
2010-01-26* main/src/core/MonoDevelop.Ide/Makefile.am:Michael Hutchinson
* main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Workbench.cs: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/DisplayBinding.cs: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Codons/IDisplayBinding.cs: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/DisplayBindingService.cs: * main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/DefaultDisplayBinding.cs: Added a mechanism for display bindings to be marked as 'non-default- so they can only be opened explicitly, not automatically. * main/src/addins/MonoDevelop.HexEditor/MonoDevelop.HexEditor.addin.xml: * main/src/addins/MonoDevelop.HexEditor/MonoDevelop.HexEditor/DisplayBinding.cs: Mark hex editor as non-default so it doesn't try to take over all filetypes. Users will have to open it explicitly if they need it. * extras/MonoDevelop.Database/MonoDevelop.Database.Query/SqlQueryDisplayBinding.cs: * main/src/addins/MonoDevelop.AssemblyBrowser/MonoDevelop.AssemblyBrowser.addin.xml: * main/src/addins/MonoDevelop.AssemblyBrowser/MonoDevelop.AssemblyBrowser/DisplayBinding.cs: * main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/GettextEditorDisplayBinding.cs: * main/src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore.GuiBuilder/GuiBuilderDisplayBinding.cs: * main/src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore.GuiBuilder/ActionGroupDisplayBinding.cs: * main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/SourceEditorDisplayBinding.cs: * main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux/DotDesktopDisplayBinding.cs: Track DisplayBinding API. svn path=/trunk/monodevelop/; revision=150198
2010-01-21* Makefile.am: Add missing files.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=150003
2010-01-21* MonoDevelop.Ide.Gui/HelpOperations.cs: On Mac, use open -aMichael Hutchinson
MonoDoc.app $URL to open MonoDoc urls. * Makefile.am: * MonoDevelop.Ide.csproj: Ref System.Web for UrlEncode method. svn path=/trunk/monodevelop/; revision=149958
2010-01-18* Makefile.am:Lluis Sanchez
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.CodeFormatting/InvariantTextStylePolicy.xml: Define invariant text style policy. svn path=/trunk/monodevelop/; revision=149751
2010-01-04* Makefile.am:Mike Krüger
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.CodeTemplates/CodeTemplateCodon.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs: implemented 'Bug 562124 - Add ability to create custom built templates for AddIn'. svn path=/trunk/monodevelop/; revision=149012
2009-12-11* Makefile.am:Lluis Sanchez
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * icons/tools-external-tools-24.png: * icons/tools-external-tools-16.png: Add new icons. svn path=/trunk/monodevelop/; revision=148128
2009-12-01* Makefile.am:Mike Krüger
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/HiddenWorkbenchWindow.cs: * MonoDevelop.Ide.Gui/HiddenTextEditorViewContent.cs: Added hidden text editor view content infrastructure, to support fast non gui implementation of these interfaces for testing & 'code behind'). svn path=/trunk/monodevelop/; revision=147230
2009-11-25* Makefile.am:Mike Krüger
* gtk-gui/gui.stetic: * gtk-gui/generated.cs: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Tasks/TaskStore.cs: * MonoDevelop.Ide.Gui/IdePreferences.cs: * MonoDevelop.Ide.Gui/ProgressMonitors.cs: * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: * gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs: * MonoDevelop.Ide.Gui/OutputProgressMonitor.cs: * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: * MonoDevelop.Ide.Gui.OptionPanels/BuildPanel.cs: * gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GoToDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs: * gtk-gui/MonoDevelop.Ide.OverridesImplementsDialog.cs: * MonoDevelop.Ide.Gui.OptionPanels/BuildMessagePanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs: * gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.FindInFiles.SearchResultWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.cs: * gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MonoRuntimePanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersPreview.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.cs: Added build message panel, some build options & overworked error list pad a bit. svn path=/trunk/monodevelop/; revision=146910
2009-11-20* src/core/MonoDevelop.Core.Gui/Makefile.am:Lluis Sanchez
* src/core/MonoDevelop.Components/Makefile.am: * src/addins/MonoDevelop.DesignerSupport/Makefile.am: Use the correct Mono.Cairo reference. * src/core/MonoDevelop.Ide/Makefile.am: Use correct Mono.Cairo reference. svn path=/trunk/monodevelop/; revision=146607
2009-10-29Reference the mono-cairo package.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=145044
2009-10-13* Makefile.am:Mike Krüger
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.FindInFiles/HslColor.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Moved hsl color & brightness into the text edior. (removed brightness * 1e-3, it correctly ranges now 0.0-1.0); svn path=/trunk/monodevelop/; revision=144006
2009-09-24* src/core/MonoDevelop.Ide/Makefile.am:Michael Hutchinson
* src/core/MonoDevelop.Components/Makefile.am: * src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj: * src/addins/MonoDevelop.DesignerSupport/Makefile.am: * src/core/MonoDevelop.Components/MonoDevelop.Components.csproj: * src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.csproj: * src/core/MonoDevelop.Ide/MonoDevelop.Ide.CodeTemplates/EditTemplateDialog.cs: * src/core/MonoDevelop.Components/MonoDevelop.Components.PropertyGrid/PropertyGrid.cs: * src/core/MonoDevelop.Components/MonoDevelop.Components.PropertyGrid/PropertyGridTree.cs: * src/core/MonoDevelop.Components/MonoDevelop.Components.PropertyGrid/EventPropertyTab.cs: * src/core/MonoDevelop.Components/MonoDevelop.Components.PropertyGrid/DefaultPropertyTab.cs: Eliminate the property grid's System.Windows.Forms dependency, because it hurts Mac cold startup time. svn path=/trunk/monodevelop/; revision=142520
2009-09-18* Makefile.am:Michael Hutchinson
* MonoDevelop.Ide.csproj: Add ref to SWF for propgrid enum. * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs: Fix GTK warning. * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateListDataProvider.cs: Track API. * MonoDevelop.Ide.CodeTemplates/EditTemplateDialog.cs: Use the PropertyGrid for displaying variables, as this allows them to be edited. * MonoDevelop.Ide.CodeTemplates/CodeTemplateVariable.cs: Mark up with attributes for the propgrid. Use a custom class for the value pairs so we can name the values and mark it up too. svn path=/trunk/monodevelop/; revision=142160
2009-08-24* Makefile.am:Lluis Sanchez
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Gui.Content/ISupportsProjectReload.cs: Added support for re-binding an open file to a project. This is used when reloading a project. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Show a warning when trying to save a project whose files have changed since the last save. svn path=/trunk/monodevelop/; revision=140480
2009-08-18* MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs:Lluis Sanchez
* MonoDevelop.Ide.Gui.OptionPanels/LoadSavePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/AssemblyReferencePanel.cs: Updated license header. The file was rewritten long time ago. * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Gui.OptionPanels/CodeGenerationPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.CodeGenerationPanelWidget.cs: Removed unused pad. svn path=/trunk/monodevelop/; revision=140120
2009-08-182009-08-07 Viktoria Dudka <viktoriad@remobjects.com>Lluis Sanchez
* MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs: removed * MonoDevelop.Ide.Gui.Dialogs/AboutMonoDevelopTabPage.cs: * MonoDevelop.Ide.Templates/VersionInformationTabPage.cs: Rewritten from scratch to make it non-GPL. svn path=/trunk/monodevelop/; revision=140115
2009-08-17* Makefile.am:Lluis Sanchez
* gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Gui.OptionPanels/AssemblyFoldersPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget.cs: Added options panel which allows defining paths where MD should look for assemblies and .pc files. svn path=/trunk/monodevelop/; revision=140067
2009-08-11* Makefile.am:Lluis Sanchez
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui\Ide.cs: * MonoDevelop.Ide\Services.cs: * MonoDevelop.Ide.Tasks\Task.cs: * MonoDevelop.Ide.Gui\Document.cs: * MonoDevelop.Ide.Tasks\UserTask.cs: * MonoDevelop.Ide.Tasks\TaskStore.cs: * MonoDevelop.Ide.Tasks\TaskService.cs: * MonoDevelop.Ide.Tasks\UserTasksView.cs: * MonoDevelop.Ide.Gui\ProjectOperations.cs: * MonoDevelop.Ide.Gui.Pads\ErrorListPad.cs: * MonoDevelop.Ide.Tasks\CommentTasksView.cs: Reimplemented the task service. It should now be more efficient. svn path=/trunk/monodevelop/; revision=139707
2009-08-07* Makefile.am:Lluis Sanchez
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.StandardHeader/GPL3LicencePolicy.xml: * MonoDevelop.Ide.StandardHeader/GPL2LicencePolicy.xml: * MonoDevelop.Ide.StandardHeader/LGPL3LicencePolicy.xml: * MonoDevelop.Ide.StandardHeader/LGPL2-1LicencePolicy.xml: Added author name to gpl licences. Added LGPL 3. Fixed LGPL 2. svn path=/trunk/monodevelop/; revision=139565
2009-08-072009-08-07 Viktoria Dudka <viktoriad@remobjects.com>Lluis Sanchez
* MonoDevelop.Ide.Gui.Dialogs/TipOfTheDay.cs: Rewritten from scratch * MonoDevelop.Ide.Gui/TipOfTheDayStartupHandler.cs: Deleted * MonoDevelop.Ide.addin.xml: moved auto-start to a different location svn path=/trunk/monodevelop/; revision=139556
2009-08-06* Makefile.am:Lluis Sanchez
* gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide/Services.cs: * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/IdeStartup.cs: * MonoDevelop.Ide.Codons/PadCodon.cs: * MonoDevelop.Ide.Gui/IdePreferences.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: * MonoDevelop.Ide.Commands/ToolsCommands.cs: * MonoDevelop.Ide.Gui.OptionPanels/MaintenanceOptionsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.cs: Add support for the instrumentation service. Added a new command for showing the viewer. Added an options panel for enabling it. Added some counters. * gtk-gui/MonoDevelop.Ide.FindInFiles.SearchResultWidget.cs: Flush. svn path=/trunk/monodevelop/; revision=139475
2009-07-27* Makefile.am:Lluis Sanchez
* gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Dialogs/SelectFileFormatDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectFileFormatDialog.cs: When trying to save a project using a format which is not supported by the current settings of the project, show a dialog which allows choosing a new format. svn path=/trunk/monodevelop/; revision=138739
2009-07-24* Makefile.am:Lluis Sanchez
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Templates/ProjectTemplate.cs: * MonoDevelop.Ide.Templates/CombineDescriptor.cs: * MonoDevelop.Ide.Templates/SolutionDescriptor.cs: * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Rewrite of CombineDescriptor, now renamed to SolutionDescriptor. Patch by Viktoria Dudka. svn path=/trunk/monodevelop/; revision=138613
2009-07-22* Makefile.am:Lluis Sanchez
* gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/ProjectOperations.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: * MonoDevelop.Ide.Gui.Dialogs/ConfirmProjectDeleteDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog.cs: When removing a project from a solution, show an option which allows physically deleting the project files. svn path=/trunk/monodevelop/; revision=138412
2009-07-21* Makefile.am:Lluis Sanchez
* gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Execution/MonoExecutionParameters.cs: * MonoDevelop.Ide.Execution/MonoExecutionCustomizer.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * MonoDevelop.Ide.Gui.Dialogs/MonoExecutionParametersWidget.cs: * MonoDevelop.Ide.Gui.Dialogs/MonoExecutionParametersPreview.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.MonoExecutionParametersPreview.cs: Added Mono Options customizer. svn path=/trunk/monodevelop/; revision=138289
2009-07-02* Makefile.am:Lluis Sanchez
* gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/ProjectCommands.cs: * MonoDevelop.Ide.Execution/CustomExecutionMode.cs: * MonoDevelop.Ide.Execution/IExecutionModeEditor.cs: * MonoDevelop.Ide.Execution/CustomArgsCustomizer.cs: * MonoDevelop.Ide.Execution/CommandExecutionContext.cs: * MonoDevelop.Ide.Execution/CustomArgsExecutionMode.cs: * MonoDevelop.Ide.Gui.Components/ExecutionModeComboBox.cs: * MonoDevelop.Ide.Gui.Dialogs/CustomExecutionModeWidget.cs: * MonoDevelop.Ide.Gui.Dialogs/CustomExecutionModeDialog.cs: * MonoDevelop.Ide.Execution/ExecutionModeCommandService.cs: * MonoDevelop.Ide.Execution/IExecutionCommandCustomizer.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * MonoDevelop.Ide.Execution/IExecutionConfigurationEditor.cs: * MonoDevelop.Ide.Execution/ParameterizedExecutionHandler.cs: * gtk-gui/MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox.cs: * MonoDevelop.Ide.Gui.Dialogs/CustomExecutionModeManagerDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog.cs: Finished support for custom execution modes. * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: Use the shared default execution handler. svn path=/trunk/monodevelop/; revision=137318
2009-07-01* Makefile.am:Mike Krüger
* gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: Removed unused references & corrected gui.stetic. svn path=/trunk/monodevelop/; revision=137195
2009-07-01* Makefile.am:Mike Krüger
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Refactoring: * MonoDevelop.Ide.Refactoring/Rename.cs: * MonoDevelop.Ide.Commands/RefactoryCommands.cs: * MonoDevelop.Ide.Refactoring/RenameItemDialog.cs: * gtk-gui/MonoDevelop.Ide.Refactoring.RenameItemDialog.cs: * MonoDevelop.Ide.Refactoring/RefactoringPreviewDialog.cs: * gtk-gui/MonoDevelop.Ide.Refactoring.RefactoringPreviewDialog.cs: Moved refactoring support to an own assembly. svn path=/trunk/monodevelop/; revision=137182
2009-07-01* Makefile.am:Lluis Sanchez
* gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Execution: * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Commands/ProjectCommands.cs: * MonoDevelop.Ide.Execution/IExecutionModeEditor.cs: * MonoDevelop.Ide.Execution/CommandExecutionContext.cs: * MonoDevelop.Ide.Execution/CustomArgsExecutionMode.cs: * MonoDevelop.Ide.Gui.Dialogs/CustomExecutionModeDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/CustomExecutionModeWidget.cs: * MonoDevelop.Ide.Execution/ExecutionModeCommandService.cs: * MonoDevelop.Ide.Execution/ParameterizedExecutionHandler.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget.cs: Initial support for parameterized execution modes. svn path=/trunk/monodevelop/; revision=137181
2009-06-26* Makefile.am:Mike Krüger
* gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Refactoring: * MonoDevelop.Ide.Refactoring/.svn: * MonoDevelop.Ide.Refactoring/Rename.cs: * MonoDevelop.Ide.Commands/RefactoryCommands.cs: * MonoDevelop.Ide.Refactoring/RenameItemDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/RenameItemDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.RenameItemDialog.cs: * gtk-gui/MonoDevelop.Ide.Refactoring.RenameItemDialog.cs: * MonoDevelop.Ide.Refactoring/RefactoringPreviewDialog.cs: * gtk-gui/MonoDevelop.Ide.Refactoring.RefactoringPreviewDialog.cs: Worked on refactoring. svn path=/trunk/monodevelop/; revision=136958
2009-06-17* Makefile.am:Lluis Sanchez
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Show a gradient background when there are no documents opened. svn path=/trunk/monodevelop/; revision=136316
2009-06-09* Makefile.am:Lluis Sanchez
* MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/ViewContentEventHandler.cs: Removed unused file. svn path=/trunk/monodevelop/; revision=135774
2009-06-09* MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: TrackLluis Sanchez
api changes. * MonoDevelop.Ide.Gui.OptionPanels/TextStylePolicyPanel.cs: Use the new dialog for mime-type formatting policies. * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GoToDialog.cs: * gtk-gui/MonoDevelop.Ide.OverridesImplementsDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.OverrideTextSettingsPolicyWidget.cs: Removed unused dialog. * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.CodeFormatting/MonoTextStylePolicy.xml: * MonoDevelop.Ide.CodeFormatting/VisualStudioTextStylePolicy.xml: Register new policies. * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanelWidget.cs: The default text settings are now provided by its own mime-type formatting panel. svn path=/trunk/monodevelop/; revision=135748