2010-08-04 Lluis Sanchez Gual * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide/RootWorkspace.cs: * MonoDevelop.Ide.Gui/AuthorInformation.cs: * MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs: * MonoDevelop.Ide.Gui.OptionPanels/AuthorInformationPanel.cs: * MonoDevelop.Ide.Gui.OptionPanels/GlobalAuthorInformationPanel.cs: Moved AuthorInformation to MD.Projects. Use the new AuthorInformation added to Solution and SolutionItem. Track api changes. 2010-08-03 Lluis Sanchez Gual * MonoDevelop.Ide/RootWorkspace.cs: Pick a good default configuration when loading a solution for the first time. Fixes bug 627297 - Projects from VS.NET solution are not build. 2010-07-28 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs: Don't show the project count in the solution node. That space can be used for more useful things. 2010-07-22 Mike Krüger * MonoDevelop.Ide.Commands/EditCommands.cs: * MonoDevelop.Ide.Commands/ViewCommands.cs: Use delegation methods. 2010-07-22 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Use the parser service parser queue to update parse documents (=> fewer threads & fixes a possible dead lock) 2010-07-21 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide/RootWorkspace.cs: * MonoDevelop.Ide/ProjectOperations.cs: Changed document parsing/text file provider now returns texteditordata provider. 2010-07-21 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Be more carefully when updating parsed documents. 2010-07-20 Levi Bard * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Ensure that results are displayed once they come in for mutable completion lists. 2010-07-19 Michael Hutchinson * MonoDevelop.Ide.ProgressMonitoring/BaseProgressMonitor.cs: Better fix for Bug 617276 - MonoDevelop crashes when clicking on a script error in Unity3d. 2010-07-19 Michael Hutchinson * MonoDevelop.Ide/Ide.cs: * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide/RootWorkspace.cs: * MonoDevelop.Ide/DesktopService.cs: * MonoDevelop.Ide.Desktop/RecentItem.cs: * MonoDevelop.Ide.Desktop/RecentOpen.cs: * MonoDevelop.Ide.Commands/FileCommands.cs: * MonoDevelop.Ide.Desktop/PlatformService.cs: * MonoDevelop.Ide.Desktop/RecentFileStorage.cs: Moved recent files/projects lists to the desktopservice/platformservice so it can be made platform-dependent. 2010-07-18 Mike Krüger * MonoDevelop.Ide.Tasks/CommentTasksView.cs: Track API changes. 2010-07-18 Mike Krüger * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/TextEditor.cs: * MonoDevelop.Ide.FindInFiles/Scope.cs: * MonoDevelop.Ide.Commands/EditCommands.cs: * MonoDevelop.Ide.Commands/ViewCommands.cs: * MonoDevelop.Ide.Tasks/CommentTasksView.cs: * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: * MonoDevelop.Ide.FindInFiles/FileProvider.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: * MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs: * MonoDevelop.Ide.Commands/CustomStringTagProvider.cs: * MonoDevelop.Ide.Navigation/NavigationHistoryService.cs: * MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingCommands.cs: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Replaced old text editor reminders with mono.texteditor & renamed the texteditordata property to editor. 2010-07-18 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Text editor extensions are now based on the mono.texteditor infrastructure. 2010-07-16 Mike Krüger * MonoDevelop.Ide/ImageService.cs: Scale images when they don't fit when composing icons (Bug 609979 - Icon size errors). 2010-07-15 Levi Bard * MonoDevelop.Ide/RootWorkspace.cs: Don't second-guess NeedsReload logic. 2010-07-15 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/TextEditor.cs: * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: * MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs: * MonoDevelop.Ide.CodeCompletion/ICompletionWidget.cs: * MonoDevelop.Ide.CodeCompletion/IParameterDataProvider.cs: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: * MonoDevelop.Ide.CodeCompletion/ParameterInformationWindowManager.cs: Worked on 'Bug 621658 - Parameter hints disappear afterkeystroke'. 2010-07-14 Levi Bard * MonoDevelop.Ide/Ide.cs: * MonoDevelop.Ide/IdeStartup.cs: Don't open projects as source files. 2010-07-14 Mike Krüger * MonoDevelop.Components/SearchEntry.cs: Fixed potential issue in search entry when reparenting. 2010-07-13 Michael Hutchinson * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Better comments about OS X hacks. 2010-07-13 Mike Krüger * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Components/DropDownBox.cs: * MonoDevelop.Components/DropDownBoxListWindow.cs: Moved dropdown box to components. 2010-07-13 Levi Bard * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Restore previous window state at launch on OSX. 2010-07-12 Michael Hutchinson * MonoDevelop.Ide.Extensions/TextEditorExtensionNode.cs: Case-insensitive file extension comparison. 2010-07-12 Michael Hutchinson * MonoDevelop.Ide.Gui/Document.cs: Track ProjectDomService/Parser API. 2010-07-12 Levi Bard * MonoDevelop.Ide.ProgressMonitoring/BaseProgressMonitor.cs: Fix #617276: MD crashes when clicking a script error in Unity3d. 2010-07-12 Mike Krüger * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: ':' now automatically only filters files. 2010-07-11 Michael Hutchinson * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Projects.OptionPanels/NamespaceSynchronisationPanel.cs: Naming policies panel should be shown for all items that contain DotNetProject, not just DotNetProject. 2010-07-11 Michael Hutchinson * gtk-gui/gui.stetic: Flsuh. * Makefile.am: * gtk-gui/objects.xml: Removed objects.xml from the Makefile.am since it's not in the project file and was breaking the build when MD added a resource ID to the makefile. 2010-07-11 Michael Hutchinson * MonoDevelop.Ide.addin.xml: The "navigate forward/back" commands now use the Xcode binding, and a similar binding on Windows so they no longer block the subword navigation. Also add a Mac binding for "move selection up/down" 2010-07-09 Levi Bard * MonoDevelop.Ide/RootWorkspace.cs: Implement less disk-intensive project autoupdate. 2010-07-09 Mike Krüger * MonoDevelop.Components/SearchEntry.cs: taken out event handler on destroy. 2010-07-08 Mike Krüger * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Components.Diff/Diff.cs: * MonoDevelop.Components/DropDownBoxListWindow.cs: Worked on version control gui. 2010-07-08 Mike Krüger * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Removed unused event handler (deletetolineend is handled by the text editor). 2010-07-06 Mike Krüger * MonoDevelop.Components/PathBar.cs: Changed redrawing. 2010-07-06 Mike Krüger * MonoDevelop.Components/PathBar.cs: Added bounds check. 2010-07-06 Mike Krüger * MonoDevelop.Components/PathBar.cs: Improved resizing behavior. 2010-07-06 Mike Krüger * MonoDevelop.Components/PathBar.cs: fixed multi monitor support. 2010-07-06 Mike Krüger * MonoDevelop.Components/PathBar.cs: Path bar now supports a right hand side. 2010-07-05 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/TextEditor.cs: * MonoDevelop.Ide.Gui/IBaseViewContent.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: * MonoDevelop.Ide.Gui/AbstractBaseViewContent.cs: Worked on navigation panel/content interface. 2010-07-05 Mike Krüger * MonoDevelop.Components/PathBar.cs: Added the ability to show a separator inside a path. 2010-07-05 Mike Krüger * MonoDevelop.Ide.CodeCompletion/ListWindow.cs: Fixed 'Bug 619800 - Auto-complete of nothing shouldn't auto-complete as void'. 2010-07-02 Mike Krüger * MonoDevelop.Ide.csproj: * MonoDevelop.Components/PathBar.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: * MonoDevelop.Ide.Gui.Content/IPathedDocument.cs: Worked on pathed document subsystem. 2010-06-30 Mike Krüger * MonoDevelop.Ide.Gui/IWorkbenchWindow.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: * MonoDevelop.Ide.Gui/HiddenWorkbenchWindow.cs: Addeds subview contents to the interface. 2010-06-29 Carlo Kok * MonoDevelop.Ide.Extensions/MimeTypeOptionsPanelNode.cs: Make the label localizable. 2010-06-29 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Exposed workbench window. 2010-06-29 Lluis Sanchez Gual * MonoDevelop.Ide.Navigation/NavigationHistoryService.cs: When clearing the navigation history, don't reuse the current item since it is destroyed by the clear method. Should fix bug #606557 - Invalid items in history service. 2010-06-29 Lluis Sanchez Gual * MonoDevelop.Components.Docking/DockItemContainer.cs: Added missing null checks. Fixes bug #613437 - Null Reference Exception on loading a project. 2010-06-28 Lluis Sanchez Gual * MonoDevelop.Components.Docking/DockBarItem.cs: Don't hide the item if the mouse pointer is inside the window. Fixes bug #565714 - Autohidden pads hide when viewing treeview tooltips. 2010-06-28 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Fixed 'Bug 617382 - Parameter list tooltip is not hidden when pressing ctrl+left arrow'. 2010-06-23 Mike Krüger * MonoDevelop.Ide.CodeCompletion/CompletionData.cs: * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Fixed 'Bug 616653 - "import symbol" does not resolve full typenames'. 2010-06-21 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/CustomStringTagProvider.cs: Add string tag for the config directory. Implements 615677 - Make the config folder variable available in custom commands. 2010-06-21 Mike Krüger * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Only update changed lines. 2010-06-21 Mike Krüger * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Fixed 'Bug 615831 - Texteditor is not invalidated after remove trailing wihte spaces action'. 2010-06-16 Michael Hutchinson * MonoDevelop.Components.Commands/KeyBindingManager.cs: Move the consumed shift modifier restoration to a more appropriate place. Add a better comment. 2010-06-15 Michael Hutchinson * MonoDevelop.Ide/RootWorkspace.cs: Disabled OnRunProjectChecks timeout because it churns disk, wastes power on laptop. 2010-06-15 Michael Hutchinson * MonoDevelop.Ide.CodeCompletion/ListWidget.cs: * MonoDevelop.Ide.CodeCompletion/ListWindow.cs: when there are no matches, display a message to indicate that the completion list is still handling input 2010-06-15 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Set icon for the default code formatting policies panel group to match the per-item one. * MonoDevelop.Ide.Desktop/PlatformService.cs: Handle icon for text/plain mimetype. 2010-06-15 Michael Hutchinson * MonoDevelop.Ide.Desktop/PlatformService.cs: Add a description for the text/plain mimetype. 2010-06-15 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Remove nonexistent icon. 2010-06-15 Michael Hutchinson * MonoDevelop.Ide.Projects.OptionPanels/CodeFormattingPanel.cs: Only show mimetypes with policies. 2010-06-15 Michael Hutchinson * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Remove debug writelines. Disable process-enter-on-exact-match behaviour change or now. 2010-06-15 Lluis Sanchez Gual * MonoDevelop.Components.DockToolbars/DockToolbar.cs: Reset custom size requests before calculating the real size request. Fixes issue when getting the default size. * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Ensure the default layout is set after loading the workbench memento. 2010-06-14 Lluis Sanchez Gual * icons/SplashScreen.png: Updated. 2010-06-14 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Add new contributors. 2010-06-14 Lluis Sanchez Gual * BuildVariables.cs: Bump MD version. 2010-06-14 Mike Krüger * MonoDevelop.Ide.CodeCompletion/ListWidget.cs: Fixed 'Bug 613539 - DOBa does not complete to DynamicObjectBase'. 2010-06-14 Mike Krüger * MonoDevelop.Ide.CodeCompletion/CompletionData.cs: * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Fixed 'Bug 613830 - Aggressive auto-complete list matching of keywords interferes with typing'. 2010-06-09 Michael Hutchinson * MonoDevelop.Ide/DesktopService.cs: * MonoDevelop.Ide.Desktop/PlatformService.cs: Added CanOpenTerminal/OpenInTerminal. * MonoDevelop.Ide.Gui.Pads.ProjectPad/FileOperationsBuilderExtension.cs: Use platform service CanOpenTerminal/OpenInTerminal instead of hardcoded gnome-terminal. 2010-06-08 Michael Hutchinson * MonoDevelop.Ide.Templates/FileTemplate.cs: Use List not ArrayList. * MonoDevelop.Ide.Projects/NewFileDialog.cs: Sort the template list by name. 2010-06-07 Michael Hutchinson * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Always use the original identifier for ${Name}, not the new constructed filename. Makes things easier in templates that produce multiple files. * MonoDevelop.Ide.Templates/FileTemplate.cs: Track SingleFileDescription template API. 2010-06-04 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/ToolsCommands.cs: Use the correct tag model when parsing the working directory and command. 2010-06-03 Michael Hutchinson * MonoDevelop.Ide.CodeTemplates/EditTemplateDialog.cs: Fix GTK warnings. 2010-06-03 Lluis Sanchez Gual * MonoDevelop.Components.Docking/DockFrame.cs: * MonoDevelop.Components.Docking/DockBarItem.cs: Resize the autohide frame when the main frame size changes. Fixes bug #611071 - Resizing while output window is open doesn't resizie the output window. 2010-06-03 Lluis Sanchez Gual * MonoDevelop.Components.DockToolbars/DockToolbar.cs: Don't enable the arrow button by default. This is handled by DockToolbarPanel. * MonoDevelop.Components.DockToolbars/DockToolbarPanel.cs: Improved toolbar resizing algorithm in PackRow. Instead of reducing size in all toolbars pixel by pixel, it will now reduce button by button. Fixes bug #545746 - Toolbar on small screens. 2010-06-03 Lluis Sanchez Gual * MonoDevelop.Components.DockToolbars/DockToolbar.cs: Disable custom drawing on the toolbar background since it hides the arrow button. 2010-06-01 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/ProjectTemplate.cs: * MonoDevelop.Ide.Templates/SolutionDescriptor.cs: * MonoDevelop.Ide.Templates/SolutionItemDescriptor.cs: Lookup solution types through the add-in instance. Fixes bug #610150 - Unable to create Packaging Project. 2010-06-01 Lluis Sanchez Gual * MonoDevelop.Components.Commands/CommandManager.cs: Disable data item check in the default command handler since it may cause regressions. 2010-06-01 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Bypass the cut/copy/paste commands if the current view doesn't support it. 2010-06-01 Lluis Sanchez Gual * MonoDevelop.Components.AutoTest/AutoTestSession.cs: The current object is now always the active widget unless some other specific object is set. * MonoDevelop.Components.AutoTest/AutoTestService.cs: Added basic support for recording a test session. * MonoDevelop.Components.Commands/CommandInfo.cs: * MonoDevelop.Components.Commands/CommandManager.cs: * MonoDevelop.Components.Commands/CommandArrayInfo.cs: Notofy key presses through the new KeyPressed event. Include the selected data item in the CommandActivated event args. Properly notify CommandActivated event when running the default handler of a command. * MonoDevelop.Components.Commands/ActionCommand.cs: Removed DispatchCommand and UpdateCommandInfo virtuals. They are not used and makes things more complex in the command manager. * MonoDevelop.Ide.Desktop/RecentItem.cs: Implemented Equals. 2010-05-31 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/AlertDialog.cs: Allow selecting text. 2010-05-31 Mike Krüger * MonoDevelop.Ide.NavigateToDialog/SearchResult.cs: Fixed 'Bug 610092 - Navigate to dialog'. 2010-05-28 Lluis Sanchez Gual * MonoDevelop.Ide.Execution/ExecutionModeCommandService.cs: Don't show the parameterization options if none of the supported execution modes is parameterizable. Fixes bug #609679 - Unable to Set Custom Execution Commands for ASP.NET projects. 2010-05-28 Lluis Sanchez Gual * MonoDevelop.Ide/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Components/ProjectFileEntry.cs: * MonoDevelop.Ide.Projects/ProjectFileSelectorDialog.cs: Fix incorrect use of ShowCustomDialog/RunCustomDialog. 2010-05-27 Mike Krüger * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: using fast match for member searches. 2010-05-27 Mike Krüger * MonoDevelop.Ide.CodeCompletion/ListWidget.cs: Added bounds check. 2010-05-27 Mike Krüger * MonoDevelop.Ide.CodeCompletion/ListWindow.cs: * MonoDevelop.Ide.CodeCompletion/ListWidget.cs: * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Fixed 'Bug 601737 - Scrollbar range on completion list often incorrect'. 2010-05-27 Mike Krüger * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Fixed 'Bug 608058 - Completion list deselects if file was reparsed'. 2010-05-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/TasksOptionsPanel.cs: Properly store the selected tags list. Fixes bug #605218 - Cannot modify Task List in preferences. 2010-05-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Components.PropertyGrid.Editors/CollectionEditor.cs: Use ShowCustomDialog (which destroys the dialog when done) instead of RunCustomDialog (which doesn't). 2010-05-26 Michael Hutchinson * MonoDevelop.Ide.Commands/FileCommands.cs: * MonoDevelop.Ide.Projects/AddFileDialog.cs: * MonoDevelop.Components/SelectFileDialog.cs: * MonoDevelop.Components/SelectFolderDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/OpenFileDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/FileSelectorDialog.cs: * MonoDevelop.Components.Extensions/ISelectFileDialog.cs: Improved the platform dialog abstractions. Unified and tidied code, factored code from OpenFileDialog, improved support for file filters. * MonoDevelop.Ide.Gui/Document.cs: Use platform dialog for OpenFile. 2010-05-26 Mike Krüger * MonoDevelop.Ide.NavigateToDialog/SearchResult.cs: * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: It's now possible to search for fully qualified member names. 2010-05-25 Michael Hutchinson * MonoDevelop.Ide.ProgressMonitoring/MessageDialogProgressMonitor.cs: * MonoDevelop.Ide.ProgressMonitoring/MultiTaskDialogProgressMonitor.cs: Dialog placement. 2010-05-25 Michael Hutchinson * MonoDevelop.Ide.Commands/FileCommands.cs: Use platform dialog, and dialog placement cleanup. * MonoDevelop.Ide.Gui.Dialogs/MultiMessageDialog.cs: More dialog placement cleanup. 2010-05-25 Michael Hutchinson * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide/RootWorkspace.cs: * MonoDevelop.Ide/ProjectOperations.cs: * MonoDevelop.Ide.Commands/ViewCommands.cs: * MonoDevelop.Ide.Projects/AddFileDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/OpenFileDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/FileSelectorDialog.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/AddinLoadErrorDialog.cs: * MonoDevelop.Components.Extensions/ISelectFileDialog.cs: * MonoDevelop.Ide.Execution/ExecutionModeCommandService.cs: * MonoDevelop.Ide.Execution/MonoExecutionParametersWidget.cs: * MonoDevelop.Ide.Projects.OptionPanels/CodeFormattingPanel.cs: * MonoDevelop.Ide.Execution/CustomExecutionModeManagerDialog.cs: * MonoDevelop.Components.PropertyGrid.Editors/TextEditorDialog.cs: * MonoDevelop.Ide.Projects.OptionPanels/SolutionItemConfigurationsPanel.cs: More dialog placement cleanup. * MonoDevelop.Ide.Gui.OptionPanels/MonoRuntimePanel.cs: * MonoDevelop.Ide.Projects.OptionPanels/CustomCommandWidget.cs: Use platform dialog. 2010-05-25 Michael Hutchinson * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: Mark window as a popup, so the command manger doesn't intercept keystroke. 2010-05-26 Lluis Sanchez Gual * MonoDevelop.Components.Commands/CommandManager.cs: In GetCommandInfo, reset the bypass flag before calling the default handler. 2010-05-25 Michael Hutchinson * MonoDevelop.Components.Commands/KeyBindingManager.cs: Make MapRawKeys public. 2010-05-25 Michael Hutchinson * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: Map keys. 2010-05-25 Michael Hutchinson * MonoDevelop.Components/PangoCairoHelper.cs: Pre-emptively fix calling conventions for pangocairo on Windows. 2010-05-22 Michael Hutchinson * gtk-gui/objects.xml: Flush. * MonoDevelop.Ide/MessageService.cs: * MonoDevelop.Ide/ProjectOperations.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: * MonoDevelop.Components.Commands/LinkCommandEntry.cs: * MonoDevelop.Components.PropertyGrid.Editors/CollectionEditor.cs: * MonoDevelop.Components.PropertyGrid.Editors/FlagsSelectorDialog.cs: More dialog placing. 2010-05-22 Michael Hutchinson * MonoDevelop.Ide/ProjectOperations.cs: Don't destroy references dialog. 2010-05-22 Michael Hutchinson * MonoDevelop.Ide.NavigateToDialog/NavigateToCommand.cs: Dialog placement. 2010-05-22 Michael Hutchinson * MonoDevelop.Ide.Gui.Dialogs/OptionsDialog.cs: Revert show/hide changes as they make the panels behave weirdly. 2010-05-21 Michael Hutchinson * MonoDevelop.Ide/MessageService.cs: * MonoDevelop.Ide.Gui.Dialogs/OptionsDialog.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Mac dialog placement tweaks. 2010-05-21 Michael Hutchinson * MonoDevelop.Ide.Gui.Components/ProjectFileEntry.cs: Don't null the value if the file doesn't exist in the project, since this may wipe existing bad values. Add an VerifyFileExistsInProject property to opt into the old behaviour. 2010-05-21 Michael Hutchinson * MonoDevelop.Ide.Projects/ProjectFileSelectorDialog.cs: Added docs and convenience API. * gtk-gui/MonoDevelop.Ide.Projects.ConfirmProjectDeleteDialog.cs: Flush. * MonoDevelop.Components.Extensions/ISelectFileDialog.cs: Added ability to set filters in the dialogs. * MonoDevelop.Components/FolderDialog.cs: * MonoDevelop.Components/FileSelector.cs: Make internal. People should be using the platform file dialog API. * MonoDevelop.Ide.Projects/AddFileDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/OpenFileDialog.cs: Use file filters. * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: Track dialog API. * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide/ProjectOperations.cs: Clean up dialog placement. * MonoDevelop.Ide/MessageService.cs: New APIs for showing/running dialogs, and placing dialogs. 2010-05-21 Michael Hutchinson * MonoDevelop.Components/MenuButton.cs: Fix the View Conflicts button. * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: Fix the View Conflicts button, and focus issues. * gtk-gui/objects.xml: Flush. 2010-05-21 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/EditCommands.cs: Forward the delete key to gtk if not processed. 2010-05-21 Michael Hutchinson * MonoDevelop.Components.Commands/KeyBindingManager.cs: More shift-tab fixage. 2010-05-21 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/EditCommands.cs: Set bypass flag if Copy/Cut/Paste can't be handled, so that gtk can handle it. * MonoDevelop.Components.Commands/CommandManager.cs: When executing a command from a shortcut, don't forward the key press to gtk if the command was disabled, but do it if the bypass flag was set. With this change, the F10 key won't activate the main menu anymore when the step over command is disabled. 2010-05-21 Mike Krüger * MonoDevelop.Ide.Tasks/TaskService.cs: made informjumptotask internal. 2010-05-21 Mike Krüger * MonoDevelop.Ide.Tasks/Task.cs: * MonoDevelop.Ide.Tasks/TaskStore.cs: * MonoDevelop.Ide.Tasks/TaskService.cs: Added event to the task service that informs of a jump to task command. 2010-05-20 Michael Hutchinson * MonoDevelop.Components.Commands/KeyBindingManager.cs: Fix shift-tab brokenness. 2010-05-20 Lluis Sanchez Gual * icons/SplashScreen.png: Updated. * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: Hide the dialog separator. Not needed. 2010-05-20 Lluis Sanchez Gual * BuildVariables.cs: Updated. 2010-05-19 Michael Hutchinson * options/KeyBindingSchemeEmacs.xml: Fix keybindings. 2010-05-19 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Fix keybindings. 2010-05-19 Michael Hutchinson * MonoDevelop.Components.Commands/KeyBindingManager.cs: Better handling of mapping raw keys to commands. We now use the keymap to consume shift keys when possible, except for letters. This means commands should remain sane across different keyboards, and will always be stored and displayed concisely. 2010-05-19 Mike Krüger * MonoDevelop.Components/TooltipWindow.cs: Try to fix criticals. 2010-05-19 Lluis Sanchez Gual * MonoDevelop.Components/GtkUtil.cs: Hide the tooltip when the tree is hidden. Made the code more robust. Fixes bug #606191 - Null reference "Unhandled Exception" caused by auto-hide panel hiding while tooltip shows. 2010-05-19 Lluis Sanchez Gual * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Set the active location list every time a search is started. 2010-05-19 Michael Hutchinson * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateCompletionData.cs: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Make code template insertion API less confusing. 2010-05-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/TransactedTreeBuilder.cs: In CommitChanges, mark children of a node as deleted if the node has been reset. Should fix bug #553903 - Solution pad treeview crash. 2010-05-18 Lluis Sanchez Gual * MonoDevelop.Ide/Ide.cs: Track api change. * gtk-gui/gui.stetic: * MonoDevelop.Ide/IdePreferences.cs: * MonoDevelop.Ide.Gui.OptionPanels/MaintenanceOptionsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.cs: Added option for enabling automated testing. 2010-05-18 Lluis Sanchez Gual * MonoDevelop.Components.AutoTest/AutoTestSession.cs: * MonoDevelop.Components.AutoTest/AutoTestService.cs: * MonoDevelop.Components.AutoTest/AutoTestClientSession.cs: Allow attaching to a running test service. 2010-05-18 Lluis Sanchez Gual * MonoDevelop.Components.AutoTest\AutoTestService.cs: * MonoDevelop.Components.AutoTest\AutoTestClientSession.cs: Access to the test server using an interface. 2010-05-18 Mike Krüger * MonoDevelop.Components/TooltipWindow.cs: * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: * MonoDevelop.Ide.CodeCompletion/ParameterInformationWindowManager.cs: Improved multi monitor support.- 2010-05-18 Mike Krüger * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Fixed 'Bug 490010 - Completion window hangs off bottom of the screen w/ dual-head "stretched desktop"' 2010-05-17 Mike Krüger * MonoDevelop.Ide.CodeCompletion/ListWindow.cs: * MonoDevelop.Ide.CodeCompletion/ListWidget.cs: Fixed 'Bug 604997 - Inconsistent behaviour in completion list'. 2010-05-17 Lluis Sanchez Gual * Makefile.am: * 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. 2010-05-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Emit the Closed event before disposing the view. In this way other extensions can properly unsubsribe events bound to the view. 2010-05-17 Mike Krüger * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Fixed 'Bug 605872 - Completion tooltips are never dismissed if the completion list is hidden too quickly'. 2010-05-13 Michael Hutchinson * MonoDevelop.Ide.CodeCompletion/ListWidget.cs: Don't use expose clipbox as the window width. Fixes redrawing issue. Also cache Allocation and GCs to avoid wasteful transitions and allocations. * MonoDevelop.Components/ListView.cs: Draw on the expose event's Window. Also cache Allocation and GCs to avoid wasteful transitions and allocations. 2010-05-13 Lluis Sanchez Gual * MonoDevelop.Ide.Projects/NewProjectDialog.cs: Added new GetDefaultTargetPlatform virtual to DotNetProject. It is overriden in DotNetAssemblyProject to set the default configuration for exes (x86). 2010-05-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs: If a folder can't be deleted, show the error and just remove it from the project. Added support for 'apply to all' in the confirmation dialog. 2010-05-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Don't dispose the command manager until we know for sure that we are exiting. Should fix bug #605393 - Error while building code. 2010-05-13 Lluis Sanchez Gual * MonoDevelop.Ide.Navigation/HistoryList.cs: * MonoDevelop.Ide.Navigation/NavigationPoint.cs: * MonoDevelop.Ide.Navigation/NavigationHistoryItem.cs: Improved handling of disposal of navigation points. Avoid creating event handlers. 2010-05-12 Michael Hutchinson * MonoDevelop.Ide.Navigation/NavigationHistoryItem.cs: Intercept dispose event and change the sender so the HistoryList doesn't explode. 2010-05-12 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Change 'Browse Next/Previous' command names to 'Show Next/Previous' to match the name that the search and error pads set. 2010-05-12 Michael Hutchinson * MonoDevelop.Ide.addin.xml: (Revert revision 157026) 2010-05-12 Lluis Sanchez Gual * Makefile.am: * 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. 2010-05-12 Mike Krüger * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: * MonoDevelop.Ide.CodeCompletion/DeclarationViewWindow.cs: Fixed 'Bug 604824 - Overloads tooltip should display non-obsolete overloads first'. 2010-05-11 Michael Hutchinson * MonoDevelop.Ide.Gui/DocumentNavigationPoint.cs: * MonoDevelop.Ide.Gui/TextFileNavigationPoint.cs: * MonoDevelop.Ide.Gui/NavigationHistoryService.cs: Disable nav point snippets as they currently aren't used - and they should really be created lazily. 2010-05-11 Mike Krüger * MonoDevelop.Ide.CodeCompletion/CompletionDataList.cs: fixed warning/removed unecessary method. 2010-05-11 Mike Krüger * Makefile.am: * 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). 2010-05-11 Mike Krüger * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: filter matches. 2010-05-11 Mike Krüger * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: disabled the ListWidget.Matches usage. 2010-05-11 Lluis Sanchez Gual * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: When converting an acronym match to a substring match, include the original acronym char in the current substring. Fixes bug #485376 - Go-to-file acronym matching inconsistent. 2010-05-11 Lluis Sanchez Gual * MonoDevelop.Components.Docking/DockGroup.cs: In RestoreAllocation, make a copy of the items list because RestoreAllocation can fire events such as VisibleChanged, and subscribers may do changes in the list. Should fix bug #600869 - Exception while switching layout from 'Solution' to 'Default' using the tool bar. 2010-05-10 Lluis Sanchez Gual * MonoDevelop.Ide/IdeStartup.cs: Add command line argument to enable instrumentation service logging. * MonoDevelop.Ide.Gui/DockItemToolbarLoader.cs: * MonoDevelop.Components.Commands/CommandMenu.cs: * MonoDevelop.Components.Commands/CommandManager.cs: * MonoDevelop.Components.Commands/CommandToolbar.cs: * MonoDevelop.Components.Commands/CommandMenuItem.cs: * MonoDevelop.Components.Commands/ICommandUserItem.cs: * MonoDevelop.Components.Commands/CommandToolButton.cs: * MonoDevelop.Components.Commands/CommandCheckMenuItem.cs: * MonoDevelop.Components.Commands/CommandToggleToolButton.cs: Added CommandTargetRoute type, which will be used to cache information command target chains. * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Improved handling of status icons. Avoid creating too many images when animating. 2010-05-10 Mike Krüger * MonoDevelop.Ide.addin.xml: Changed some mac shortcuts. 2010-05-10 Mike Krüger * MonoDevelop.Ide.addin.xml: Changed the key for shownext/prev on mac. 2010-05-10 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Search results now have exacter navigation points. 2010-05-10 Lluis Sanchez Gual * MonoDevelop.Ide/ImageService.cs: When creating internal ids for icons loaded from resources, take into account the requested size, since the same resource may be used to create icons for different sizes. Fixes bug #603709 - Missing Debug Icon. 2010-05-10 Lluis Sanchez Gual * MonoDevelop.Ide/RootWorkspace.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Don't close documents when closing the workspace, since they are closed later on. Fixes bug #603720 - quiting edited project -- MD asks twice to quit. 2010-05-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Update zoom commands according to the zoom status. 2010-05-10 Mike Krüger * MonoDevelop.Ide/ProjectOperations.cs: Fixed 'Bug 604040 - Go to declaration doesn't work for a property which is from a base partial class'. 2010-05-10 Mike Krüger * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: * MonoDevelop.Ide.CodeCompletion/ParameterInformationWindowManager.cs: Fixed 'Bug 603987 - Parameters tooltip shows over completion list'/parameter list now doesn't jump anymore. 2010-05-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/FileScout.cs: Fix incorrect check when setting the sensitivity of the Go Up button. 2010-05-07 Mike Krüger * MonoDevelop.Ide.CodeCompletion/ListWindow.cs: only use history for small partial words. 2010-05-07 Mike Krüger * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: added null check. 2010-05-07 Mike Krüger * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Fixed 'Bug 602061 - Completion list tooltips should hide when selected item scrolled out of view'. 2010-05-06 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: Added Dom property to document. This is the safest way to get the Dom assoziated with an open document. It NEVER returns null. It creates a special file only dom for files that are not bound to a project. 2010-05-06 Mike Krüger * MonoDevelop.Ide.CodeCompletion/ListWidget.cs: Fix 'Bug 603344 - Matching in completion list'. 2010-05-06 Lluis Sanchez Gual * MonoDevelop.Ide.csproj: Disable overflow checks. 2010-05-06 Mike Krüger * MonoDevelop.Ide/Ide.cs: * MonoDevelop.Ide/ProjectOperations.cs: Delay project service loading. 2010-05-06 Mike Krüger * MonoDevelop.Ide/ProjectOperations.cs: Fixed 'Bug 603119 - Go-to-definition doesn't work with locals'. 2010-05-06 Michael Hutchinson * MonoDevelop.Components/CompactScrolledWindow.cs: Shrink spacing more. 2010-05-06 Michael Hutchinson * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Fix cmd-scroll zoom on Mac. Use more conventional direction for zooming. 2010-05-05 Mike Krüger * MonoDevelop.Ide.Gui/Workbench.cs: Removed some event handlers on close. 2010-05-05 Mike Krüger * MonoDevelop.Ide.Gui/NavigationHistoryService.cs: Take out event handler. 2010-05-05 Mike Krüger * MonoDevelop.Components/TooltipWindow.cs: FIX leak caused by transparency decorators. 2010-05-04 Michael Hutchinson * MonoDevelop.Ide.CustomTools/CustomToolService.cs: Better warning message. 2010-05-04 Michael Hutchinson * MonoDevelop.Ide.CustomTools/CustomToolService.cs: Cancel running tasks before re-running generator on same file. 2010-05-04 Michael Hutchinson * MonoDevelop.Ide.CustomTools/CustomTool.cs: * MonoDevelop.Ide.CustomTools/CustomToolService.cs: * MonoDevelop.Ide.Extensions/CustomToolExtensionNode.cs: Make custom tools cancellable, and add an output pad for viewing their output and cancelling them. 2010-05-04 Lluis Sanchez Gual * templates/Workspace.xpt.xml: Set correct assembly name for the Workspace type. Fixes bug #602522 - Can't create a workspace. 2010-05-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/FileBrowser.cs: Properly start the file browser. Fixes bug #484598 - Attempting to open folder with Nautilus in XFCE. 2010-05-04 Mike Krüger * MonoDevelop.Components.Commands/CommandManager.cs: Remove unnecessary fix for the IntPtr problem. * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Status bar status boxes are no longer overwriting each other & fixed little status bar leak. 2010-05-03 Michael Hutchinson * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui.Dialogs/NewLayoutDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: Show validation messages for new layout names. * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Remove unused variable. * gtk-gui/objects.xml: Flush. 2010-05-03 Michael Hutchinson * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Fix hiding toolbars in full view mode, and destroying of toolbar layouts. 2010-05-03 Michael Hutchinson * MonoDevelop.Ide.Commands/ViewCommands.cs: Simplify. * MonoDevelop.Components.DockToolbars/DockToolbarFrame.cs: Use generics. Add API for removing layouts. * MonoDevelop.Ide.Gui.Dialogs/NewLayoutDialog.cs: Restrict the names users can give layouts. * MonoDevelop.Ide.Gui/LayoutComboBox.cs: Track API, don't call costly property multiple times. * MonoDevelop.Ide.Gui/Workbench.cs: Tweak API. * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Fix full view mode switching. Hide toolbars in full view mode. Destroy full view layouts after use so they don't diverge from the normal layouts. 2010-05-03 Mike Krüger * MonoDevelop.Components/FixedWidthWrapLabel.cs: Dispose pango.layout. 2010-05-03 Mike Krüger * MonoDevelop.Components.Commands/CommandManager.cs: Remove event handler on toolbar destroy. 2010-05-03 Mike Krüger * MonoDevelop.Ide/ImageService.cs: * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Dispose created pixbufs. 2010-05-03 Lluis Sanchez Gual * MonoDevelop.Ide.StandardHeader/GPL2LicencePolicy.xml: * MonoDevelop.Ide.StandardHeader/GPL3LicencePolicy.xml: * MonoDevelop.Ide.StandardHeader/LGPL3LicencePolicy.xml: * MonoDevelop.Ide.CodeFormatting/MonoTextStylePolicy.xml: * MonoDevelop.Ide.StandardHeader/NewBSDLicencePolicy.xml: * MonoDevelop.Ide.StandardHeader/MITX11LicencePolicy.xml: * MonoDevelop.Ide.StandardHeader/Apache2LicencePolicy.xml: * MonoDevelop.Ide.StandardHeader/LGPL2-1LicencePolicy.xml: * MonoDevelop.Ide.CodeFormatting/VisualStudioTextStylePolicy.xml: Added attribute to explicitly allow differential serialization for a policy (which is disabled by default). 2010-05-03 Mike Krüger * MonoDevelop.Components.Docking/DockItemContainer.cs: Destroy allocated pattern. 2010-05-03 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: On Windows, show the global options command in the Tools menu. 2010-05-03 Mike Krüger * MonoDevelop.Components.Docking/ShadedContainer.cs: Call Destroy instead of Dispose - dispose seems not to be available for windows. 2010-05-03 Mike Krüger * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: Correctly release splash-screen resources. 2010-05-03 Mike Krüger * MonoDevelop.Components.Docking/ShadedContainer.cs: Dispose pattern after use. 2010-04-30 Michael Hutchinson * MonoDevelop.Ide.CodeCompletion/ListWindow.cs: Add = to the chars that can commit the selection. 2010-04-30 Michael Hutchinson * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Fix destroy order. 2010-04-30 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/TextFileNavigationPoint.cs: * MonoDevelop.Ide.Gui/NavigationHistoryService.cs: Navigation point log fixes. 2010-04-30 Lluis Sanchez Gual * MonoDevelop.Components/PathBar.cs: * 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. 2010-04-30 Lluis Sanchez Gual * MonoDevelop.Ide.Tasks/TaskStore.cs: Don't generate navigation points for tasks which don't have a file name. * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/DocumentNavigationPoint.cs: Revert check for return value of Show, since it should always work. * MonoDevelop.Ide.Gui/TextFileNavigationPoint.cs: * MonoDevelop.Ide.Gui/NavigationHistoryService.cs: Improved navigation point logging logic. * MonoDevelop.Ide.Gui/TextEditor.cs: New event. 2010-04-30 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Custom completion lists now support trigger words. 2010-04-30 Mike Krüger * MonoDevelop.Ide.CodeCompletion/ListWidget.cs: Did some performance optimizations on the completion list. 2010-04-30 Mike Krüger * MonoDevelop.Ide.CodeCompletion/ListWindow.cs: Fixed 'Bug 601167 - IntelliSense keeps picking the wrong entry'. 2010-04-29 Michael Hutchinson * MonoDevelop.Ide.Gui/DocumentNavigationPoint.cs: Unbreak document navigation. 2010-04-29 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: Track AddFilesToProject API. * MonoDevelop.Ide/ProjectOperations.cs: Handle adding link files to subdirectories of a project in AddFilesToProject method. Tidy up a lot. 2010-04-29 Michael Hutchinson * MonoDevelop.Components.Commands/KeyBindingManager.cs: Remove underscores from Page_Up/Page_Down when displaying. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs: Use some generic API. 2010-04-29 Mike Krüger * MonoDevelop.Ide.Gui/AbstractBaseViewContent.cs: ViewContent widgets are now destroyed by the workspace window. 2010-04-29 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Manually call 'box.Destroy ()' (work around for the IntPtr bug). 2010-04-29 Mike Krüger * MonoDevelop.Components.Commands/CommandManager.cs: Try to fix an IntPtr exception caused by accessing a invalid FocusChild. 2010-04-29 Mike Krüger * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/DocumentNavigationPoint.cs: * MonoDevelop.Ide.Gui/NavigationHistoryService.cs: found better fix for 'Bug 600657 - "Show Previous Warning/Error" fails when there are warnings without file offsets'. 2010-04-29 Mike Krüger * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/DocumentNavigationPoint.cs: Fixed 'Bug 600657 - "Show Previous Warning/Error" fails when there are warnings without file offsets'. 2010-04-28 Michael Hutchinson * MonoDevelop.Ide.Desktop/PlatformService.cs: Track API, build build. 2010-04-28 Lluis Sanchez Gual * BuildVariables.cs: Require Mono 2.6.1. Updated version label. 2010-04-28 Lluis Sanchez Gual * MonoDevelop.Ide\IdeStartup.cs: Add missing unchecked block. 2010-04-28 Mike Krüger * MonoDevelop.Ide.CodeCompletion/ListWidget.cs: * MonoDevelop.Ide.CodeCompletion/ListWindow.cs: Optimized performance a bit. 2010-04-28 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Don't use FontDesc to change the font of the text renderer, since it overrides the font weight specified using markup. Fixes bug #595975 - Start project is no longer highlighted. 2010-04-28 Mike Krüger * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: * MonoDevelop.Ide.NavigateToDialog/ResultsDataSource.cs: Ensured that the workers are working on a non-shared state. 2010-04-28 Mike Krüger * MonoDevelop.Ide.CodeCompletion/ListWindow.cs: * MonoDevelop.Ide.CodeCompletion/ListWidget.cs: * MonoDevelop.Ide.CodeCompletion/CompletionData.cs: * MonoDevelop.Ide.CodeCompletion/ICompletionData.cs: * MonoDevelop.Ide.NavigateToDialog/ResultsDataSource.cs: * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: code completion list now can show descriptions & code completion list now has a width resize for long items. 2010-04-28 Mike Krüger * MonoDevelop.Ide.CodeCompletion/ListWidget.cs: Improved completion filtering. 2010-04-28 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: Fixed 'Bug 599684 - Wrong text link in the 2,3,etc lines of the template'. 2010-04-28 Lluis Sanchez Gual * MonoDevelop.Ide.Execution/ExecutionModeCommandService.cs: Added missing null check. * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Workaround for gtk-sharp bug #600463. The OnPageAdded override makes MD crash on windows. 2010-04-28 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: It's now possible to do custom code completion popups. 2010-04-28 Mike Krüger * MonoDevelop.Ide.addin.xml: Changed shortcut. 2010-04-28 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Components.Docking/ShadedContainer.cs: Optimize rendering of the shaded background. 2010-04-27 Michael Hutchinson * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: Show a message while searching. Remove debug code. 2010-04-27 Michael Hutchinson * MonoDevelop.Ide.Execution/ParameterizedExecutionHandler.cs: Make IProcessAsyncOperation IDisposable. 2010-04-27 Lluis Sanchez Gual * gtk-gui/gui.stetic: * MonoDevelop.Ide.Projects/NewFileDialog.cs: * gtk-gui/MonoDevelop.Ide.Projects.NewFileDialog.cs: * gtk-gui/MonoDevelop.Ide.Projects.NewProjectDialog.cs: * gtk-gui/MonoDevelop.Ide.NavigateToDialog.NavigateToDialog.cs: Improved look of the New File dialog. 2010-04-27 Mike Krüger * gtk-gui/gui.stetic: * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: * gtk-gui/MonoDevelop.Ide.NavigateToDialog.NavigateToDialog.cs: made the default size of the navigate to dialog bigger. 2010-04-27 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Changed destroying order. (tab label is used during the Close event chain). 2010-04-27 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Destroying the tabLabel with destroy and not with dispose. 2010-04-27 Mike Krüger * MonoDevelop.Ide.NavigateToDialog/SearchResult.cs: * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: * MonoDevelop.Ide.NavigateToDialog/ResultsDataSource.cs: Optimized ambience.GetString calls. 2010-04-27 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Removed the box.Remove (control needs to be in the destroy chain). 2010-04-27 Mike Krüger * MonoDevelop.Ide.NavigateToDialog/SearchResult.cs: Corrected full name type highlighting. 2010-04-27 Mike Krüger * Makefile.am: * 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. 2010-04-27 Mike Krüger * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: navigate to dialog now remembers the window size. 2010-04-26 Michael Hutchinson * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: Don't include the project folder in the relative name. 2010-04-26 Michael Hutchinson * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: Order by rank. 2010-04-26 Mike Krüger * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: Show file path in the description. if it's truncated from the match. 2010-04-26 Mike Krüger * MonoDevelop.Components.Commands/CommandManager.cs: Try to fix a intptr exception alan had. 2010-04-26 Mike Krüger * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: Corrected use full name for types. 2010-04-26 Mike Krüger * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: Worked on navigate to dialog. 2010-04-26 Mike Krüger * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: changed file search behavior to the old one. 2010-04-26 Lluis Sanchez Gual * MonoDevelop.Ide/DesktopService.cs: Track last minute change. 2010-04-26 Lluis Sanchez Gual * MonoDevelop.Ide.Desktop/PlatformService.cs: External console processes are now wrapped by a IProcessAsyncOperation interface, instead of a Process instance. In this way it is possible to create external consoles which are not directly bound to a process. 2010-04-26 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Set document tag. 2010-04-26 Mike Krüger * MonoDevelop.Ide.addin.xml: changed navigate to mac shortcut. 2010-04-26 Mike Krüger * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Fixed 'Bug 598828 – Completion window should not move relative to caret as it shrinks'. 2010-04-26 Lluis Sanchez Gual * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: Remove unnecessary check that forces the loading of the class. 2010-04-26 Mike Krüger * MonoDevelop.Ide.addin.xml: Set navigate to shortcut key. 2010-04-26 Mike Krüger * MonoDevelop.Ide.NavigateToDialog/NavigateToDialog.cs: Corrected member filtering. 2010-04-23 Mike Krüger * Makefile.am: * 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. 2010-04-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolder.cs: Use canonical paths when comparing paths. 2010-04-22 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Don't update cursor/mode labels when they're already empty. 2010-04-22 Lluis Sanchez Gual * MonoDevelop.Ide/DispatchService.cs: Added new BackgroundDispatchAndWait method. * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Add support for progress bar with auto-pulse. 2010-04-22 Mike Krüger * MonoDevelop.Ide.CodeCompletion/ListWindow.cs: Fixed 'Bug 598728 - Code completion does not commit on generics >'. 2010-04-22 Michael Hutchinson * MonoDevelop.Ide/Ide.cs: * MonoDevelop.Ide/IdeStartup.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/StartupInfo.cs: Remove unnecessary static data. Clean up some API. 2010-04-21 Michael Hutchinson * MonoDevelop.Ide/ProjectOperations.cs: Make 'quit while running' question dialog clearer. * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Don't follow through with quitting if the workspace cancelled the close request. 2010-04-21 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/TaskListPad.cs: * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: * MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs: * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: * MonoDevelop.Components.PropertyGrid/PropertyGridTree.cs: Free up wasted space between scrollbars and treeview contents. * MonoDevelop.Components/CompactScrolledWindow.cs: New widget, ScrolledWindow with style overridden to have less padding inside. * Makefile.am: * MonoDevelop.Ide.csproj: Added file. 2010-04-21 Mike Krüger * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingCommands.cs: * MonoDevelop.Ide.CodeCompletion/CompletionWindowManager.cs: * MonoDevelop.Ide.CodeCompletion/ParameterInformationWindowManager.cs: Fixed 'Bug 598199 - Parameters tooltip shows over completion list'. 2010-04-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Add null check when adding type results. It may happen if the type failed to load for some reason. Added a timer. 2010-04-20 Lluis Sanchez Gual * MonoDevelop.Ide/DispatchService.cs: * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: Don't queue gui calls if the current thread is already the gui thread. * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Fix dock item removal. It was unregistered too early. 2010-04-20 Lluis Sanchez Gual * MonoDevelop.Components.Docking/ShadedContainer.cs: Don't store screen coordinates because those may change if the main window is moved. Should fix bug #595192 - Pad shadow rendering issues. 2010-04-20 Lluis Sanchez Gual * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Remove duplicate log write. * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Draw the resize grip using the shaded background color. * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: The resize grip must always be visible in Mac. On other platforms show it only when not maximized. 2010-04-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProgressMonitors.cs: * MonoDevelop.Ide.Gui.Components/LogView.cs: * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: * MonoDevelop.Ide.Gui/StatusProgressMonitor.cs: * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: * MonoDevelop.Ide.FindInFiles/SearchProgressMonitor.cs: When clicking over the status bar, activate the pad that generated the status message being shown. For example, if the status bar shows "Build: 1 error", show the errors pad when clicking on that. * MonoDevelop.Ide/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: Fix warning. * MonoDevelop.Ide.Gui.Pads/TaskListPad.cs: Fix nullref. 2010-04-19 Mike Krüger * MonoDevelop.Ide/IdePreferences.cs: Added command to turn off message bubbles by default. 2010-04-19 Lluis Sanchez Gual * MonoDevelop.Components/GtkUtil.cs: Remove timers when the tree is destroyed. 2010-04-19 Mike Krüger * MonoDevelop.Components/SearchEntry.cs: Fixed 'Bug 596635 - Missing icon error on OS X when showing search'. 2010-04-18 Michael Hutchinson * MonoDevelop.Components.Docking/DockItemContainer.cs: Remove the horizontal gradient on the docked pad header, as it clashes with the vertical gradient on the pad toolbars. 2010-04-18 Michael Hutchinson * MonoDevelop.Ide.Gui/DockItemToolbarLoader.cs: * MonoDevelop.Components.Commands/CommandMenuItem.cs: * MonoDevelop.Components.Commands/CommandToolButton.cs: * MonoDevelop.Components.Commands/CommandCheckMenuItem.cs: * MonoDevelop.Components.Commands/CommandToggleToolButton.cs: Pass source type to command dispatch. * MonoDevelop.Components.Commands/CommandManager.cs: Add command dispatch events, and source type parameter and overloads. 2010-04-18 Michael Hutchinson * MonoDevelop.Ide.Gui/ConfigurationComboBox.cs: Fix font size with small toolbar. 2010-04-16 Mike Krüger * MonoDevelop.Ide.CodeCompletion/ListWindow.cs: Give priority to items that have the match closer to the beginning of the string (see Bug 595240 - Completion list filtering should match on words not just at start). * MonoDevelop.Ide.CodeCompletion/DeclarationViewWindow.cs: Added bounds check. 2010-04-15 Mike Krüger * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Fixed 'Bug 596511 - Code completion removes block selection and only affects 1 line'. 2010-04-14 Lluis Sanchez Gual * MonoDevelop.Components/GtkUtil.cs: Propagate the scroll event. Don't show the tooltip when clicking on the tree. Fixes issue with double click. 2010-04-14 Mike Krüger * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Don't show empty tooltips. 2010-04-14 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Fixed possible null reference exception. 2010-04-13 Lluis Sanchez Gual * MonoDevelop.Ide/ProjectOperations.cs: Properly check if an execution session has to be stopped when closing the current solution. Missed the RootWorkspace case. 2010-04-13 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs: * MonoDevelop.Ide.Gui.Content/DocumentStateTracker.cs: It's now possible to get the TextEditorData object from the Document. 2010-04-12 Mike Krüger * MonoDevelop.Ide.CodeCompletion/ListWidget.cs: Implemented 'Bug 595240 - Completion list filtering should match on words not just at start'. 2010-04-12 Mike Krüger * MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs: Text editor extensions are now disposing correctly. 2010-04-12 Lluis Sanchez Gual * MonoDevelop.Components.PropertyGrid/PropertyGrid.cs: If the tree is re-populated while a value is being edited, the focus that the value editor had is not returned back to the tree. We need to explicitly get it. 2010-04-12 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ConfigurationComboBox.cs: Don't show mnemonics for configuration and runtime names. 2010-04-12 Mike Krüger * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/TextEditorCommands.cs: Implemented command for 'Bug 595228 - Block selection should be usable from keyboard' 2010-04-09 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Gui/Pad.cs: Show all pad categories in the View menu. 2010-04-09 Lluis Sanchez Gual * MonoDevelop.Components/TreeViewState.cs: When restoring state, if a node was selected and it now has been deleted, try to select an adjacent node. Fixes bug 595176 - Next breakpoint in BP pad should be selected after deleting a BP and similar bugs in other views using TreeStateView. 2010-04-09 Mike Krüger * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: * MonoDevelop.Ide.CodeCompletion/DeclarationViewWindow.cs: Fixed declaration tooltip shows too much bug. 2010-04-09 Lluis Sanchez Gual * Makefile.am: * 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. 2010-04-08 Lluis Sanchez Gual * MonoDevelop.Ide/Services.cs: * MonoDevelop.Ide/ProjectOperations.cs: Added build timers. 2010-04-08 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/EditCommands.cs: * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: Added DeleteKey command, which can be used to easily bind the Delete key to command handlers. 2010-04-08 Aaron Bockover * MonoDevelop.Components/SearchEntry.cs: Render the entry background flat box style "entry_bg" to properly draw the full entry (we were previously only drawing the shadow), which fixes a rendering bug in some themes - fix ported from Banshee 2010-04-08 Mike Krüger * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.CodeCompletion/ListWindow.cs: * MonoDevelop.Ide.Commands/TextEditorCommands.cs: * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: * MonoDevelop.Ide.CodeCompletion/CompletionWindowManager.cs: Implemented 'Bug 572067 - Shortcut for toggling between completion and suggestion mode'. 2010-04-08 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionFolderNodeBuilder.cs: Add missing root folder check. 2010-04-07 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Fixed 'Bug 559804 - Strings in search result pad are near-invisible' 2010-04-07 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Fix build. 2010-04-07 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Handle null ref in data func. 2010-04-07 Lluis Sanchez Gual * MonoDevelop.Components.Docking/DockContainer.cs: Partial fix dor bug 578531 - MD 2.2.1 Splitters only work if you move reeaaallllyyyy slooowwwllly on OSX. 2010-04-07 Mike Krüger * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/SearchCommands.cs: Added use selection for find/replace commands (for mac specific behavior). 2010-04-06 Michael Hutchinson * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Fix spelling, and make fade-in quicker. 2010-04-06 Lluis Sanchez Gual * MonoDevelop.Components/GtkUtil.cs: Properly free the allocated event. 2010-04-06 Mike Krüger * MonoDevelop.Ide.CodeCompletion/ListWidget.cs: * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Handled possible null reference. 2010-04-06 Mike Krüger * MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: worked on 'Bug 593232 - Intense flickering in OSX with help/autocompletion on OSX'. 2010-04-01 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: Implemented 'Bug 591436 - Cannot add the "$" symbol to the custom template text'. 2010-04-01 Mike Krüger * MonoDevelop.Ide/IdePreferences.cs: Changed message bubble property keys. * gtk-gui/objects.xml: 2010-03-29 Lluis Sanchez Gual * MonoDevelop.Ide/DesktopService.cs: * MonoDevelop.Ide.Desktop/PlatformService.cs: Moved external console creation to the platform service. 2010-03-29 Levi Bard * MonoDevelop.Ide/IdeStartup.cs: Remove debug logging. 2010-03-29 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: Fixed bug #591785 - Unable to cast object of type 'Gtk.Alignment' to type 'Gtk.Image'. 2010-03-27 Michael Hutchinson * MonoDevelop.Ide/DispatchService.cs: Strongly type queues, and use an event instead of an active wait. 2010-03-27 Michael Hutchinson * MonoDevelop.Ide/Ide.cs: Exit returns bool indicating whether user cancelled. 2010-03-25 Michael Hutchinson * MonoDevelop.Components.DockToolbars/DockToolbarPanel.cs: Worked around toolbar background rendering issues on Mac. 2010-03-24 Lluis Sanchez Gual * MonoDevelop.Ide.FindInFiles/FileProvider.cs: Don't save the file if nothing has been replaced. * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: * MonoDevelop.Ide.Templates/CodeTranslationFileDescriptionTemplate.cs: HashtableToStringArray is not necessary. The string parser service can directly handle a string dictionary. * Makefile.am: * gtk-gui/gui.stetic: * gtk-gui/objects.xml: * MonoDevelop.Ide/Ide.cs: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Commands/ToolsCommands.cs: * MonoDevelop.Ide.ExternalTools/ExternalTool.cs: * MonoDevelop.Ide.ExternalTools/ExternalToolPanel.cs: * MonoDevelop.Ide.Commands/CustomStringTagProvider.cs: * MonoDevelop.Ide.Gui.Components/StringTagSelectorButton.cs: * MonoDevelop.Ide.Projects.OptionPanels/CustomCommandPanel.cs: * MonoDevelop.Ide.Projects.OptionPanels/CustomCommandWidget.cs: * gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs: * MonoDevelop.Ide.Projects.OptionPanels/CustomCommandPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Components.StringTagSelectorButton.cs: * gtk-gui/MonoDevelop.Ide.Projects.OptionPanels.CustomCommandWidget.cs: Use the new string tag model. Added a new StringTagSelectorButton class. * MonoDevelop.Ide.Projects.OptionPanels/CombineConfigurationPanel.cs: Sort the configurations list. 2010-03-23 Michael Hutchinson * MonoDevelop.Ide/MessageService.cs: Use 'Ok' in error dialogs for consistency with warning and info dialogs. 2010-03-23 Lluis Sanchez Gual * MonoDevelop.Ide.Desktop/DesktopApplication.cs: Properly invoke the application process. 2010-03-22 Lluis Sanchez Gual * MonoDevelop.Components.Docking/DockItem.cs: Set the focus to the child widget instead of the docking container. Fixes bug #561512 - Selecting floating pad from doc/pad switcher does not focus it. 2010-03-22 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/ProjectCommands.cs: Ask before restarting the execution of the solution. Fixes bug #561693 - Usability issues in debugger commands. 2010-03-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Revert last change. 2010-03-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Use corrent layout configuration file name. 2010-03-22 Lluis Sanchez Gual * AssemblyInfo.cs: * BuildVariables.cs: * MonoDevelop.Ide.addin.xml: Bumped MD version. 2010-03-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Make the dialog non-sensitive after pressing ok. Make sure the locations list is not modified after getting it (should not happen anymore after the previous change, but just in case). Fixes bug #586575 - Goto dialog is not thread safe. 2010-03-22 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Added some code to prevent 'Bug 589661 - Null ref aborting a search'. 2010-03-18 Lluis Sanchez Gual * Makefile.am: * 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. 2010-03-18 Levi Bard * MonoDevelop.Ide/Ide.cs: * MonoDevelop.Ide/IdeStartup.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/StartupInfo.cs: Pass position information to OpenFiles. 2010-03-18 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Optimized status bar update. 2010-03-18 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Fixed 'Bug 589148 - Focus does not return to Find/Replace in Files dialog'. * gtk-gui/objects.xml: 2010-03-17 Lluis Sanchez Gual * Makefile.am: * 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. 2010-03-17 Lluis Sanchez Gual Merged MD.Projects into MD.Core, and MD.Projects.Gui, MD.Core.Gui and MD.Components into MD.Ide. 2010-03-17 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Implemented 'Bug 588618 - Find in Files: "Directories" pattern should warn about non-existant path'. 2010-03-17 Mike Krüger * MonoDevelop.Ide.Gui/IdePreferences.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: Changed the default error handling to: bubbles for errors & warnings, never show error list automatically & jump to first error. 2010-03-16 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide.Commands/ToolsCommands.cs: Use new api for starting the monitor. 2010-03-15 Michael Hutchinson * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Use command-scroll instead of control-scroll on Mac, because control-scroll is used by the window manager. 2010-03-15 Michael Hutchinson * Makefile.am: * 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. 2010-03-15 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/DragOperation.cs: * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: * MonoDevelop.Ide.Gui.Components/NodeCommandHandler.cs: Added DropPosition parameter to the drop methods. 2010-03-15 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: Moved code for loading user preferences to MD.Projects. Added some time counters. 2010-03-15 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide/Services.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/IdeStartup.cs: * MonoDevelop.Ide.Commands/ToolsCommands.cs: Use the new timing counters. 2010-03-12 Levi Bard * MonoDevelop.Ide.Gui/IdeStartup.cs: Implement TCP IPC. 2010-03-12 Levi Bard * MonoDevelop.Ide.Gui/IdeStartup.cs: Implement TCP IPC. 2010-03-09 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Properly compare data objects. 2010-03-09 Mike Krüger * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Added deadlock insanity check * MonoDevelop.Ide.Gui/TextEditor.cs: improved string/escape char handling. 2010-03-08 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/ILocationList.cs: Add missing file. 2010-03-08 Lluis Sanchez Gual * Makefile.am: * MonoDevelop.Ide.csproj: Remove unused files from project. 2010-03-08 Lluis Sanchez Gual * MonoDevelop.Ide.FindInFiles/Scope.cs: * 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. 2010-03-05 Michael Hutchinson * Makefile.am: * 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. 2010-03-05 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Fixed 'Bug 585668 - Exception in statusbar caused by CompletionWindowManager'. 2010-03-04 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: Implement custom output pad font support. 2010-03-04 Michael Hutchinson * MonoDevelop.Ide.Gui/IdePreferences.cs: Remove duplicate CustomPadFont property key migration; there's already migration code in Ide.cs and only the actual usages were not updated. 2010-03-04 Michael Hutchinson * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Handle style change events and respect both zoom and custom fonts. 2010-03-04 Michael Hutchinson * MonoDevelop.Ide.Gui/PadFontChanger.cs: * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Fix the custom pad font support. Apparently someone changed the property key name without changing the things that used it. * MonoDevelop.Ide.Gui/IdePreferences.cs: Migrate the old pad font size properties. 2010-03-04 Lluis Sanchez Gual * MonoDevelop.Ide.Codons/PadCodon.cs: * MonoDevelop.Ide.Gui/ProgressMonitors.cs: Fix pad initialization issue. 2010-03-04 Lluis Sanchez Gual * MonoDevelop.Ide.Codons/PadCodon.cs: * MonoDevelop.Ide.Gui/IPadContainer.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Make sure pads are properly initialized when accessing them through the Pad wrapper object. 2010-03-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: * MonoDevelop.Ide.Codons/SolutionPadCodon.cs: Delay the initialization of the pad until the padWindow has been attached to it. Propagate the pad Id. * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Added support for zooming with control+wheel. Implemented the Zoom in/out/reset commands. 2010-03-03 Michael Hutchinson * MonoDevelop.Ide.Gui/ProjectOperations.cs: Handle Link files in TransferFiles. * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs: Handle Link files. * MonoDevelop.Ide.Gui.Pads.ProjectPad/LinkedFilesFolder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/LinkedFilesFolderNodeBuilder.cs: Not needed now we have proper Link file support. * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Handle Link files, fix spelling. * MonoDevelop.Ide.addin.xml: Remove LinkedFilesNodesBuilder now links are in the main directory tree. * Makefile.am: * MonoDevelop.Ide.csproj: Removed files. 2010-03-03 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Added message for describing the category mode keyboard switch when the code completion window is shown. 2010-03-03 Mike Krüger * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Gui.Content/ITextEditorResolver.cs: Refactored text editor resolve providers. Language bindings now can provide own providers. 2010-03-02 Mike Krüger * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Toggle code completion category is now toggled by the ShowCompletionWindow command, when the window is visible. 2010-02-25 Michael Hutchinson * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: Fix Gtk type warnings by converting icon id to string for store. 2010-02-24 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Overwrite question buttons were reversed. 2010-02-23 Michael Hutchinson * MonoDevelop.Ide.Commands/TextEditorCommands.cs: Add Mac bindings for Ctrl-{T,L,O,K} and corresponding command definitions. * MonoDevelop.Ide.addin.xml: Add Mac bindings for Ctrl-{T,L,O,K} and corresponding commands definitions if needed. 2010-02-23 Mike Krüger * MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs: * MonoDevelop.Ide.Gui.Content/IExtensibleTextEditor.cs: Changed API for 'Bug 429265 - #region reindentation does not work with autocompletion'. 2010-02-23 Mike Krüger * gtk-gui/gui.stetic: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs: Added some error messages for 'Bug 540891 - NRE when launching Find In Files search (whole solution)'. 2010-02-22 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/ProjectDescriptor.cs: Fix nullref. 2010-02-22 Mike Krüger * MonoDevelop.Ide.Gui/TextEditor.cs: Fixed new file template creation bug. 2010-02-19 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: set default for find in files to case insensitive. 2010-02-18 Mike Krüger * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: Added missing getstring call. 2010-02-18 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplateCompletionData.cs: Added missing getstring call. 2010-02-18 Mike Krüger * gtk-gui/gui.stetic: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs: Edit references title is now translateable. 2010-02-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui/ProgressMonitors.cs: * MonoDevelop.Ide.Commands/FileCommands.cs: * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: * MonoDevelop.Ide.Gui/BackgroundProgressMonitor.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/IncludeNewFilesDialog.cs: * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: * MonoDevelop.Ide.Gui.Dialogs/OverridesImplementsDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/ConfirmProjectDeleteDialog.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanelWidget.cs: Track api changes. * MonoDevelop.Ide.Gui/Pad.cs: * MonoDevelop.Ide.Codons/PadCodon.cs: * MonoDevelop.Ide.Gui/IPadContainer.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: * MonoDevelop.Ide.Templates/FileTemplate.cs: * MonoDevelop.Ide.Gui/AbstractPadContent.cs: * MonoDevelop.Ide.Templates/ProjectTemplate.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.Gui.Components/TreeViewItem.cs: Use the new IconId type. 2010-02-16 Michael Hutchinson * MonoDevelop.Ide.Gui.Dialogs/ProjectReferencePanel.cs: Avoid stack overflow when there's a cyclic project dependency in the sln. 2010-02-16 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/TextEditor.cs: * MonoDevelop.Ide.Commands/EditCommands.cs: * MonoDevelop.Ide.Tasks/CommentTasksView.cs: * MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs: * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Implemented a new method for getting comment tags. It is going to replace some properties of ILanguageBinding. 2010-02-12 Michael Hutchinson * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Fix path bar detaching. 2010-02-12 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide.Gui/RootWorkspace.cs: MD now creates a new layout by default: 'Solution'. This layout is enabled when a solution is opened. The old 'Default' layout is shown when MD is started, and has all pads minimized. * MonoDevelop.Ide.Gui/Pad.cs: * MonoDevelop.Ide.Gui/IPadContainer.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Added AutoHide property to Pad. 2010-02-11 Michael Hutchinson * MonoDevelop.Ide.Gui/Document.cs: Don't share text editor extension instance between editors or things end up in the wrong editor. 2010-02-11 Lluis Sanchez Gual * Makefile.am: * 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. 2010-02-10 Michael Hutchinson * MonoDevelop.Ide.Gui/Workbench.cs: More tracing. * MonoDevelop.Ide.Gui/Ide.cs: Don't put help service init in a timeout, it stops MD from being closed before timeout runs. 2010-02-10 Michael Hutchinson * MonoDevelop.Ide.Gui/Ide.cs: Delay help service initialization. 2010-02-09 Levi Bard * MonoDevelop.Ide.Gui/IdeStartup.cs: * MonoDevelop.Ide.Gui/StartupInfo.cs: Allow users to specify file line and column at launch. 2010-02-09 Michael Hutchinson * MonoDevelop.Ide.Gui/IdeStartup.cs: Add startup trace calls. 2010-02-09 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/IncludeNewFilesDialog.cs: * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: * MonoDevelop.Ide.Gui.Dialogs/OverridesImplementsDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/ConfirmProjectDeleteDialog.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanelWidget.cs: Track API changes for lazy loading images. 2010-02-08 Michael Hutchinson * MonoDevelop.Ide.Gui/Ide.cs: Add startup trace calls. 2010-02-05 Michael Hutchinson * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/FileCommands.cs: * MonoDevelop.Ide.Gui.Content/IPrintable.cs: Implement a Page Setup command. 2010-02-05 Michael Hutchinson * MonoDevelop.Ide.Commands/FileCommands.cs: * MonoDevelop.Ide.Gui.Content/IPrintable.cs: Add CanPrint method to IPrintable. 2010-02-05 Michael Hutchinson * MonoDevelop.Ide.Gui/TextEditor.cs: * MonoDevelop.Ide.Gui.Content/IEditableTextBuffer.cs: * MonoDevelop.Ide.Gui/HiddenTextEditorViewContent.cs: Added method to check whether text editor has input focus. * MonoDevelop.Ide.Commands/EditCommands.cs: Only enable "Insert standard header" command when text editor has input focus. * MonoDevelop.Ide.addin.xml: Improve ordering of edit menu. 2010-02-05 Levi Bard * MonoDevelop.Ide.Gui.Dialogs/FileSelectorDialog.cs: Don't show Close Workspace checkbox on save. 2010-02-03 Lluis Sanchez Gual * MonoDevelop.Ide.Execution/ExecutionModeCommandService.cs: Make sure the Run With menu is hidden when there are no handlers that can run a project. Fixes bug #575657 - Crash is custom execution modes. 2010-01-28 Scott Willeke * MonoDevelop.Ide.Commands/FileCommands.cs Catching exception to prevent lock on load due to no permission to recently used file. 2010-01-28 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/ISolutionItemFeature.cs: * MonoDevelop.Ide.Gui.Dialogs/CombineEntryFeatureSelector.cs: Add different levels of support for project features. 2010-01-26 Michael Hutchinson * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/DisplayBinding.cs: * MonoDevelop.Ide.Codons/IDisplayBinding.cs: * MonoDevelop.Ide.Gui/DisplayBindingService.cs: * 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. 2010-01-22 Michael Hutchinson * MonoDevelop.Ide.Gui/HelpOperations.cs: Use the HelpService's cache root dir for launched MonoDoc instances. Moved GetHelpUrl to the HelpService. * MonoDevelop.Ide.Gui/Ide.cs: Track HelpService API. 2010-01-22 Mike Krüger * gtk-gui/gui.stetic: * MonoDevelop.Ide.FindInFiles/FilterOptions.cs: fixed bug in whole words only search. 2010-01-21 Lluis Sanchez Gual * Makefile.am: Add missing files. 2010-01-21 Lluis Sanchez Gual * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Extensions: * MonoDevelop.Ide.Gui.Dialogs\AddFileDialog.cs: * MonoDevelop.Ide.Gui.Dialogs\OpenFileDialog.cs: * MonoDevelop.Ide.Gui.Dialogs\FileSelectorDialog.cs: * MonoDevelop.Ide.Extensions\IAddFileDialogHandler.cs: * MonoDevelop.Ide.Extensions\IOpenFileDialogHandler.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad\FolderNodeBuilder.cs: Add support for platform-specific dialogs for adding files and for opening files. 2010-01-21 Michael Hutchinson * gtk-gui/gui.stetic: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs: Fix typo in UI string. 2010-01-21 Michael Hutchinson * MonoDevelop.Ide.Gui/HelpOperations.cs: Remove debug code. 2010-01-21 Michael Hutchinson * MonoDevelop.Ide.Gui/HelpOperations.cs: On Mac, use open -a MonoDoc.app $URL to open MonoDoc urls. * Makefile.am: * MonoDevelop.Ide.csproj: Ref System.Web for UrlEncode method. 2010-01-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IdeStartup.cs: * MonoDevelop.Ide.Gui/IdePreferences.cs: * MonoDevelop.Ide.Gui.OptionPanels/IDEStyleOptionsPanel.cs: Allow setting a custom gtk theme for MD. 2010-01-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide.Gui/IdePreferences.cs: * MonoDevelop.Ide.Gui.OptionPanels/IDEStyleOptionsPanel.cs: Add option for selecting the language for the user interface. * gtk-gui/gui.stetic: * gtk-gui/generated.cs: * gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs: * gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs: * 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.FindInFiles.FindInFilesDialog.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.Dialogs.IncludeNewFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.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.OptionPanels.LoadSavePanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeDialog.cs: * gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget.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.TextStylePolicyPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeManagerDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.cs: Flush. 2010-01-19 Mike Krüger * gtk-gui/gui.stetic: * gtk-gui/generated.cs: * MonoDevelop.Ide.FindInFiles/Scope.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.FindInFiles.SearchResultWidget.cs: Implemented 'Bug 552017 - Saner and new default options for Find in Files -> Directories dialog'. 2010-01-19 Mike Krüger * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Added null check for policies. 2010-01-18 Lluis Sanchez Gual * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.CodeFormatting/InvariantTextStylePolicy.xml: Define invariant text style policy. 2010-01-18 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Track api changes. 2010-01-18 Lluis Sanchez Gual * MonoDevelop.Ide.CodeFormatting/CodeFormattingCommands.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanelWidget.cs: Track api changes in the text service. * templates/Workspace.xpt.xml: * templates/BlankCombine.xpt.xml: * templates/GenericProject.xpt.xml: Updated categories. * MonoDevelop.Ide.addin.xml: Use new visual style icon. 2010-01-15 Michael Hutchinson * MonoDevelop.Ide.Templates/CodeDomFileDescriptionTemplate.cs: Only strip blank lines from C#, not all languages. 2010-01-15 Mike Krüger * MonoDevelop.Ide.Templates/CodeDomFileDescriptionTemplate.cs: strip blank lines in CodeDOM output. 2010-01-15 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: Improve error message. Fixes bug #570188 - Incorrect description of options in delete dialog. 2010-01-14 Mike Krüger * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Added left/right as collapse/expand keys. 2010-01-13 Mike Krüger * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: fixed 'Bug 569665 - Moving entire lines of code with Alt + Up/Down causes the editor to behave erratically.'. 2010-01-12 Mike Krüger * MonoDevelop.Ide.Templates/CodeDomFileDescriptionTemplate.cs: fixed 'Bug 569548 - [Windows] New files are marked as autogenerated'. 2010-01-11 Michael Hutchinson * MonoDevelop.Ide.Gui/ProjectOperations.cs: Commit fix for "Bug 569588 - Pressing 'escape' in the Delete Project dialog removes the project" from Chris Wright . 2010-01-11 Michael Hutchinson * MonoDevelop.Ide.Tasks/CommentTasksView.cs: Fix memory leak where the comments task list could hold onto references to projects after they were closed. Also handle loading all comment tasks for the open workspaces if the view is first shown after loading. 2010-01-11 Mike Krüger * MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs: * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Templates now take care of line ending conventions. 2010-01-11 Mike Krüger * MonoDevelop.Ide.Gui.Content/TextStylePolicy.cs: Added helper method to convert eol markers to a string. 2010-01-07 Michael Hutchinson * MonoDevelop.Ide.Tasks/CommentTasksView.cs: Clean up the display of comment tags. 2010-01-07 Michael Hutchinson * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: New path bar widget has reached feature parity wth the old version, so enable it. 2010-01-04 Mike Krüger * Makefile.am: * 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'. 2010-01-04 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: fixed 'Bug 561609 - Unhandled exception searching in my project'. 2010-01-04 Michael Hutchinson * MonoDevelop.Ide.Gui/DragNotebook.cs: Don't shrink the tab border with the windows theme, because it looks ugly. 2009-12-23 Lluis Sanchez Gual * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide.Gui/IdePreferences.cs: * MonoDevelop.Ide.Gui.OptionPanels/IDEStyleOptionsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs: Allow changing output pad fonts. Added new properties for setting custom fonts. 2009-12-23 Lluis Sanchez Gual * gtk-gui/gui.stetic: * gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs: Updated. * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Improved GUI. 2009-12-17 Michael Hutchinson * MonoDevelop.Ide.Gui.Components/PadTreeView.cs: Enable AutoTooltips on all PadTreeViews. 2009-12-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide.Gui/IdePreferences.cs: When setting the current runtime as default, don't store the actual runtime id, but a marker saying that we want the current. In this way we'll stay current even if the current Mono version is upgraded. Handle upgrade from MD 2.2-, which didn't have this behavior. 2009-12-17 Michael Hutchinson * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: * gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs: Make widget internal. Add a note re. getting keybindings from commands. 2009-12-17 Michael Hutchinson * MonoDevelop.Ide.Gui/Workbench.cs: Fix the HasToplevelFocus behaviour with floating pads. 2009-12-17 Michael Hutchinson * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Commands/WindowCommands.cs: Make the document switcher into a pair of commands, instead of hardcoding it into the main view, so it can be triggered from floating pads. 2009-12-16 Michael Hutchinson * MonoDevelop.Ide.Gui/Workbench.cs: Added new property, HasToplevelFocus, which return true if the main window or any floating pads have toplevel focus. 2009-12-16 Michael Hutchinson * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: When calling SelectWindow, make sure to grab focus, because it may have lost focus to a pad. 2009-12-16 Michael Hutchinson * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: When destroying the document switcher, don't present the IDE main window. Instead Gdk.Window.Focus on the toplevel of the selected item. Fixes selecting floating pads, and avoids Mac issues with Gtk.Window.Present. 2009-12-15 Michael Hutchinson * MonoDevelop.Ide.Gui.Content/TextEditorProperties.cs: Use proper enums for IndentStyle values instead of letting them get cached as strings, so they don't break the editor's property change handler. 2009-12-11 Michael Hutchinson * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Fix trailing comma when list has odd number of items. 2009-12-12 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Add Jakub Steiner. 2009-12-11 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Use some of the new icons. 2009-12-11 Lluis Sanchez Gual * icons/SplashScreen.png: * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: Update splash. 2009-12-11 Lluis Sanchez Gual * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * icons/tools-external-tools-24.png: * icons/tools-external-tools-16.png: Add new icons. 2009-12-11 Levi Bard * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Fix jump-to regression. 2009-12-10 Levi Bard * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Allow resorting by severity. 2009-12-09 Michael Hutchinson * templates/EmptyHTMLFile.xft.xml: Sane casing on HTML tags. 2009-12-07 Michael Hutchinson * MonoDevelop.Ide.Gui/Workbench.cs: Use Workbench.Present so that we can special-case for different platforms. Ignore Present on Mac since GTK+ is broken there. * MonoDevelop.Ide.Gui/Ide.cs: Use Workbench.Present so that we can special-case for different platforms. * MonoDevelop.Ide.Gui/IdeStartup.cs: Use Workbench.Present so that we can special-case for different platforms. Also better logging of crashes. * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: Ignore Present on Mac since GTK+ is broken there. 2009-12-04 Michael Hutchinson * MonoDevelop.Ide.Execution/ExecutionModeCommandService.cs: Avoid appending '...' to commands that already end with '...'. 2009-12-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/IncludeNewFilesDialog.cs: Add missing null check. Fixes bug #560768. 2009-12-03 Michael Hutchinson * MonoDevelop.Ide.Gui/Workbench.cs: Add some sanity checks for DesktopApplication. 2009-12-03 Mike Krüger * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: The error pad auto show/hide is more intelligent now. 2009-12-02 Michael Hutchinson * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: * MonoDevelop.Ide.Gui/AddinUpdateHandler.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassBrowserPadWidget.cs: Name threads to make debugging easier. 2009-12-02 David Makovský * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: updating generated file * gtk-gui/gui.stetic: make button "View Conflicts" translatable 2009-12-02 Michael Hutchinson * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Fix NRE. 2009-12-02 Michael Hutchinson * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Don't create a syntax style every time we render a row. Instead, save one, and make sure it's updated when the GTK style chnages. Fixes leak and perf issues. 2009-12-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Use the new automatic overflow tooltips. 2009-12-01 Mike Krüger * Makefile.am: * 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'). 2009-12-01 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IdePreferences.cs: By default, don't show output pad when after building. 2009-12-01 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Commands/ProjectCommands.cs: * MonoDevelop.Ide.Gui/ConfigurationComboBox.cs: * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: Introduced the ConfigurationSelector class to all methods that previously took a configuration name as string. This eliminates the ambiguity between solution configuration names and project configuration names. 2009-11-25 Mike Krüger * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui.OptionPanels/BuildMessagePanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildMessagePanelWidget.cs: Worked on build message panel. 2009-11-25 Mike Krüger * Makefile.am: * 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. 2009-11-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: Improve logging. 2009-11-23 Mike Krüger * MonoDevelop.Ide.Tasks/TaskStore.cs: Fixed memory hole in task service. 2009-11-20 Lluis Sanchez Gual * MonoDevelop.Ide.csproj: Fix references. 2009-11-20 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: Fix build. 2009-11-20 Lluis Sanchez Gual * Makefile.am: Use correct Mono.Cairo reference. 2009-11-18 Mike Krüger * MonoDevelop.Ide.Gui.Content/IBookmarkBuffer.cs: Separated bookmarks from text buffer. 2009-11-17 Mike Krüger * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Fixed 'Bug 555997 - "Go to Type" list is empty'. 2009-11-13 Michael Hutchinson * MonoDevelop.Ide.Gui/IdeStartup.cs: Catch, log and display AppDomain.UnhandledException. Remove relection code that's unneeded now that we depend on recent GTK+. Set process name and pass args to GTK. 2009-11-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Don't include folders in the file list. 2009-11-11 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Added new overload for creating content, which provides the project and tags as arguments. Allow namespaces with empty name. * MonoDevelop.Ide.Templates/CodeDomFileDescriptionTemplate.cs: * MonoDevelop.Ide.Templates/CodeTranslationFileDescriptionTemplate.cs: After generating the compilation unit, strip the implicit namspace from al CodeNamespaces. Required for VB. 2009-11-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/MonoRuntimePanel.cs: Properly remove runtimes. 2009-11-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: (Revert revision 145499) 2009-11-06 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components\TransactedTreeBuilder.cs: Report an error when a node can't be committed because of an invalid node. 2009-11-06 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Fixed 'Bug 552014 - Find in files dialog (with Directories option) makes MD unresponsive for a long time'. 2009-11-05 Michael Hutchinson * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Disable the resize grip on Mac, because it breaks Mac window resizing. 2009-11-05 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: Use the ReloadRequired event to track changes in solutions. * MonoDevelop.Ide.Gui/Ide.cs: Improve error message. 2009-11-04 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: fixed 'Bug 552331 - Parameter insight does not hide when ending method call.'. 2009-11-03 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Move code templates panel under Text Editor section. 2009-11-03 Mike Krüger * MonoDevelop.Ide.FindInFiles/Scope.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Worked on 'Bug 552017 - Saner and new default options for Find in Files -> Directories dialog'. 2009-11-03 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Added some error handling code for 'Bug 552014 - Find in files dialog (with Directories option) makes MD unresponsive for a long time'. 2009-11-02 Lluis Sanchez Gual * MonoDevelop.Ide.Execution/ParameterizedExecutionHandler.cs: Provide a dummy execution mode when executing a parameterized handler directly. 2009-11-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: When activating a pad using a keyboard shortcut, set the focus to it. Fixes bug #544135. 2009-10-30 Lluis Sanchez Gual * AssemblyInfo.cs: * BuildVariables.cs: * MonoDevelop.Ide.addin.xml: Bump MD version. 2009-10-30 Mike Kestner * MonoDevelop.Ide.Gui.Dialogs/CustomExecutionModeDialog.cs: add existing editor to dictionary instead of creating a new one. 2009-10-29 Lluis Sanchez Gual * MonoDevelop.Ide.Execution/IExecutionCommandCustomizer.cs: * MonoDevelop.Ide.Execution/ParameterizedExecutionHandler.cs: * MonoDevelop.Ide.Execution/IExecutionConfigurationEditor.cs: Add some docs. 2009-10-29 Lluis Sanchez Gual * Makefile.am: * MonoDevelop.Ide.csproj: Reference the mono-cairo package. 2009-10-29 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: New overload for OpenDocument. 2009-10-29 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: Show an error message when displaying an unknown project. 2009-10-28 Michael Hutchinson * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: Name the caught exception in try template. 2009-10-28 Michael Hutchinson * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: Fix duplicate try shortcut. 2009-10-28 Lluis Sanchez Gual * gtk-gui/generated.cs: * gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs: * gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs: * 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.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.Dialogs.FeatureSelectorDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.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.Gui.Dialogs.CustomExecutionModeDialog.cs: * gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CustomExecutionModeWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ConfirmProjectDeleteDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MonoRuntimePanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector.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.CodeFormatting.CodeFormattingPolicyPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.cs: Flush. 2009-10-28 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Improve Copy command. Fixes bug #548942. 2009-10-27 Michael Hutchinson * MonoDevelop.Ide.Templates/ProjectDescriptor.cs: Revert r138616. It doesn't seem to be necessary any more, as after removing it, I couldn't reproduce the bug it purported to fix. Also, it broke Moonlight projects' default references when the Moonlight desktop assemblies' package was installed. 2009-10-27 Mike Krüger * MonoDevelop.Ide.Gui/Workbench.cs: Added new overload for opendocument. 2009-10-22 Luciano N. Callero * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Fixed NullReferenceException when Context Key pressed without node selected. 2009-10-22 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Added option to turn off parameter insight. 2009-10-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/TransactedTreeBuilder.cs: Fix build. 2009-10-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/TransactedTreeBuilder.cs: Improve handling of deleted nodes. Avoid deleting a children if a parent node has already been deleted. 2009-10-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/TreeBuilder.cs: * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Moved RemoveChildren method to the tree view, to make it reusable. * MonoDevelop.Ide.Gui.Components/TransactedTreeBuilder.cs: When deleting a node, unregister and remove all its children too. 2009-10-20 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Moved Format Document command to the Edit category. 2009-10-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: Fix build. 2009-10-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: Improve conflict detection. Fixes bug #547993 - composite keybinding hide more simple keybindings. 2009-10-18 Michael Hutchinson * MonoDevelop.Ide.Gui/IdePreferences.cs: Make ShowOutputPadWhenBuildStarts false by default. 2009-10-18 Michael Hutchinson * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Filter out keystrokes that contain alt/meta/super as well as control. 2009-10-16 Mike Krüger * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/LinkedFilesFolderNodeBuilder.cs: Handled icon loading error. 2009-10-15 Michael Hutchinson * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/ProjectCommands.cs: Add a menu command for setting the active configuration and runtime. 2009-10-14 Michael Hutchinson * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: Fix changing keybindings with the filtered model. 2009-10-14 Mike Krüger * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/RootWorkspace.cs: Don't highlight caret line on first open. 2009-10-14 Mike Krüger * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui.Content/IEditableTextBuffer.cs: Added caret line highlighting when position is set. 2009-10-14 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Added DocumentEventArgs. 2009-10-13 Michael Hutchinson * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: Implement a filter entry for the keybindings panel. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs: Flush. 2009-10-13 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/ProjectCommands.cs: Implemented Run Entry With command. * MonoDevelop.Ide.Execution/CustomExecutionMode.cs: * MonoDevelop.Ide.Execution/CommandExecutionContext.cs: * MonoDevelop.Ide.Execution/ExecutionModeCommandService.cs: Generalized a bit. Custom modes can now be stored for any SolutionEntityItem. * MonoDevelop.Ide.csproj: Fix typo in file name. 2009-10-13 Mike Krüger * Makefile.am: * 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); 2009-10-12 Michael Hutchinson * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs: Escape markup to fix GTK errors and list misrendering. 2009-10-12 Mike Krüger * MonoDevelop.Ide.CodeFormatting/CodeFormattingCommands.cs: fixed 'Bug 545883 - Editor problem when using "Format document"'. 2009-10-09 Mike Krüger * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: Fixed 'Bug 545652 - Surround with 'lock' is not setting focus in 'lock' itself to add the lock object'. 2009-10-09 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateCompletionData.cs: Added icon for code surround with templates. 2009-10-09 Mike Krüger * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/TextEditorCommands.cs: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Merged insert templates/surround with commands. 2009-10-09 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/FileCommands.cs: In OpenFile, get the encoding from the dialog before destroying it. * MonoDevelop.Ide.Gui/IdeStartup.cs: Fix warning. 2009-10-09 Mike Krüger * MonoDevelop.Ide.Gui/ProgressMonitors.cs: * MonoDevelop.Ide.FindInFiles/SearchResultPad.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Select first search result, if pad is auto focused. 2009-10-08 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs: Only changed templates are saved by the panel. 2009-10-08 Ankit Jain * MonoDevelop.Ide.csproj: Add options/* as "Data" items, and add a "AfterBuild" target to copy them to build\data. This matches the makefile behavior. 2009-10-07 Michael Hutchinson * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Add a tab with the contents of the buildinfo file, if it exists. Fixed some accents on names. 2009-10-07 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IdeStartup.cs: Fixed monodevelop --version. 2009-10-07 Lluis Sanchez Gual * AssemblyInfo.cs: * MonoDevelop.Ide.addin.xml: Update license. 2009-10-07 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassBrowserPadWidget.cs: fixed 'Bug 541730 - Classbrowser gives crash'. 2009-10-07 Mike Krüger * MonoDevelop.Ide.CodeFormatting/CodeFormattingCommands.cs: Fixed 'Bug 544395 - Format document operation should be an atomic undo'. 2009-10-07 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Track API changes. 2009-10-07 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Updated authors list. * MonoDevelop.Ide.Gui.Dialogs/AboutMonoDevelopTabPage.cs: Updated license. MD is now LGPL. 2009-10-07 Mike Krüger * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Took out dispose overwrite. 2009-10-07 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Fixed some leaks. 2009-10-07 Lluis Sanchez Gual * AssemblyInfo.cs: * BuildVariables.cs: * MonoDevelop.Ide.addin.xml: Bump MD version. 2009-10-07 Mike Krüger * MonoDevelop.Ide.Gui/AbstractBaseViewContent.cs: Call Destroy (), Dispose () is broken for gtk widgets. 2009-10-07 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ClassPad/ReferenceNodeBuilder.cs: Track API changes. 2009-10-06 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: When adding a project to an existing solution, try to guess the best platform for the new project, based on the existing configurations. 2009-10-06 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Fix logic for filtering out workspace templates. Fixes bug #543941 - Can't create a new workspace. 2009-10-05 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Ide.cs: Explicitly initialize the dom service. 2009-10-05 Michael Hutchinson * MonoDevelop.Ide.ExternalTools/ExternalToolPanel.cs: Include the "save current file" checkbox in the controls that are made insensitive when the is no selected tool. Fix some GTK warnings. 2009-10-05 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Ensure that the child is removed in the event box, before set & dispose gtk.images. 2009-10-05 Mike Krüger * MonoDevelop.Ide.Gui/ProjectOperations.cs: Handled an exception that could happen, when the code completion database is corrupted. 2009-10-05 Mike Krüger * MonoDevelop.Ide.Gui/ProgressMonitors.cs: added focuspad option for new search monitors. 2009-10-05 Mike Krüger * MonoDevelop.Ide.Gui/ProgressMonitors.cs: Added grabFocus option to GetSearchProgressMonitor. 2009-10-05 Mike Krüger * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Added andrea to the about dialog. 2009-10-02 Michael Hutchinson * MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs: Fix infinite recursion that hung MD on ctrl-space in XML/HTML/ASP.NET files. 2009-10-02 Mike Krüger * MonoDevelop.Ide.Gui/ProjectOperations.cs: Added some strings to the translation database. 2009-10-02 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: fixed typo 2009-10-02 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Fixed tooltip. 2009-10-02 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: No longer set status texts if they're not updated (=> fewer expose events). 2009-10-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: Save the solution after changing the startup project. Fixes bug #542054 - MonoDevelop does not remember 'startup project'. 2009-10-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs: Ask for permission before closing or removing a project. Used for example to close a running project before closing. 2009-10-01 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Added a small padding for the event box. 2009-10-01 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Added clear caret state method to status bar. 2009-10-01 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Event box has now a fixed position - no more reordering. Fixed status bar memory leak. 2009-10-01 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Removed the shadow from the status bar. 2009-09-30 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Worked on status bar. 2009-09-30 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Using a real status bar widget for displaying the status bar instead of a hbox. 2009-09-30 Mike Krüger * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: fixed "Bug 542686 - Mark-up text not correctly rendered on status bar". 2009-09-29 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Added 'Run With' commands to project context menu. 2009-09-29 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Ide.cs: Use markup in the statusbar only when really necessary. 2009-09-29 Mike Krüger * MonoDevelop.Ide.Gui/Ide.cs: Fixed 'Bug 542686 - Mark-up text not correctly rendered on status bar'. 2009-09-28 Lluis Sanchez Gual * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanelWidget.cs: Use the new DotNetAssemblyProject class instead of DotNetProject, which is now abstract. 2009-09-25 Mike Krüger * MonoDevelop.Ide.Gui/IWorkbenchLayout.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Fixed some settitle bugs. 2009-09-23 Michael Hutchinson * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.CodeTemplates/EditTemplateDialog.cs: Eliminate the property grid's System.Windows.Forms dependency, because it hurts Mac cold startup time. 2009-09-23 Michael Hutchinson * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs: Disable edit/remove buttons when there is not a selected template. Fixes some NREs. 2009-09-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide/Services.cs: Added some counters. 2009-09-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui\Workbench.cs: Add null check. 2009-09-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Removed all sorting code. Errors will now be shown in the order that the compiler generated them. Fixes bug #540465 - MonoDevelop's error list gratuitously sorts messages, it should not. 2009-09-22 Mike Krüger * MonoDevelop.Ide.FindInFiles/Scope.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Fixed 'Bug 540891 - NRE when launching Find In Files search (whole solution)'. 2009-09-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/HelpOperations.cs: * MonoDevelop.Ide.Commands/HelpCommands.cs: Don't try to show help using Monodoc. It is not supported on Windows. 2009-09-21 Mike Krüger * MonoDevelop.Ide.Gui/ProjectOperations.cs: Renamed IDomVisitable -> INode 2009-09-18 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Add Mac shortcuts for cycling between tabs. 2009-09-18 Michael Hutchinson * MonoDevelop.Ide.Gui.OptionPanels/AuthorInformationPanel.cs: Fix error removing author info when there is no info. 2009-09-18 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: Fixed possible null reference. 2009-09-18 Mike Krüger * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: Fixed generics in component types. * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: Made foreach template more intelligent. 2009-09-17 Michael Hutchinson * Makefile.am: * 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. 2009-09-17 Michael Hutchinson * MonoDevelop.Ide.Templates/FileTemplate.cs: Make file template loading failures also not fatal, and improve error message. 2009-09-17 Michael Hutchinson * MonoDevelop.Ide.Templates/ProjectTemplate.cs: Downgrade "fatal" error when loading templates to a normal error. Add more information to the error string. 2009-09-16 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: No longer trying to turn on code completion on action keys (like cursor keys) - should speed things up on slower machines. 2009-09-15 Mike Krüger * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: Fixed eventargs template. 2009-09-14 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: Don't close the workspace if the users click on Cancel when asked to save a file. Fixes bug #538371 - Canceling the closing of a solution with unsaved files open does not work. 2009-09-12 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplateCompletionData.cs: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Track API changes. 2009-09-11 Christian Hergert * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: Fix exception when selecting "Add to project" on new file dialog and there is no project type selected. 2009-09-11 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Added DocumentParsed event. 2009-09-10 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: Worked on template formatting. 2009-09-09 Mike Krüger * MonoDevelop.Ide.Execution/MonoExecutionParameters.cs: Added some localized descriptons for some property values. 2009-09-09 Mike Krüger * MonoDevelop.Ide.Execution/MonoExecutionParameters.cs: Using localizable attributes for mono execution parameters. 2009-09-09 Mike Krüger * MonoDevelop.Ide.Gui.Dialogs/CustomExecutionModeDialog.cs: Added missing getstring call. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: Fixed translation. 2009-09-09 Mike Krüger * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui.Dialogs/EncapsulateFieldDialog.cs: Fixed dialog title. 2009-09-09 Mike Krüger * MonoDevelop.Ide.addin.xml: Added missing "..." to menu items. 2009-09-08 Christian Hergert * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: * MonoDevelop.Ide.Gui.OptionPanels/MonoRuntimePanel.cs: * MonoDevelop.Ide.Commands/ViewCommands.cs: * MonoDevelop.Ide.Commands/FileCommands.cs: * MonoDevelop.Ide.Commands/ToolsCommands.cs: * MonoDevelop.Ide.Commands/HelpCommands.cs: * MonoDevelop.Ide.Execution/ExecutionModeCommandService.cs: * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui/StatusProgressMonitor.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Fix dialogs to be transient to the root window or parent dialog. 2009-09-08 Mike Krüger * MonoDevelop.Ide.ExternalTools/ExternalToolPanel.cs: Removed debug message. 2009-09-08 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Fixed "Bug 537195 - Can't select a 'Surround With' template by typing the name". 2009-09-08 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Fixed "Bug 537192 - Surround With command not properly indenting text". 2009-09-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Add support for multi-selection. Patch by Zach Lute. 2009-09-02 Christian Hergert * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: Add python templates. 2009-09-02 Christian Hergert * MonoDevelop.Ide.CodeTemplates/CodeTemplateVariable.cs: Add IsIdentifier that descrives if the variable has restricted input. * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: IsIdentifier defaults to false as suggested. Update templates that require Identifier semantics. * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: Propagate whether the link is an Identifier meaning it has restricted input. 2009-09-02 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultPad.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Fixed "Bug 536011 - Show Next/Previous not working for the search results pad". 2009-09-01 Mike Krüger * MonoDevelop.Ide.Gui/Pad.cs: Always call activate on padwindow. 2009-09-01 Mike Krüger * MonoDevelop.Ide.Gui/Pad.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/IPadContainer.cs: * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: * MonoDevelop.Ide.Gui/IWorkbenchLayout.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Commands/ViewCommands.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: Fixed "Bug 489819 - Building the project removes focus from the texteditor". 2009-09-01 Mike Krüger * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: Now using (the more correct) shorten type name method from compilation unit. 2009-08-31 Lluis Sanchez Gual * BuildVariables.cs: * icons/SplashScreen.png: * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: Updated splash window. 2009-08-28 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Revert lazy loading of pads, since it is causing issues. It has to be fixed in DockItem. 2009-08-28 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Added notify shown. 2009-08-28 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Fixed typo 2009-08-28 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Adding infinite loop fix. 2009-08-28 Mike Krüger * MonoDevelop.Ide.Commands/ViewCommands.cs: Fixed output strings. 2009-08-28 Mike Krüger * MonoDevelop.Ide.Commands/ViewCommands.cs: Fixed output string. 2009-08-28 Mike Krüger * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/ProjectCommands.cs: Fixed "Bug 501684 - Newly created build configurations cannot be activated". 2009-08-28 Mike Krüger * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Created identifier for full name. 2009-08-28 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Only call Show instead of ShowAll for lazy pad creation. 2009-08-28 Mike Krüger * MonoDevelop.Ide.Templates/FileDescriptionTemplate.cs: * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Fixed 'Bug 502880 - Cannot create file with hypen in the name'. 2009-08-28 Mike Krüger * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Fixed "Bug 479196 - "add test fixture" adds refs to nunit.core and nunit.framework from "Package". 2009-08-28 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/ViewCommands.cs: Pad titles may have markup. 2009-08-27 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IdeStartup.cs: Don't allow running MD with the QtCurve theme. It is known to make MD crash. 2009-08-27 Mike Krüger * MonoDevelop.Ide.Gui.Components/TreeBuilder.cs: * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Speeded up the AddChildren function. 2009-08-27 Mike Krüger * MonoDevelop.Ide.Gui.Components/TreeBuilder.cs: * MonoDevelop.Ide.Gui.Components/ITreeBuilder.cs: * MonoDevelop.Ide.Gui.Components/TransactedTreeBuilder.cs: Fixed typo. 2009-08-27 Mike Krüger * MonoDevelop.Ide.Gui.Components/TreeBuilder.cs: * MonoDevelop.Ide.Gui.Components/ITreeBuilder.cs: * MonoDevelop.Ide.Gui.Components/TransactedTreeBuilder.cs: Added AddChilds method to tree builder. 2009-08-27 Mike Krüger * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Tasks/UserTasksView.cs: * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: * MonoDevelop.Ide.Gui.Pads/InternalLogPad.cs: * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Fixed warnings. 2009-08-27 Mike Krüger * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Codons/PadCodon.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Optimized startup speed a bit. 2009-08-27 Mike Krüger * MonoDevelop.Ide.Codons/PadCodon.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: No need to lazy initalize pre created pads. 2009-08-27 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Pads are now created on demand. 2009-08-27 Mike Krüger * MonoDevelop.Ide.Templates/FileTemplate.cs: * MonoDevelop.Ide.Templates/ProjectTemplate.cs: * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Only request the composed icon in the desired size. See (Bug 534499 - ImageService tries to compose icons at too many sizes). 2009-08-26 Lluis Sanchez Gual * gtk-gui/gui.stetic: Update gtk# dependency. 2009-08-26 Lluis Sanchez Gual * MonoDevelop.Ide.csproj: Updated dependencies. We now depend on gtk# 2.12.8, Mono 2.4, and Mono.Addins 0.4. 2009-08-26 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindReplace.cs: The search algorithm can now be used from outside. 2009-08-26 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Optimized the search result widget. 2009-08-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Fix windows build. 2009-08-26 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Formatted output correctly. 2009-08-26 Mike Krüger * MonoDevelop.Ide.FindInFiles/Scope.cs: * MonoDevelop.Ide.FindInFiles/FindReplace.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Fixed "Bug 523423 - Find dialog doesn't show its searching". 2009-08-26 Mike Krüger * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Changed the remove trailing whitespace algorihtm to use the Mono.TextEditor data structures - they're not suffering from extensive caret movement. * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Removed unused event listener. 2009-08-26 Mike Krüger * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/EditCommands.cs: * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Added remove trailing whitespace command from David Makovský & did some optimizations. 2009-08-24 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/ToolsCommands.cs: Document.Save can only be called from the gui thread. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Before building, don't autosave files which don't belong to a project. Fixes bug #498686 - Compiling a solution/project with a file that doesn't belong to any project MD ask for write the file. 2009-08-24 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Track api changes. 2009-08-24 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: Properly reset the project of a document when reloading. 2009-08-24 Lluis Sanchez Gual * Makefile.am: * 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. 2009-08-20 Michael Hutchinson * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: Update project association when checkbox is toggled. 2009-08-20 Christian Hergert * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: Make the add files dialog transient for the workbench. 2009-08-20 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: * MonoDevelop.Ide.Gui.Components/ITreeBuilderContext.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: When a project is disabled in the active configuration, show it grayed. 2009-08-20 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/ProjectTemplate.cs: Fix template categorization issue. The main C# category was added as a child of C#. 2009-08-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Fix category insertion. 2009-08-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IWorkbench.cs: * MonoDevelop.Ide.Gui/IWorkbenchLayout.cs: Updated license header. The original code has been relicensed as LGPL in #develop 2.0. 2009-08-19 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/SolutionDescriptor.cs: Update license header. This file has been rewritten. 2009-08-19 Viktoria Dudka * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Rewritten the GPL parts. 2009-08-19 Mike Krüger * MonoDevelop.Ide.Gui/Workbench.cs: Added a fix from ki9a - he encountered an exception while loading. 2009-08-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: * MonoDevelop.Ide.FindInFiles/FileProvider.cs: * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: * MonoDevelop.Ide.Gui/TextFileNavigationPoint.cs: * MonoDevelop.Ide.FindInFiles/SearchResultPad.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: * MonoDevelop.Ide.Gui.Dialogs/CustomExecutionModeDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/CustomExecutionModeWidget.cs: * MonoDevelop.Ide.Gui.Dialogs/ConfirmProjectDeleteDialog.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionFolderNodeBuilder.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanelWidget.cs: Fix warnings. * MonoDevelop.Ide.Templates/SolutionDescriptor.cs: Properly initialize the startup item. 2009-08-18 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/ProjectDescriptor.cs: Fix project name truncation issue. 2009-08-18 Viktoria Dudka * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: Rewritten the gpl parts. 2009-08-18 Viktoria Dudka * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Rewritten GPL parts. 2009-08-18 Viktoria Dudka * MonoDevelop.Ide.Gui.Pads/FileList.cs: Rewritten the GPL parts. 2009-08-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: * 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. 2009-08-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs: Updated license header. The file was rewritten long time ago. Minor fix. * MonoDevelop.Ide.Gui.Dialogs/ProjectReferencePanel.cs: Improved performance of cyclic reference check. Improve the way cyclic reference messages are shown. Show a message for incompatible framework. 2009-08-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/ProjectReferencePanel.cs: Updated license header. The file was rewritten long time ago. 2009-08-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Fixed crash in UnregisterNode. Should fix bug #530499 - Crash when working with project tree view. 2009-08-07 Viktoria Dudka * 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. 2009-08-17 Michael Hutchinson * MonoDevelop.Ide.Templates/ProjectTemplate.cs: Categorise all templates by language. Fixes regression from de-gpl-ification. 2009-08-17 Lluis Sanchez Gual * Makefile.am: * 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. 2009-08-17 Lluis Sanchez Gual * ChangeLog: * MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs: Rewritten the gpl parts. 2009-08-17 Viktoria Dudka * MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs: Rewritten the gpl parts. 2009-08-13 Lluis Sanchez Gual * MonoDevelop.Ide.Tasks/TaskStore.cs: Don't send unnecessary task removal events. 2009-08-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Templates/ProjectDescriptor.cs: * MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs: * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Use the new AssemblyContext class to query and resolve assemblies. 2009-08-13 Lluis Sanchez Gual * MonoDevelop.Ide.csproj: Set correct encoding. 2009-08-12 Christian Hergert * MonoDevelop.Ide.Commands/FileCommands.cs: Make sure the open file dialog is transient for the main window. 2009-08-11 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Try some different Mac keyboard mappings for build and run commands. 2009-08-11 Lluis Sanchez Gual * MonoDevelop.Ide.Tasks/TaskService.cs: Add ShowErrors method. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: Remove unused usings. 2009-08-11 Lluis Sanchez Gual * Makefile.am: * 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. 2009-08-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/AbstractPadContent.cs: * MonoDevelop.Ide.Gui/AbstractViewContent.cs: * MonoDevelop.Ide.Gui/AbstractBaseViewContent.cs: Rewritten. Patch by Viktoria Dudka. 2009-08-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Original #D code in this file was relicensed to LGPL in #D 2.0. 2009-08-07 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: When renaming a file, save only the project containing the file, not the whole workspace. 2009-08-07 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Updated license. Most of the file has been rewritten, and the remaining original code is licensed as LGPL in SD2. 2009-08-07 Lluis Sanchez Gual * Makefile.am: * 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. 2009-08-07 Viktoria Dudka * MonoDevelop.Ide.Gui/IWorkbenchWindow.cs: Rewritten from scratch to make it non-GPL. * MonoDevelop.Ide.Gui/IPadContent.cs: Rewritten from scratch to make it non-GPL. * MonoDevelop.Ide.Gui/IBaseViewContent.cs: Rewritten from scratch to make it non-GPL. * MonoDevelop.Ide.Gui/IViewContent.cs: Rewritten from scratch to make it non-GPL. 2009-08-07 Viktoria Dudka * 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 2009-08-06 Lluis Sanchez Gual * Makefile.am: * 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. 2009-08-05 Lluis Sanchez Gual * MonoDevelop.Ide.Execution\ExecutionModeCommandService.cs: Improve command label. * MonoDevelop.Ide.Gui.Components\ExtensibleTreeView.cs: Fix TreeIter comparison issues. 2009-08-05 Lluis Sanchez Gual * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Don't disconnect the model from the list while searching, so matches are shown as they are found. * MonoDevelop.Ide.FindInFiles/SearchResultPad.cs: Remove unused attribute. * MonoDevelop.Ide.Commands/ProjectCommands.cs: Fix nullref when the active document is not buildable. * gtk-gui/gui.stetic: * gtk-gui/MonoDevelop.Ide.FindInFiles.SearchResultWidget.cs: Adjust padding of the message label in the search results pad. 2009-08-04 Mike Krüger * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs: Removed debug messages. 2009-08-04 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Took back the on demand change. 2009-08-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs: When updating the solution node due to the removal of an item, use the solution object provided in the args, since the ParentSolution property of the item will return null. Fixes bug #527406 - Deletion of project fails. * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Don't allow public creation of status bars. 2009-08-04 Mike Krüger * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Error list pad is now created on demand (it locked monodevelop on load sometimes). * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Pads are now created on demand. 2009-08-03 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: Instead of looping on Application.EventsPending, use DispatchService.RunPendingvents which limits the number of iterations. 2009-08-03 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/ProjectCommands.cs: Rewritten. Patch by Viktoria Dudka. 2009-08-03 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/IWorkbenchWindow.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: When closing a document which is not currently active, don't try to select the last active document. Just leave the selection to the current document. 2009-08-03 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: only set search in current document when search was == selection and no line span is selected. 2009-07-31 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IdeStartup.cs: Tcp channel for connecting to external processes is not supported anymore. 2009-07-31 Mike Krüger * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: Applied "Bug 526961 - [PATCH] 'prop' template has double whitespace" from Paul Lange . * MonoDevelop.Ide.FindInFiles/Commands.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Ensured that only one find in files dialog is open at a time. 2009-07-30 Lluis Sanchez Gual * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui/IdePreferences.cs: * MonoDevelop.Ide.Gui.OptionPanels/BuildPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs: Added an option to enable building with xbuild. 2009-07-30 Mike Krüger * MonoDevelop.Ide.FindInFiles/Scope.cs: * MonoDevelop.Ide.FindInFiles/FindReplace.cs: * MonoDevelop.Ide.FindInFiles/FileProvider.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Applied search&replace patch from Daniel Newton with slight modifications. * ChangeLog: 2009-07-29 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Worked on search&replace dialog. After a discussion in the monodevelop mailing list most users said it should stay open after a search. 2009-07-28 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Fix XML tags so that search/replace in files commands have descriptions. 2009-07-28 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/ProjectDescriptor.cs: Reformatted. It was using spaces instead of tabs for indenting. 2009-07-28 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/ProjectDescriptor.cs: If the new project can't be written using the current solution format, try to change the target framework. * MonoDevelop.Ide.Gui/RootWorkspace.cs: Use a load progress monitor when reloading a project. 2009-07-27 Lluis Sanchez Gual * Makefile.am: * 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. 2009-07-27 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionFolderNodeBuilder.cs: Properly support moving items between solution folders of the same solution (the ItemAddedToSolution is not fired anymore in this case). 2009-07-27 Mike Krüger * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: Changed exception template to fix a compiler warning. (protected member in sealed class) 2009-07-29 Daniel Newton * MonoDevelop.Ide.FindInFiles/FileProvider.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: * MonoDevelop.Ide.FindInFiles/FindReplace.cs: * MonoDevelop.Ide.FindInFiles/Scope.cs: Added current document and current selection to search and replace options. 2009-07-24 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/AuthorInformationPanel.cs: Preferences are now always saved when closing the options panel. * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/WorkspaceNodeBuilder.cs: When renaming a project or solution, rename the underlying file too. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: Flush. 2009-07-24 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/ProjectDescriptor.cs: When creating a project, make sure that the GAC references added to the project actually exist. If they don't, use the closest installed version. Fixes bug #483981 - [Regression] C# Library projects have a bad reference to the System library. 2009-07-24 Lluis Sanchez Gual * Makefile.am: * 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. 2009-07-23 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/ProjectDescriptor.cs: Rewriten. Patch by Viktoria Dudka. 2009-07-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs: Properly escape error text, since it may contain markup chars. 2009-07-22 Lluis Sanchez Gual * Makefile.am: * 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. 2009-07-22 Mike Krüger * MonoDevelop.Ide.FindInFiles/Scope.cs: Search in files now support more than one file mask seperated by comma or semicolon. 2009-07-22 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Fixed "Bug 523941 - Highlighted strings in search results are invisible". 2009-07-22 Mike Krüger * MonoDevelop.Ide.FindInFiles/Commands.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Fixed 'Bug 523851 - Find in Files dialog should not be modal'. 2009-07-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/AuthorInformationPanel.cs: Save preferences after changing author info. * MonoDevelop.Ide.Gui/RootWorkspace.cs: Set the preferences for the root workspace item after loading. 2009-07-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: Notify file creations when focusing MD. 2009-07-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: Keep track of file changes when MD loses/gains the focus. 2009-07-21 Lluis Sanchez Gual * Makefile.am: * 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. 2009-07-21 Lluis Sanchez Gual * options/KeyBindingSchemeVisualStudio.xml: Set correct shortcuts for folding commands. Fixes bug #522255 - Key shortcuts for code folding have inconsistent behaviour under "Visual Studio" Key Bindings. 2009-07-21 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/CustomStringTagProvider.cs: Return the correct path for the ProjectDir and SolutionDir variables. Patch by Federico Di Gregorio. Fixes bug #521864 - Setting External Tools working directory breaks the tool. 2009-07-21 Mike Krüger * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/ViewCommands.cs: Implemented "Bug 445699 - key binding for focusing text editor from controls". 2009-07-21 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Fixed "Bug 520269 - Stop button is now useless". 2009-07-19 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Track API changes. 2009-07-16 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Fixed dispose of completion texteditor extension. 2009-07-08 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Fixed "Bug 518548 - Completion is very annoying on lambda parameters". 2009-07-03 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindReplace.cs: * MonoDevelop.Ide.FindInFiles/FileProvider.cs: Fixed "replace" feature. 2009-07-02 Lluis Sanchez Gual * Makefile.am: * 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. 2009-07-02 Viktoria Dudka * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: * MonoDevelop.Ide.Templates/ProjectTemplate.cs: Rewritten from scratch to make it non-GPL. 2009-07-01 Viktoria Dudka * MonoDevelop.Ide.Templates/FileTemplate.cs: rewritten GPL parts rest based on monodevelop-only changes. 2009-07-01 Mike Krüger * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: Removed unused references & corrected gui.stetic. 2009-07-01 Mike Krüger * Makefile.am: * 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. 2009-07-01 Lluis Sanchez Gual * Makefile.am: * 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. 2009-06-29 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs: Allow making a copy of a file in the same directory by appending a 'copy' tag to the target file name. Fixes bug #442041 - should be able to copy and paste a file within a directory. * MonoDevelop.Ide.Gui/ProjectOperations.cs: TransferFiles now considers that the target path includes the target directory or file name. In this way it is possible to make copies of files or directories in the same folder. 2009-06-29 Mike Krüger * MonoDevelop.Ide.Refactoring/RefactoringPreviewDialog.cs: added file names for the diff. 2009-06-29 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassNodeBuilder.cs: Add option for showing public+protected members only. * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassBrowserPadWidget.cs: Removed relief from toolbar buttons. 2009-06-29 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Commands/FileCommands.cs: Implemented New Workspace command. Improved label of the Close Solution command. Use improved icons for new project and solution. All this fixes bug #401403. * MonoDevelop.Ide.Gui/RootWorkspace.cs: Fix cast exception. 2009-06-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: * MonoDevelop.Ide.Commands/SearchCommands.cs: If something is selected in the editor when invoking the search type command, use the text as initial search text. 2009-06-26 Mike Krüger * Makefile.am: * 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. 2009-06-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: Allow dropping files from nautilus/explorer to the project pad. 2009-06-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide.Gui/IdePreferences.cs: Get the default msbuild file format from a const property. 2009-06-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Ide.cs: Upgrade to latest msbuild version when a new MD version is installed. 2009-06-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IdePreferences.cs: Changed default format to VS2008. 2009-06-25 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceNodeBuilder.cs: Use new project reference icons. 2009-06-25 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/AuthorInformationPanel.cs: Use the new api for accessing user properties of a solution. * MonoDevelop.Ide.Gui/RootWorkspace.cs: Load/Save user properties for projects and solutions. 2009-06-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/IdeStartup.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: * MonoDevelop.Ide.Gui.Pads/FileListItem.cs: * MonoDevelop.Ide.Commands/FileCommands.cs: * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: * MonoDevelop.Ide.Gui/AddinUpdateHandler.cs: * MonoDevelop.Ide.Templates/FileTemplate.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: * MonoDevelop.Ide.FindInFiles/FileProvider.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: * MonoDevelop.Ide.Gui.Content/TextEditorProperties.cs: * MonoDevelop.Ide.Gui.Dialogs/IncludeNewFilesDialog.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingCommands.cs: * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: Use the new DesktopService instead of PlatformService. 2009-06-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/WorkbenchMemento.cs: Update header. The file is not derived from SD anymore. 2009-06-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ConfigurationComboBox.cs: Use a fixed width. 2009-06-22 Levi Bard * MonoDevelop.Ide.Gui/DragNotebook.cs: * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Reduce unnecessary whitespace. 2009-06-22 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/ProjectCommands.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceNodeBuilder.cs: Refresh project reference nodes if the status of the reference changes. Added command for toggling the 'specific version' property. 2009-06-22 Lluis Sanchez Gual * MonoDevelop.Ide.CodeFormatting/CodeFormattingCommands.cs: Disable the format command for documents which are not formattable. Fixes bug #514756. * MonoDevelop.Ide.addin.xml: Moved Format Buffer command to Edit/Format menu. 2009-06-22 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: Fixed template insertion. 2009-06-19 Mike Krüger * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Templates are now formatted using the pretty print engine. 2009-06-17 Lluis Sanchez Gual * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Show a gradient background when there are no documents opened. 2009-06-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui\IdeStartup.cs: Restored incorrectly removed BeginTask call. 2009-06-17 Lluis Sanchez Gual * gtk-gui/gui.stetic: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs: Changed the layout of the formatting panel. We use now an VPaned instead of an HPaned. Also adde checkboxes for the boolean options. 2009-06-16 Mike Krüger * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanelWidget.cs: Worked on formatting panel. 2009-06-16 Mike Krüger * gtk-gui/gui.stetic: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs: Worked on code format panel. 2009-06-16 Viktoria Dudka * MonoDevelop.Ide.Commands\ToolsCommands.cs: Rewritten from scratch to make it non-GPL. 2009-06-16 Viktoria Dudka * MonoDevelop.Ide.Commands\WindowCommands.cs: Rewritten from scratch to make it non-GPL. 2009-06-18 Viktoria Dudka * MonoDevelop.Ide.Gui/CustomStringTagParser.cs: Rewritten from scratch to make it non-GPL. 2009-06-16 Mike Krüger * MonoDevelop.Ide.Gui/ProjectOperations.cs: Fixed "Bug 513383 - Going to declaration of extension method of System.Drawing.Bitmap crashes MD badly". 2009-06-15 Michael Hutchinson * MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs: Fix hiding of mscorlib assemblies. 2009-06-15 Michael Hutchinson * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Track assembly lookup APIs. 2009-06-01 Carlo Kok * MonoDevelop.Ide.Commands\HelpCommands.cs: * MonoDevelop.Ide.Commands\ViewCommands.cs: rewritten from scratch to make it non-GPL. 2009-06-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs\FileSelectorDialog.cs: Fix gtk warning. * MonoDevelop.Ide.Gui\DragNotebook.cs: For some reason Pointer.IsGrabbed always returns false on windows. 2009-06-09 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Fix location of the formatting policies panel in the policies dialog. 2009-06-09 Lluis Sanchez Gual * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/ViewContentEventHandler.cs: Removed unused file. 2009-06-09 Carlo Kok * MonoDevelop.Ide.Commands\FileCommands.cs: Rewritten from scratch to make it non-GPL. 2009-06-09 Lluis Sanchez Gual * MonoDevelop.Ide.CodeFormatting/CodeFormattingCommands.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanelWidget.cs: Add support for per-mimetype policies. 2009-06-09 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Track 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. 2009-06-08 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Fixed "Bug 510773 - NRE when looking for derived classes". 2009-06-08 Mike Krüger * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Fixed "Bug 510319 – Search / Show Previous (Error List) (Shift-F4) is broken". 2009-06-05 Mike Krüger * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.CodeFormatting/AddPolicyDialog.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingCommands.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.AddPolicyDialog.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanel.cs: * gtk-gui/MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.cs: * MonoDevelop.Ide.CodeFormatting/EditFormattingPolicyDialog.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.EditFormattingPolicyDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs: Worked on C# formatter it should now fit better in the policy system. 2009-06-03 Mike Krüger * MonoDevelop.Ide.addin.xml: Fixed "Bug 507065 - Edit / Insert Template and Edit / Insert Standard Header have the same keyboard shortcut (I)". 2009-06-03 Lluis Sanchez Gual * MonoDevelop.Ide.Gui\DefaultWorkbench.cs: Use all available sizes for the main window icon. 2009-06-03 Lluis Sanchez Gual * MonoDevelop.Ide.Gui\DefaultWorkbench.cs: Use new stock icon. 2009-06-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/TransactedTreeBuilder.cs: Don't crash if the icon of the node is not set. 2009-06-02 Lluis Sanchez Gual * MonoDevelop.Ide.ExternalTools/ExternalToolService.cs: XmlTextWriter.Settings is not initialized by default on Windows. Patch by Carlo Kok. 2009-05-29 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs\FileSelectorDialog.cs: Fix glib warning on windows. 2009-05-29 Lluis Sanchez Gual * MonoDevelop.Ide.Gui\IdePreferences.cs: * MonoDevelop.Ide.Gui\DefaultWorkbench.cs: * MonoDevelop.Ide.Gui.OptionPanels\IDEStyleOptionsPanel.cs: Factorized access to ToolbarSize preference. Use small toolbar by default. * MonoDevelop.Ide.Gui\RootWorkspace.cs: Fix issue when setting the default runtime. * MonoDevelop.Ide.Gui\IdeStartup.cs: Theme api initialization hack is not required anymore. That's now fixed in gtk#. 2009-05-28 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Don't try to remove invalid iters from the nodeOptions hash, since invalid iters can't generate a hash. * MonoDevelop.Ide.Gui/DisplayBindingService.cs: Fix null ref. 2009-05-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Avoid throwing some exceptions using preventive checks. Patch by Carlo Kok. 2009-05-25 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: Fixed "Bug 504553 - Tyring to insert CW text snippet via double click causes an unhandled exception.". 2009-05-25 Mike Krüger * MonoDevelop.Ide.CodeFormatting/EditFormattingPolicyDialog.cs: Fixed 'Bug 501345 - Editing code format profile results in uncaught exception'. 2009-05-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui\MonoDevelopStatusBar.cs: Removed the borders of the panel sections. * MonoDevelop.Ide.Gui\IdeStartup.cs: Removed duplicate BeginTask call. 2009-05-21 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: * MonoDevelop.Ide.Templates/CodeTranslationFileDescriptionTemplate.cs: Use a typed dictionary to store tags. Fixes bug #505760. 2009-05-20 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads\ErrorListPad.cs: * MonoDevelop.Ide.Gui.Pads\MonodocTreePad.cs: * MonoDevelop.Ide.Gui.Components\TreeNodeNavigator.cs: * MonoDevelop.Ide.Gui.OptionPanels\MonoRuntimePanel.cs: * MonoDevelop.Ide.Gui.Dialogs\SelectEncodingsDialog.cs: * MonoDevelop.Ide.Gui.Components\ExtensibleTreeView.cs: * MonoDevelop.Ide.Gui.Components\TransactedTreeBuilder.cs: Don't use Gtk.TreeIter.Equals, since it's broken. Compare TreePaths instead. * MonoDevelop.Ide.Tasks\TaskService.cs: CommentTaskChangedEventArgs now provides the project of the file. Use it instead of looking for it in the ide. 2009-05-19 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Yet another FilePath comparison fix. 2009-05-19 Lluis Sanchez Gual * MonoDevelop.Ide.Tasks/TaskService.cs: * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: * MonoDevelop.Ide.Commands/RefactoryCommands.cs: * MonoDevelop.Ide.Gui/DocumentNavigationPoint.cs: * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Workaround for what seems to be a mcs bug. Looks like it can't properly resolve the implicit conversion of null to string. 2009-05-19 Lluis Sanchez Gual * MonoDevelop.Ide.Tasks\Task.cs: * MonoDevelop.Ide.Gui\Document.cs: * MonoDevelop.Ide.Gui\Workbench.cs: * MonoDevelop.Ide.Tasks\TaskService.cs: * MonoDevelop.Ide.Gui\RootWorkspace.cs: * MonoDevelop.Ide.Gui\ProjectOperations.cs: * MonoDevelop.Ide.Gui\DocumentNavigationPoint.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad\SystemFile.cs: * MonoDevelop.Ide.Gui.Content\TextEditorExtension.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad\ProjectFolder.cs: * MonoDevelop.Ide.Templates\SingleFileDescriptionTemplate.cs: Use the new FilePath class for handling file and directory paths. 2009-05-11 Mike Krüger * MonoDevelop.Ide.Gui/TextEditor.cs: * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: * MonoDevelop.Ide.Gui.Content/IEditableTextBuffer.cs: Fixed "Bug 502586 - Edit / Format / Join Lines does not join blank lines". 2009-05-07 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Document.cs: Added null check. 2009-05-06 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/MonoRuntimePanel.cs: Don't allow removing autodetected runtimes. 2009-05-05 Michael Hutchinson * MonoDevelop.Ide.addin.xml: More Mac shortcuts. 2009-05-05 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Set the path column as default sort column. 2009-05-05 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Fixed bug in find in files dialog. 2009-05-05 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Worked on find in files dialog. 2009-05-05 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Worked on find in files dialog. 2009-05-05 Mike Krüger * gtk-gui/gui.stetic: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs: Worked on find in files dialog. 2009-05-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IdeStartup.cs: Make sure glib threading is initialized in win32. 2009-05-04 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Fixed "Bug 442022 - CTRL+W should switch between files in same order as they were opened". 2009-04-30 Michael Hutchinson * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/TextEditorCommands.cs: Add subword commands. 2009-04-30 Mike Krüger * gtk-gui/gui.stetic: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs: Worked on find in files dialog. 2009-04-29 Michael Hutchinson * MonoDevelop.Ide.Gui/DisplayBindingService.cs: Work around Mono 2.0 compiler bug. 2009-04-29 Michael Hutchinson * MonoDevelop.Ide.FindInFiles/HslColor.cs: Fix build with csc. See mcs bug 421838 - CS0188 is not triggered by property setters. 2009-04-29 Mike Krüger * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/DisplayBindingService.cs: Merged the get binding uri/mime type call (otherwise the display binding order isn't respected correctly). 2009-04-29 Mike Krüger * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Codons/IDisplayBinding.cs: * MonoDevelop.Ide.Gui/DefaultDisplayBinding.cs: * MonoDevelop.Ide.Gui/DisplayBindingService.cs: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Display bindings can now "choose" if they want handle files & file names or mime types. 2009-04-29 Mike Krüger * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/IWorkbenchWindow.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: * MonoDevelop.Ide.Gui.BrowserDisplayBinding: * MonoDevelop.Ide.Codons/IDisplayBinding.cs: * MonoDevelop.Ide.Gui/DisplayBindingService.cs: * MonoDevelop.Ide.Gui/DefaultDisplayBinding.cs: * MonoDevelop.Ide.Gui/IAttachableViewContent.cs: * MonoDevelop.Ide.Codons/IBaseDisplayBinding.cs: * MonoDevelop.Ide.Codons/DisplayBindingCodon.cs: * MonoDevelop.Ide.Codons/IAttachableDisplayBinding.cs: * MonoDevelop.Ide.Gui/AbstractAttachableViewContent.cs: * MonoDevelop.Ide.Gui.BrowserDisplayBinding/HtmlViewPane.cs: * MonoDevelop.Ide.Gui.BrowserDisplayBinding/BrowserDisplayBinding.cs: Added attachable view contents. These are view contents that are displayed in the same document as notebook (like designers). Cleaned up some naming. 2009-04-29 Mike Krüger * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/FileViewer.cs: * MonoDevelop.Ide.Gui/IWorkbenchWindow.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: * MonoDevelop.Ide.Codons/IDisplayBinding.cs: * MonoDevelop.Ide.Codons/FileFilterCodon.cs: * MonoDevelop.Ide.Codons/ISubDisplayBinding.cs: * MonoDevelop.Ide.Gui/ISecondaryViewContent.cs: * MonoDevelop.Ide.Gui/DisplayBindingService.cs: * MonoDevelop.Ide.Gui/DefaultDisplayBinding.cs: * MonoDevelop.Ide.Codons/DisplayBindingCodon.cs: * MonoDevelop.Ide.Gui/AbstractSecondaryViewContent.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: Removed some unused code (subview bindings. They were ment to be used by 'designers' like stetic. But stetic doesn't use it.). Reworked the display binding subsystem (updated display binding service to static class model). 2009-04-29 Mike Krüger * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Gui.Dialogs/IncludeFilesDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/IncludeNewFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeNewFilesDialog.cs: Fixed "Bug 491107 - Unexpected behavior of "Automatically include found files" from project options". Replaced the old GPLed inclutde new files dialog with a new version. 2009-04-29 Mike Krüger * MonoDevelop.Ide.addin.xml: Fixed "Bug 498901 - Missing keybindings for Expand Selection To Next/Prev word". 2009-04-29 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: Only call GetString for != null values. 2009-04-28 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFile.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs: Added ParentWorkspaceObject to SystemFile and ProjectFolder, which replaces the old Project property. It is required because now it is possible to show hiddem folders and files as children of a solution. 2009-04-28 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: Added missing getstring call. 2009-04-28 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs: Added missing gettext call. 2009-04-28 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs: Added missing Gettext call. 2009-04-28 Mike Krüger * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs: * MonoDevelop.Ide.CodeTemplates/EditTemplateDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassBrowserPadWidget.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanel.cs: * MonoDevelop.Ide.CodeFormatting/EditFormattingPolicyDialog.cs: Removed some delegate methods and added explicit event handlers. 2009-04-28 Mike Krüger * MonoDevelop.Ide.Gui.OptionPanels/LoadSavePanel.cs: Added missing translation string. 2009-04-27 Mike Krüger * gtk-gui/gui.stetic: * MonoDevelop.Ide.FindInFiles/HslColor.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: * gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs: Worked on find in files dialog. 2009-04-27 Mike Krüger * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.FindInFiles/HslColor.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: * MonoDevelop.Ide.Gui.OptionPanels/IDEStyleOptionsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs: Worked on search result box theming. Should now work with more gtk+ styles and color sheme combinations. Removed the UseEditorTheme 'feature' (the new one should work as expected). 2009-04-27 Mike Krüger * MonoDevelop.Ide.Commands/EditCommands.cs: * MonoDevelop.Ide.Templates/FileTemplate.cs: * MonoDevelop.Ide.Templates/ProjectTemplate.cs: * MonoDevelop.Ide.Gui.Dialogs/RenameItemDialog.cs: * MonoDevelop.Ide.Templates/FileDescriptionTemplate.cs: * MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs: * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Reimplemented language binding service. 2009-04-24 Michael Hutchinson * MonoDevelop.Ide.Gui/IdeStartup.cs: Initialize the ImageService before showing the GUI so that it can register stock icons for GTK before they get requested by the toolbars, etc. Fixes invisible icon bug. 2009-04-24 Michael Hutchinson * MonoDevelop.Ide.Commands/ProjectCommands.cs: Add default handler for Edit References command. 2009-04-24 Michael Hutchinson * MonoDevelop.Ide.Gui/IdeStartup.cs: On Windows, touch Win32 before GTK, to make sure GTK native theme is inited correctly. 2009-04-24 Michael Hutchinson * MonoDevelop.Ide.addin.xml: More Mac shortcuts. Add "Edit references" command to the Project menu. Fix Search menu ID typo. 2009-04-24 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Search is now the default button. 2009-04-24 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: File name column is now resizable. 2009-04-24 Mike Krüger * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Codons/WindowOpenCondition.cs: * MonoDevelop.Ide.Codons/ProjectOpenCondition.cs: * MonoDevelop.Ide.Codons/WindowActiveCondition.cs: Removed some old unused code. 2009-04-24 Mike Krüger * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui.Content/IParsableContent.cs: Removed unused interface. 2009-04-23 Michael Hutchinson * MonoDevelop.Ide.Gui/Ide.cs: Fix Bug 497833 - When loading .sln from command line: MonoDevelop failed to start: Collection is read-only. 2009-04-23 Michael Hutchinson * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: Track KeyBindingManager API. 2009-04-23 Federico Di Gregorio * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceFolderNodeBuilder.cs: Show Edit References dialog when double-clicking on the References folder. 2009-04-23 Michael Hutchinson * MonoDevelop.Ide.Commands/TextEditorCommands.cs: Add commands for ScrollPageDown and ScrollPageUp. * MonoDevelop.Ide.addin.xml: Add commands for ScrollPageDown and ScrollPageUp. Add some Mac shortcuts. 2009-04-23 Mike Krüger * gtk-gui/gui.stetic: * gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs: * gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs: * MonoDevelop.Ide.Gui.OptionPanels/IDEStyleOptionsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs: * gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.cs: Added an option to set search result pad theming. 2009-04-23 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Handled use theme color change. 2009-04-23 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Worked on color adjustment. 2009-04-23 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Added simple color adjustment to handle the 'oblivion' problem. 2009-04-23 Mike Krüger * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Search result widget is now themed. 2009-04-23 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindReplace.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Replaced search algorithm implementation (The old one didn't work as expected). FileMask is now preserved. 2009-04-23 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: Fixed bug in find in files dialog. 2009-04-23 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindReplace.cs: * MonoDevelop.Ide.FindInFiles/FilterOptions.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Respect case sensitive & search whole words only options. 2009-04-23 Mike Krüger * MonoDevelop.Ide.FindInFiles/FindReplace.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Now using Boyer-Moore searching algorithm for pattern matching. 2009-04-23 Mike Krüger * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Gui.Search: * MonoDevelop.Ide.Gui.Search/IFind.cs: * MonoDevelop.Ide.FindInFiles/Scope.cs: * MonoDevelop.Ide.Gui/ProgressMonitors.cs: * MonoDevelop.Ide.FindInFiles/Commands.cs: * MonoDevelop.Ide.Gui.Search/DefaultFind.cs: * MonoDevelop.Ide.Commands/SearchCommands.cs: * MonoDevelop.Ide.Gui.Search/SearchResult.cs: * MonoDevelop.Ide.FindInFiles/FindReplace.cs: * MonoDevelop.Ide.Gui.Search/ITextIterator.cs: * gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs: * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs: * MonoDevelop.Ide.FindInFiles/FileProvider.cs: * MonoDevelop.Ide.Gui.Search/SearchOptions.cs: * MonoDevelop.Ide.FindInFiles/SearchResult.cs: * MonoDevelop.Ide.FindInFiles/FilterOptions.cs: * MonoDevelop.Ide.Gui.Search/ISearchStrategy.cs: * MonoDevelop.Ide.Commands/RefactoryCommands.cs: * MonoDevelop.Ide.FindInFiles/SearchResultPad.cs: * MonoDevelop.Ide.Gui.Search/IDocumentIterator.cs: * MonoDevelop.Ide.Gui.Search/KMPSearchStrategy.cs: * MonoDevelop.Ide.FindInFiles/FindInFilesDialog.cs: * MonoDevelop.Ide.Gui.Search/RegExSearchStrategy.cs: * MonoDevelop.Ide.Gui.Search/DefaultSearchResult.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: * MonoDevelop.Ide.Gui.Search/IDocumentInformation.cs: * MonoDevelop.Ide.Gui.Search/ExtendedStreamReader.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs: * MonoDevelop.Ide.Gui.Search/FilesDocumentIterator.cs: * MonoDevelop.Ide.Gui.Search/SearchProgressMonitor.cs: * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs: * MonoDevelop.Ide.Gui.Search/ISearchProgressMonitor.cs: * MonoDevelop.Ide.Gui.Search/WildcardSearchStrategy.cs: * MonoDevelop.Ide.FindInFiles/SearchProgressMonitor.cs: * MonoDevelop.Ide.Gui.Search/SearchReplaceUtilities.cs: * MonoDevelop.Ide.Gui.Search/ForwardTextFileIterator.cs: * MonoDevelop.Ide.FindInFiles/ISearchProgressMonitor.cs: * MonoDevelop.Ide.Gui.Search/FileDocumentInformation.cs: * MonoDevelop.Ide.Gui.Search/AllOpenDocumentIterator.cs: * MonoDevelop.Ide.Gui.Search/BruteForceSearchStrategy.cs: * MonoDevelop.Ide.Gui.Search/DirectoryDocumentIterator.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.FindInFiles.FindInFilesDialog.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/SolutionNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: * gtk-gui/MonoDevelop.Ide.FindInFiles.SearchResultWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs: * MonoDevelop.Ide.Gui.Search/WholeCombineDocumentIterator.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ReplaceInFilesDialog.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/WorkspaceNodeBuilder.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs: * MonoDevelop.Ide.Gui.Search/CurrentProjectDocumentIterator.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionFolderNodeBuilder.cs: * gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/FileOperationsBuilderExtension.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.cs: Worked on search & replace in files feature. 2009-04-22 Michael Hutchinson * MonoDevelop.Ide.Gui/IdeStartup.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Commands/WindowCommands.cs: Use PropertyService.IsMac. 2009-04-20 Michael Hutchinson * MonoDevelop.Ide.Tasks/CommentTasksView.cs: Track comment tag API. * MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs: Add support for multi-line comments when the langauge doesn't support single-line comments. 2009-04-20 Michael Hutchinson * MonoDevelop.Ide.StandardHeader/StandardHeaderPolicyPanel.cs: Revert change that broke equality checking. 2009-04-20 Lluis Sanchez Gual * MonoDevelop.Ide.csproj: Added new files. * MonoDevelop.Ide.Commands/ProjectCommands.cs: Implemented new "Run With" command which allows running a project using a special execution mode. * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui.OptionPanels/MonoRuntimePanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.MonoRuntimePanelWidget.cs: Implemented new panel for registering parallel mono enivornments. * MonoDevelop.Ide.addin.xml: Registered new options panel and new command. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: Flush. * Makefile.am: Updated. * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: Added some overloads to the Run command. * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Gui/IdePreferences.cs: Allow selecting the active runtime to be used for building and running the project. * MonoDevelop.Ide.Gui/ConfigurationComboBox.cs: The project configuration combo box now also allows selecting the active runtime. * MonoDevelop.Ide.Gui/Ide.cs: Initialize the preferences object before the workspace, since it may be required before any other object. 2009-04-20 Mike Krüger * MonoDevelop.Ide.Gui/InternalLog.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: * MonoDevelop.Ide.Gui/AddinUpdateHandler.cs: * MonoDevelop.Ide.Templates/FileTemplate.cs: * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: * MonoDevelop.Ide.Templates/ProjectTemplate.cs: * MonoDevelop.Ide.Gui/StatusProgressMonitor.cs: * MonoDevelop.Ide.Gui.Components/TreeBuilder.cs: * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: * MonoDevelop.Ide.Gui/BackgroundProgressMonitor.cs: * MonoDevelop.Ide.Gui.Dialogs/ProjectReferencePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/OverridesImplementsDialog.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassBrowserPadWidget.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateListDataProvider.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/LinkedFilesFolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs: Renamed PixbufService to ImageService. 2009-04-20 Mike Krüger * MonoDevelop.Ide.StandardHeader/StandardHeaderPolicyPanel.cs: Fixed "Bug 491090 - Standard Header doesn't work". 2009-04-20 Mike Krüger * MonoDevelop.Ide.Gui/TextEditor.cs: * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Track API changes. 2009-04-20 Mike Krüger * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide/Services.cs: * MonoDevelop.Ide.Gui/InternalLog.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: * MonoDevelop.Ide.Gui/AddinUpdateHandler.cs: * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: * MonoDevelop.Ide.Templates/FileTemplate.cs: * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: * MonoDevelop.Ide.Templates/ProjectTemplate.cs: * MonoDevelop.Ide.Gui/StatusProgressMonitor.cs: * MonoDevelop.Ide.Gui.Components/TreeBuilder.cs: * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: * MonoDevelop.Ide.Gui/BackgroundProgressMonitor.cs: * MonoDevelop.Ide.Gui.Dialogs/ProjectReferencePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/OverridesImplementsDialog.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassBrowserPadWidget.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateListDataProvider.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/LinkedFilesFolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs: Track API changes. 2009-04-17 Mike Kestner * MonoDevelop.Ide.csproj: don't require gtk-sharp specific version. * MonoDevelop.Ide.Gui/Ide.cs: fix a csc unitialized var error. 2009-04-17 Mike Krüger * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide/Services.cs: * MonoDevelop.Ide.Gui/IdeStartup.cs: * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs: * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: * MonoDevelop.Ide.Gui.Components/TreeBuilder.cs: * MonoDevelop.Ide.Gui.Dialogs/ProjectReferencePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs: Removed icon service. 2009-04-17 Mike Krüger * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui.Content/ICustomizedCommands.cs: Removed unused interface. 2009-04-17 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Changed IMementoCapable interface. 2009-04-17 Mike Krüger * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Commands/FileCommands.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: Worked on recent open. 2009-04-16 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs: Use new Node.PublicUrl property when possible (Mono 2.6+). 2009-04-16 Michael Hutchinson * MonoDevelop.Ide.Gui/Ide.cs: Add an OpenFiles method. * MonoDevelop.Ide.Gui/IdeStartup.cs: Avoid unnecessary SplashScreen creation. 2009-04-16 Michael Hutchinson * MonoDevelop.Ide.Gui/IdeStartup.cs: Don't show the splash screen on Mac, so that we get the dock "bounce" while it starts up. Force platform services to initialise ASAP, right after the runtime, so that the Mac platform can subscribe to file-open events. When splash screen isn't shown, use a console progress monitor instead. 2009-04-16 Michael Hutchinson * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: Present the parent window is after switching, since some windows managers (Mac!) may not restore focus automatically. * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Commands/WindowCommands.cs: Use Mac command key for numbered tab switching. 2009-04-16 Michael Hutchinson * MonoDevelop.Ide.Gui/IdeStartup.cs: Remove the www prexfix from the MD homepage URL.Thanks to Grzegorz Sobanski for the patch. 2009-04-16 Mike Krüger * MonoDevelop.Ide.CodeTemplates/EditTemplateDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.cs: Worked on edit template dialog. * gtk-gui/gui.stetic: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: 2009-04-16 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs: Moved SystemAssemblyService and related classes to the namespace MonoDevelop.Core.Assemblies. 2009-04-16 Mike Krüger * MonoDevelop.Ide.Gui/BackgroundProgressMonitor.cs: Handled null icon for background progress. (Bug 495375 - Exception while trying to rename a field.) 2009-04-15 Michael Hutchinson * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: Use BindingToDisplayLabel to format the commands in a platform-specific way. Do KeyBindingManager to do the captures, since it handle platform-specific issues. 2009-04-15 Lluis Sanchez Gual * AssemblyInfo.cs: * BuildVariables.cs: * MonoDevelop.Ide.addin.xml: Bump MD version. 2009-04-15 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs: * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Track api changes to support multiple target runtimes. 2009-04-15 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Added patch from Levi Bard : Perform initial parse asynchronously. 2009-04-10 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Made the 'undo' of code completion operations more intelligent. 2009-04-07 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Fixed error in resolve command. 2009-04-07 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Fixed bug in resolve type feature. 2009-04-07 Mike Krüger * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: handled strings in GetLenghtOrCount expansion method. 2009-04-07 Mike Krüger * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui.Dialogs/RenameItemDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.RenameItemDialog.cs: implemented Bug 414735 - Rename refactoring should not allow invalid names * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: 2009-04-07 Mike Krüger * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/TextEditorCommands.cs: Implemented "Bug 492675 - New line & ; at end of line". 2009-04-07 Mike Krüger * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/TextEditorCommands.cs: Added ctrl+return/shift+return commands. 2009-04-06 Michael Hutchinson * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Change the platform service method for installing the global menu so that it uses a command path instead of a GTK menu. 2009-04-06 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Added "resolve namespace" feature. 2009-03-27 Mike Krüger * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: fixed "Bug 489051 - Textcursor malplaced 3 lines when moving lines of code with alt+arrow". 2009-03-23 Mike Krüger * options/KeyBindingSchemeVisualStudio.xml: fixed "Bug 487424 - Ctrl + L doesn't delete the current line in VS profile". 2009-03-23 Mike Krüger * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: added comment 2009-03-23 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs: Filtered expression templates from code completion. 2009-03-22 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: Set link for fallback data. 2009-03-22 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: Handled empty/invalid function result. 2009-03-22 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs: * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: Added template versioning. 2009-03-22 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Added support for contextual templates. 2009-03-22 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateListDataProvider.cs: Cleaned up some source. 2009-03-22 Mike Krüger * MonoDevelop.Ide.Gui.Content/IUndoHandler.cs: * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: * MonoDevelop.Ide.CodeFormatting/AddPolicyDialog.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs: * MonoDevelop.Ide.CodeTemplates/EditTemplateDialog.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateVariable.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormatterService.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanel.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateCompletionData.cs: * MonoDevelop.Ide.CodeFormatting/EditFormattingPolicyDialog.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateListDataProvider.cs: * MonoDevelop.Ide.CodeFormatting/OverrideTextSettingsPolicyWidget.cs: Fixed headers. 2009-03-22 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateListDataProvider.cs: Track api changes. 2009-03-22 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateListDataProvider.cs: Changed list provider interface. 2009-03-22 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: removed debug message. * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: Worked on "surround with" indenting. 2009-03-22 Mike Krüger * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: removed debug message. 2009-03-22 Mike Krüger * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/TextEditorCommands.cs: * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Added show code template command. 2009-03-22 Mike Krüger * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: * MonoDevelop.Ide.CodeTemplates/EditTemplateDialog.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateVariable.cs: * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: * MonoDevelop.Ide.CodeTemplates/CodeTemplateListDataProvider.cs: Added icons to the template completion list. 2009-03-22 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: Worked on templates. 2009-03-22 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: Handled single file case. 2009-03-22 Mike Krüger * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: Fixed resolve position for GetCountOrLength 2009-03-21 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: Worked on template callbacks. 2009-03-21 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: Worked on multi item callback. 2009-03-21 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: Set standard values. 2009-03-21 Mike Krüger * options/KeyBindingSchemeMonoDevelop2.xml: Set the help tree key to alt+shift+f1. ctrl+f1 conflicts with the tooltip popup key. 2009-03-20 Mike Krüger * gtk-gui/gui.stetic: * gtk-gui/MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.cs: Changed edit template dialog. 2009-03-20 Mike Krüger * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs: * MonoDevelop.Ide.CodeTemplates/EditTemplateDialog.cs: * MonoDevelop.Ide.CodeTemplates/EditVariablesDialog.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateVariable.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeTemplates.EditVariablesDialog.cs: Worked on code template edit dialog. 2009-03-20 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplateVariable.cs: * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: Templates can now specify a set of values. 2009-03-20 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/IWorkbenchWindow.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: * MonoDevelop.Ide.Gui.Content/ITextEditorResolver.cs: * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: * MonoDevelop.Ide.CodeTemplates/CodeTemplateCompletionData.cs: Implemented template function callbacks. 2009-03-20 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplateCompletionData.cs: Added ICodeTemplateWidget interface. 2009-03-20 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: Worked on text link edit mode. 2009-03-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: Avoid using IdeApp.Workbench.ProgressMonitors because it is a gui sync object, and it's an unnecessary thread transition. 2009-03-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/BackgroundProgressMonitor.cs: Make sure BackgroundProgressMonitor is fully asynchronous. Should fix deadlock in the parser service, which uses this progress monitor to notify parsing progress. 2009-03-19 Mike Krüger * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.Commands/TextEditorCommands.cs: * gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs: * MonoDevelop.Ide.CodeTemplates/ExpansionObject.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateGroup.cs: * MonoDevelop.Ide.CodeTemplates/EditTemplateDialog.cs: * MonoDevelop.Ide.CodeTemplates/EditVariablesDialog.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateVariable.cs: * MonoDevelop.Ide.CodeTemplates/MonoDevelop-templates.xml: * MonoDevelop.Ide.CodeTemplates/EditTemplateGroupDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.cs: * MonoDevelop.Ide.CodeTemplates/CodeTemplateCompletionData.cs: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: * gtk-gui/MonoDevelop.Ide.CodeTemplates.EditVariablesDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.EditFormattingPolicyDialog.cs: Worked on code template system, added surround templates. (Edit template mode still missing in the text editor, but the templates should be already more useful than before.) 2009-03-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Add missing mike. 2009-03-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Updated authors list. 2009-03-17 Lluis Sanchez Gual * Makefile.am: * icons/AboutImage.png: * icons/SplashScreen.png: * MonoDevelop.Ide.csproj: * icons/AboutImageSep.png: * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: New art for the splash window and about dialog. * MonoDevelop.Ide.Gui/HelpOperations.cs: Added null check. 2009-03-16 Mike Krüger * MonoDevelop.Ide.CodeFormatting/EditFormattingPolicyDialog.cs: Worked on formatting policy dialog. 2009-03-16 Mike Krüger * MonoDevelop.Ide.CodeFormatting/EditFormattingPolicyDialog.cs: Worked on edit formatting dialog. 2009-03-16 Mike Krüger * MonoDevelop.Ide.CodeFormatting/EditFormattingPolicyDialog.cs: worked on edit formatting policy dialog. 2009-03-13 Andrés G. Aragoneses * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Gui/RootWorkspace.cs: Correct string messages. 2009-03-13 Mike Krüger * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * MonoDevelop.Ide.CodeFormatting/EditFormattingPolicyDialog.cs: * MonoDevelop.Ide.CodeFormatting/OverrideTextSettingsPolicyWidget.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.OverrideTextSettingsPolicyWidget.cs: Added code format widget. 2009-03-13 Mike Krüger * MonoDevelop.Ide.CodeFormatting/EditFormattingPolicyDialog.cs: Removed debug message. 2009-03-13 Mike Krüger * gtk-gui/gui.stetic: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * MonoDevelop.Ide.CodeFormatting/EditFormattingPolicyDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.EditFormattingPolicyDialog.cs: Worked on code formatting. 2009-03-13 Mike Krüger * Makefile.am: * gtk-gui/gui.stetic: * gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs: * gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.EditFormattingPolicyDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanel.cs: * MonoDevelop.Ide.CodeFormatting/EditFormattingPolicyDialog.cs: Using Mono.TextEditor in code format panels. 2009-03-13 Mike Krüger * gtk-gui/gui.stetic: * gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs: * gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs: Worked on code format panel. 2009-03-13 Mike Krüger * gtk-gui/gui.stetic: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.CodeFormatting/AddPolicyDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.AddPolicyDialog.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanel.cs: * MonoDevelop.Ide.CodeFormatting/EditFormattingPolicyDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.EditFormattingPolicyDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs: Worked on code formatting. 2009-03-12 Mike Krüger * gtk-gui/gui.stetic: * MonoDevelop.Ide.CodeFormatting/AddPolicyDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.AddPolicyDialog.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanel.cs: * MonoDevelop.Ide.CodeFormatting/EditFormattingPolicyDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.EditFormattingPolicyDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs: Worked on code formatter. 2009-03-11 Mike Krüger * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.CodeFormatting/AddPolicyDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.AddPolicyDialog.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanel.cs: * MonoDevelop.Ide.CodeFormatting/EditFormattingPolicyDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanel.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.EditFormattingPolicyDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanelWidget.cs: Worked on code formatting. 2009-03-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/TreeViewItem.cs: Fix potential cast exception. 2009-03-10 Mike Krüger * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanel.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.EditFormattingPolicyDialog.cs: Removed text editor reference. 2009-03-10 Mike Krüger * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.CodeFormatting: * MonoDevelop.Ide.CodeFormatting/CodeFormatterService.cs: * MonoDevelop.Ide.CodeFormatting/CodeFormattingPolicyPanel.cs: * MonoDevelop.Ide.CodeFormatting/EditFormattingPolicyDialog.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.CodeFormattingPolicyPanel.cs: * gtk-gui/MonoDevelop.Ide.CodeFormatting.EditFormattingPolicyDialog.cs: Added code formatting panels. 2009-03-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs: Don't try to fill the tree when there is no help tree. 2009-03-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs: Possible fix for bug #483723 - Gtk-criticals infinite loop. 2009-03-09 Mike Krüger * MonoDevelop.Ide.Gui.Content/IUndoHandler.cs: corrected code style. 2009-03-09 Mike Krüger * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: * MonoDevelop.Ide.Gui.Content/IUndoHandler.cs: * MonoDevelop.Ide.Gui.Content/IEditableTextBuffer.cs: Moved undo/redo function to an own interface. 2009-03-06 Mike Krüger * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Added silk icons to about dialog. 2009-03-05 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: * MonoDevelop.Ide.Gui.Components/TransactedTreeBuilder.cs: Reset the transaction store field of the tree before committing, since while committing there may be further changes in the tree, and those should not be done using the current store. Fixes bugs #481179 and #479158. 2009-03-03 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Removed dead web page link from main menu, added new ones. 2009-03-03 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs: Make use of template icon. 2009-03-03 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: Fixed "Bug 444416 - CTRL+TAB should switch between files in same order as they were opened". Taken the patch from David Goemans and many good ideas from Michael Hutchinson (but not all ^^). 2009-03-02 Michael Hutchinson * MonoDevelop.Ide.Gui.Search/FilesDocumentIterator.cs: * MonoDevelop.Ide.Gui.Search/DirectoryDocumentIterator.cs: Skip over files that aren't text files. 2009-03-02 Michael Hutchinson * MonoDevelop.Ide.Gui.Search/CurrentProjectDocumentIterator.cs: Saner implementation. Don't add duplicate files. 2009-03-02 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs: Partial workaround for results that have a bad encoding. 2009-03-02 Lluis Sanchez Gual * gtk-gui/gui.stetic: Remove unused dialog. 2009-03-02 Lluis Sanchez Gual * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui.Dialogs/BreakpointPropertiesDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.BreakpointPropertiesDialog.cs: Breakpoint properties dialog moved to MD.Debugger. 2009-03-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Document.cs: Fixed NRE when the current view does not have a file name. 2009-03-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/NodeCommandHandler.cs: Make sure the default implementation of CanDeleteMultipleItems is used if CanDeleteItem is overriden. 2009-02-28 Michael Hutchinson * MonoDevelop.Ide.Gui/ProjectOperations.cs: Better message for saving before building. Thanks to Bálint Kriván. 2009-02-28 Michael Hutchinson * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: Flush. 2009-02-27 Michael Hutchinson * MonoDevelop.Ide.Templates/DirectoryTemplate.cs: Only add the directory if it's explicit, i.e. when there are no inner contents. 2009-02-27 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs: Handle directories that are explicitly included in the project. 2009-02-26 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Translation fixes. Patch from Kriván Bálint. 2009-02-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs: Make the show hidden files work for all folder items. 2009-02-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceNodeBuilder.cs: If the reference is not valid, display the validation error message. 2009-02-26 Michael Hutchinson * MonoDevelop.Ide.Templates/ProjectDescriptor.cs: Add the ability to set SpecificVersion in templates. 2009-02-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IdeStartup.cs: * MonoDevelop.Ide.Gui/StartupInfo.cs: Show the splash window while the runtime is being initialized. 2009-02-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: Use the active configuration by default when opening the project options. Fixes bug #479535. 2009-02-26 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: Worked on property pad translation. 2009-02-25 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Fix translatable strings. 2009-02-25 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/PadTreeView.cs: Dispose is not guaranteed to be called when a widget is destroyed. Use OnDestroyed instead. 2009-02-25 Mike Krüger * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/DirtyFilesDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs: Changed override Destroy --> override OnDestroyed. 2009-02-25 Mike Krüger * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/DirtyFilesDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs: Worked on ressource de-allocation. 2009-02-23 Michael Hutchinson * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: Partial reversion of last patch. Don't double-translate, but still include "other" in the sort. 2009-02-23 Michael Hutchinson * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: Translate categories. Sort on translated category names. 2009-02-23 Lluis Sanchez Gual * Makefile.am: * MonoDevelop.Ide.csproj: Added new files. * MonoDevelop.Ide.Gui/Ide.cs: When registering for the Initialized event, fire it if the IDE has already been initialized. * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: * MonoDevelop.Ide.Gui.Pads/SolutionPad.cs: * MonoDevelop.Ide.Codons/SolutionPadCodon.cs: * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: * MonoDevelop.Ide.Gui.Components/NodeCommandHandler.cs: * MonoDevelop.Ide.Codons/PadContextMenuExtensionNode.cs: Allow setting the default context menu to be used when none is specified for a node type. * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Codons/ProjectActiveCondition.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFile.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolder.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/SolutionNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectSolutionPad.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/WorkspaceNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionFolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/FileOperationsBuilderExtension.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceFolderNodeBuilder.cs: Merged all project pad context menus in a single extension point. 2009-02-23 Mike Krüger * MonoDevelop.Ide.addin.xml: removed f11 shortcut. 2009-02-23 Mike Krüger * MonoDevelop.Ide.addin.xml: Fullscreen set to F11 shortuct (same as gnome terminal). 2009-02-22 Mike Krüger * MonoDevelop.Ide.Gui/ProjectOperations.cs: fixed "Bug 478483 - go to declaration + assembly browser = NRE". 2009-02-21 Michael Hutchinson * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Don't add duplicate files to a project. 2009-02-20 Michael Hutchinson * MonoDevelop.Ide.Templates/FileTemplate.cs: Track API. * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: CreateFile doesn't create a file, it just returns a stream of content, so rename it to CreateFileContent and remove redundant file-exists check. 2009-02-20 Michael Hutchinson * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: In AddFileToProject, don't throw an exception if a file with the name is already in the project, since SaveFile already asks the user if they want to overwrite the file if it exists. Prevents problems creating files when grouped files get added automatically. * MonoDevelop.Ide.Templates/FileTemplateReference.cs: Allow suppressing whether the file auto-opens. 2009-02-20 Michael Hutchinson * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Templates/DirectoryTemplate.cs: Add a FileTemplateType for creating directories, which can contain files and can be nested. 2009-02-20 Mike Krüger * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Changed extensible tree view api a bit. 2009-02-19 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs: Better error messages for file rename. Fixes 'Bug 473688 - Reports problem about "already in use" when it should report non-existance'. 2009-02-20 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/WorkbenchMemento.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui/IWorkbenchLayout.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Reset the toolbar positions the first time MD is executed, in this way they will take all available space. 2009-02-19 Mike Krüger * MonoDevelop.Ide.Gui.OptionPanels/TextStylePolicyPanel.cs: changed translation string. 2009-02-19 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: fixed "Bug 402388 - Several refactory commands are not aware of partial classes". 2009-02-18 Michael Hutchinson * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Add a hook for handling global menu installation. 2009-02-18 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: fixed "Bug 445462 - For interfaces, the refactor command "Find derived classes" should be renamed". 2009-02-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: Track api changes. 2009-02-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/ExportProjectDialog.cs: Suggest the item's physical directory as target directory. 2009-02-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/ProjectReferencePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/AssemblyReferencePanel.cs: When selecting a package reference, include the package name in the reference, so it will be stored when saving the project. 2009-02-17 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: small change to constructor refactoring menu. 2009-02-17 Mike Krüger * MonoDevelop.Ide.Gui/TextEditor.cs: Added LineCount property. * MonoDevelop.Ide.addin.xml: Removed ctrl+shift+u shortcut for uppercase selection. ctrl+shift+u is used for unicode text input. 2009-02-17 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Added method to get an updated parsed document. 2009-02-17 Mike Krüger * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: fixed compiler error. 2009-02-17 Mike Krüger * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Worked on preventing InvalidCastException reported in "Bug 475797 - text corruption on screen with folding on in build 126778". 2009-02-17 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: fixed "Bug 476148 - Bad handling of partial classes". 2009-02-16 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: fixed constructor refactoring context menu. * MonoDevelop.Ide.Gui.Dialogs/RenameItemDialog.cs: rename file option now works. 2009-02-16 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: fixed "Bug 391066 - Rename not offered for generic classes". 2009-02-16 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: fixed "Bug 350810 - [PATCH] Duplicate entries in context menu for refactoring operations". 2009-02-13 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: error underlining & folding now works on untitled files. 2009-02-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/TransactedTreeBuilder.cs: Make sure insert callbacks are called when committing a transaction. Fixes bug 442123 - When folder is added to solution it no longer renames automatically. 2009-02-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Fixed Bug 447428 - About dialog is completely unreadable when using a dark theme. 2009-02-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Properly refresh on line changes. 2009-02-13 Michael Hutchinson * MonoDevelop.Ide.Gui/HelpOperations.cs: Add an API for looking up valid help URLs from a ResolveResult. 2009-02-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Fix crash. 2009-02-12 Michael Hutchinson * Makefile.am: * MonoDevelop.Ide.csproj: * MonoDevelop.Ide.Gui/HelpViewer.cs: * MonoDevelop.Ide.Gui/HelpOperations.cs: * MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs: Remove internal help viewer, as it is no longer maintained, and requires a browser addin. 2009-02-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceNodeBuilder.cs: Show a warning icon when a reference is invalid. * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Show the project name in the error list. * MonoDevelop.Ide.Tasks/Task.cs: When jumping to a task's file, if there is no file found, select the owner project in the solution pad. 2009-02-12 Michael Hutchinson * MonoDevelop.Ide.Gui/DragNotebook.cs: * MonoDevelop.Ide.Gui.Dialogs/CombineEntryFeatureSelector.cs: Dispose Gdk cursors, else finalisers destroy them outside of the GUI thread and often crash MD due to X asserts resulting in _XCBUnlockDisplay errors. 2009-02-12 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Gui/IWorkbenchWindow.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: When a project is reloaded, close all open documents bound to that project. Fixes bug #464272. 2009-02-12 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Add inner types to the list. Improved disambiguation string for types and files. When matching the full file name, match only the relative path to the project. 2009-02-11 Michael Hutchinson * MonoDevelop.Ide.Tasks/UserTasksView.cs: * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: * MonoDevelop.Ide.Tasks/CommentTasksView.cs: * MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs: * MonoDevelop.Ide.Gui.Pads/InternalLogPad.cs: * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs: Use pad font. 2009-02-11 Michael Hutchinson * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Unsubscibe from property service events when destroyed. 2009-02-11 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/FileScout.cs: Use pad font. 2009-02-11 Michael Hutchinson * Makefile.am: * MonoDevelop.Ide.csproj: Updated. * MonoDevelop.Ide.Gui.Pads/FileList.cs: Expose method for setting custom font. 2009-02-11 Michael Hutchinson * MonoDevelop.Ide.Gui/PadFontChanger.cs: * MonoDevelop.Ide.Gui.Components/PadTreeView.cs: Utility classes for handling pad font changes. 2009-02-11 Michael Hutchinson * MonoDevelop.Ide.Gui.Content/TextStylePolicy.cs: Rename EolMarker.Default to EolMarker.Native. Finish updating TextStylePolicy. * MonoDevelop.Ide.Gui.OptionPanels/TextStylePolicyPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget.cs: Enable editing of line ending policy. * gtk-gui/gui.stetic: Updated. 2009-02-11 Mike Kestner * gtk-gui/gui.stetic: mark the treeview scroller horiz policy NEVER. [Fixes #474463] Also kill a G_WARNING for spinbutton. * gtk-gui/*.cs: regen 2009-02-11 Lluis Sanchez Gual * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui.Pads/SolutionPad.cs: * MonoDevelop.Ide.Gui.OptionPanels/IDEStyleOptionsPanel.cs: Removed unused option. * MonoDevelop.Ide.Tasks/TaskService.cs: * MonoDevelop.Ide.Gui.OptionPanels/TasksOptionsPanel.cs: Use the new special comment tags api. * gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs: * gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs: Updated. 2009-02-11 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: added refactoring support for aggregated resolve results. 2009-02-11 Mike Krüger * MonoDevelop.Ide.Gui.Content/TextStylePolicy.cs: Added EolMarker property to text style policies. 2009-02-11 Mike Krüger * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: templates are now using formatters. 2009-02-11 Mike Krüger * MonoDevelop.Ide.ExternalTools/ExternalToolPanel.cs: * MonoDevelop.Ide.Commands/CustomStringTagProvider.cs: fixed 'Bug 474094 - External Tools initial directory does not work'. 2009-02-09 Michael Hutchinson * MonoDevelop.Ide.StandardHeader/StandardHeaderPolicyPanel.cs: Don't let the text be null, as this breaks the serialiser. Fixes "Bug 473754 - In the solution policy, if the license field is empty, you cannot change save changes". 2009-02-09 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IdeStartup.cs: * MonoDevelop.Ide.Commands/FileCommands.cs: * MonoDevelop.Ide.Gui/DocumentNavigationPoint.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceData.cs: * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Properly fix warning. 2009-02-07 Michael Hutchinson * MonoDevelop.Ide.csproj: Don't local-copy other addins' dlls. 2009-02-07 Michael Hutchinson * BuildVariables.cs: Include in svn so that autotools isn't required to build MD. 2009-02-07 Mike Krüger * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide/Services.cs: * MonoDevelop.Ide.Gui/HelpViewer.cs: * MonoDevelop.Ide.Gui/IdeStartup.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: * MonoDevelop.Ide.Commands/FileCommands.cs: * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: * MonoDevelop.Ide.Gui/DocumentNavigationPoint.cs: * MonoDevelop.Ide.Gui/NavigationHistoryService.cs: * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceData.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs: * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Fixed compiler warnings. 2009-02-06 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: Exclude project files when looking for new files to add to a project. * MonoDevelop.Ide.Gui.Dialogs/IncludeFilesDialog.cs: Save the changed project only, not the whole workspace. 2009-02-05 Michael Hutchinson * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Hide the completion window if the buffer&cursor change by more than one char while base is handling the keystroke. Hacks around C# indenter issues. 2009-02-06 Lluis Sanchez Gual * MonoDevelop.Ide.mdp: * MonoDevelop.Ide.csproj: Migrated to MSBuild file format. 2009-02-05 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs: Internal packages now show a "Provided by MD" message next to the name, to make more evident that they are not installed in the system. 2009-02-05 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Avoid duplicates in search results. Fixes bug 470393 - Some items show up twice in go-to-file dialog. * MonoDevelop.Ide.Gui.Search/WholeCombineDocumentIterator.cs: Avoid duplicates in search results. Fixes bug 448849 - Search for "Project" on MonoDevelop solution finds duplicates matches. 2009-02-05 Mike Krüger * MonoDevelop.Ide.Gui/TextEditor.cs: fixed "Bug 472714 - MonoDevelop automatic indentation does not follow "Convert tabs to spaces" option". 2009-02-03 David Makovský (Yakeen) * MonoDevelop.Ide.addin.xml: fixed typo 2009-02-03 Michael Hutchinson * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Don't expect markup in status bar messages by default. * MonoDevelop.Ide.Gui/StatusProgressMonitor.cs: Remove unnecessary markup escaping. 2009-02-03 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Added Report Bug link. 2009-02-03 Lluis Sanchez Gual * AssemblyInfo.cs: * MonoDevelop.Ide.addin.xml: Bump MD version. 2009-02-03 Lluis Sanchez Gual * MonoDevelop.Ide.mdp: Flush. 2009-02-02 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Move standard header and text style panels to Source Code category. 2009-02-01 Michael Hutchinson * MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs: Add space between the comment (//) and the licence text. 2009-02-01 Michael Hutchinson * MonoDevelop.Ide.Gui.Content/TextStylePolicy.cs: Add a policy object for text styles. * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui.OptionPanels/TextStylePolicyPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TextStylePolicyPanelWidget.cs: Add a panel for editing TextStylePolicy objects. * MonoDevelop.Ide.addin.xml: Register TextStylePolicy panels. * Makefile.am: * MonoDevelop.Ide.mdp: Updated. 2009/02/01 Michael Hutchinson * MonoDevelop.Ide.Gui.OptionPanels/GlobalAuthorInformationPanel.cs: Store default author info correctly. * MonoDevelop.Ide.Gui/AuthorInformation.cs: Load copyright value correctly. 2009-01-31 Andrés G. Aragoneses * MonoDevelop.Ide/MonoDevelop.Ide.Debugging: * MonoDevelop.Ide/MonoDevelop.Ide.WindowSwitcher: Removed empty unused folders. 2009-01-30 Michael Hutchinson * Makefile.am: * MonoDevelop.Ide.mdp: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.StandardHeader/GPL3LicencePolicy.xml: * MonoDevelop.Ide.StandardHeader/GPL2LicencePolicy.xml: * MonoDevelop.Ide.StandardHeader/NewBSDLicencePolicy.xml: * MonoDevelop.Ide.StandardHeader/LGPL2-1LicencePolicy.xml: * MonoDevelop.Ide.StandardHeader/Apache2LicencePolicy.xml: * MonoDevelop.Ide.StandardHeader/StandardHeaderTemplates.xml: Transfer stock license standard headers to the new policy system. 2009-01-30 Michael Hutchinson * Makefile.am: * MonoDevelop.Ide.mdp: * gtk-gui/objects.xml: Objects.xml file is empty and unnecessary so remove it. 2009-01-30 Michael Hutchinson * gtk-gui/gui.stetic: Stetic did something odd to the widget file. Hopefully this restores it. 2009-01-30 Michael Hutchinson * MonoDevelop.Ide.Templates/FileTemplate.cs: * MonoDevelop.Ide.Templates/ProjectTemplate.cs: * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: * MonoDevelop.Ide.Templates/ProjectDescriptor.cs: * MonoDevelop.Ide.Templates/CombineDescriptor.cs: * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: * MonoDevelop.Ide.Templates/FileTemplateReference.cs: * MonoDevelop.Ide.Templates/SolutionItemDescriptor.cs: * MonoDevelop.Ide.Templates/ISolutionItemDescriptor.cs: * MonoDevelop.Ide.Templates/FileDescriptionTemplate.cs: * MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs: * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: * MonoDevelop.Ide.Templates/ResourceFileDescriptionTemplate.cs: * MonoDevelop.Ide.Templates/CodeTranslationFileDescriptionTemplate.cs: Propagate a policy parent SolutionItem through project/file creation so that policies can always be resolved correctly. 2009-01-30 Michael Hutchinson * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.mdp: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs: * MonoDevelop.Ide.StandardHeader/NewHeaderTemplateDialog.cs: * gtk-gui/MonoDevelop.Ide.StandardHeaders.StandardHeaderPanel.cs: * gtk-gui/MonoDevelop.Ide.StandardHeaders.NewHeaderTemplateDialog.cs: Remove old standard header panels. * MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs: Use the standard headers policy. * MonoDevelop.Ide.Commands/EditCommands.cs: * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Track API. 2009-01-30 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Register standard header policy panel as a default policy panel. Add command for showing default policies dialog. * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Commands/EditCommands.cs: Add command for showing default policies dialog. 2009-01-30 Mike Krüger * MonoDevelop.Ide.Gui.Content/DocumentStateTracker.cs: State tracker can now be updated to custom positions. 2009-01-29 Michael Hutchinson * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.mdp: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Gui/UserInformation.cs: * MonoDevelop.Ide.Gui/AuthorInformation.cs: * MonoDevelop.Ide.StandardHeader/MITX11LicencePolicy.xml: * MonoDevelop.Ide.Gui.OptionPanels/UserInformationPanel.cs: * MonoDevelop.Ide.Gui.OptionPanels/AuthorInformationPanel.cs: * MonoDevelop.Ide.Gui.OptionPanels/GlobalUserInformationPanel.cs: * MonoDevelop.Ide.Gui.OptionPanels/GlobalAuthorInformationPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.UserInformationPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AuthorInformationPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.GlobalUserInformationPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.cs: Rename UserInformation to AuthorInformation, and change other strings correspondingly. Add Copyright holder string to AuthorInformation. * gtk-gui/objects.xml: Updated. 2009-01-29 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/CustomStringTagProvider.cs: Track api changes. 2009-01-27 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: worked on bug "Bug 469629 - NREs caused by null document in TextEditorExtension". 2009-01-27 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Handled exception on text editor extension dispose. 2009-01-26 Michael Hutchinson * MonoDevelop.Ide.mdp: Flush project format changes. 2009-01-23 Michael Hutchinson * Makefile.am: * MonoDevelop.Ide.mdp: Updated. * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.StandardHeader/MITX11LicencePolicy.xml: Add a named policy for MIT/X11 licenses. * MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs: Remove unnecessary toolbox attributes. 2009-01-23 Michael Hutchinson * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.mdp: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.StandardHeader/StandardHeaderPolicyPanel.cs: * gtk-gui/MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.cs: Add a policy and a panel for per-solution/project standard headers. 2009-01-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs: Fix bug #460162 - Find In Files dialog doesn't retain settings 2009-01-21 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Enable UserInformation panels. * MonoDevelop.Ide.Gui/RootWorkspace.cs: Add a GetUserInformation overload for getting user information from a project. * MonoDevelop.Ide.Gui/UserInformation.cs: Add IsValid convenience property. 2009-01-20 Lluis Sanchez Gual * gtk-gui/gui.stetic: * gtk-gui/objects.xml: * gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs: * gtk-gui/MonoDevelop.Ide.OverridesImplementsDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.BreakpointPropertiesDialog.cs: Updated. 2009-01-19 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: In file templates, allow specifying assembly references required for building the file. Those references will be added to the project when adding the file template. * MonoDevelop.Ide.Gui/ProjectOperations.cs: If the solution has been modified when changing the project options, save it. 2009-01-16 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Add user info panels and refactory commands, currently commented out. * MonoDevelop.Ide.Gui/UserInformation.cs: * MonoDevelop.Ide.Gui.OptionPanels/UserInformationPanel.cs: Tidy. * MonoDevelop.Ide.Gui/RootWorkspace.cs: Fix custom user prefs storage; it was discarding all custom data at load time. 2009-01-16 Michael Hutchinson * Makefile.am: * MonoDevelop.Ide.mdp: Updated. * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Gui/UserInformation.cs: * MonoDevelop.Ide.Gui.OptionPanels/UserInformationPanel.cs: * MonoDevelop.Ide.Gui.OptionPanels/GlobalUserInformationPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.UserInformationPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.GlobalUserInformationPanelWidget.cs: Added panels and a mechanism for storing user information (name, email) globally or per-solution. Panels not visible yet, as nothing uses the information. 2009-01-14 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Revert last change, the full name is required for opening the file. 2009-01-14 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Show relative paths in the file list. 2009-01-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Use a faster comparer when sorting the results. * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassData.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceNodeBuilder.cs: Optimizations. Don't update the whole project tree when a file changes. Instead, locate the class that has changed and update it. 2009-01-12 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassNodeBuilder.cs: Added missing markup flag. Patch by Szczepan Holyszewski. Fixes bug #465197 - Semi-garbage labels of generic class nodes in Classes tree. 2009-01-12 Mike Krüger * MonoDevelop.Ide.Gui/Workbench.cs: Added support for reusable view contents. 2009-01-09 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: Improved fix of bug #464891. 2009-01-09 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: When opening a document, if BringToFront is requested, make sure the main window has the focus. Fixes bug #464891 - Double clicking on error in Floating Error List doesn't focus IDE preventing keyboard interaction. 2009-01-09 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: BringToFront already gives focus to the pad, there is no need anymore to explicitly do it. * MonoDevelop.Ide.Gui/ProgressMonitors.cs: Properly translate the title of dynamically created pads. 2009-01-08 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: Dispose workspace items when closing them. 2009-01-08 Lluis Sanchez Gual * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: Let gtk+ ellipsize the file name. * MonoDevelop.Ide.Templates/CombineDescriptor.cs: Allow using "Solution" instead of "Combine" in solution templates. 2009-01-07 Michael Hutchinson * Makefile.am: * MonoDevelop.Ide.Gui/FileNavigationPoint.cs: * MonoDevelop.Ide.Gui/TextFileNavigationPoint.cs: * MonoDevelop.Ide.Gui/DocumentNavigationPoint.cs: * MonoDevelop.Ide.Gui/NavigationHistoryService.cs: Track Name/FileName changes. Handle untitled documents correctly. 2009-01-07 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs: Don't use IsValidFileName to check the file name since it will fail if the name contains wildcards. 2009-01-07 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: * MonoDevelop.Ide.Gui.Content/ITextEditorResolver.cs: Worked on on the fly type resolving. 2009-01-05 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: fixed "Bug 443771 - Go to declaration not working for base () calls". 2009-01-05 Mike Krüger * MonoDevelop.Ide.Gui.Search/DefaultFind.cs: * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs: * MonoDevelop.Ide.Gui.Search/SearchOptions.cs: * MonoDevelop.Ide.Gui.Search/KMPSearchStrategy.cs: * MonoDevelop.Ide.Gui.Search/BruteForceSearchStrategy.cs: Fixed 'Bug 456429 - Search and replace broken again'. 2009-01-05 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: worked on "Bug 456372 - Exception in refactoring of a class name from missed reference". 2009-01-02 Mike Krüger * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: fixed "Bug 462848 - Monodevelop crash when Alt-Tab with Welcome page opened". 2009-01-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: * MonoDevelop.Ide.Gui.OptionPanels/LoadSavePanel.cs: * MonoDevelop.Ide.ExternalTools/ExternalToolPanel.cs: * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs: Use IsValidFilePath instead of IsValidFileName when checking a path. 2008-12-30 Michael Hutchinson * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Fix overzealous suppression of unnecessary events that caused active window change events not to be fired when tabs were closed. Fixes "Bug 461826 - Recurring exception related to Document outline" and a few other previously unnoticed bugs. 2008-12-24 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: Improved logic for checking if project names are valid. Patch by Bryce Covert. Fixes bug #457847. 2008-12-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IPadContainer.cs: * MonoDevelop.Ide.Gui/IWorkbenchLayout.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Added ContentVisible property to Pad. Works like the one in DockItem. 2008-12-12 Michael Hutchinson * MonoDevelop.Ide.Gui/Document.cs: Type the ActiveView property, and expose the PrimaryView. Make GetContent fall back to the primary view if it's not the active view. 2008-12-12 Lluis Sanchez Gual * gtk-gui/objects.xml: * MonoDevelop.Ide.mdp: * gtk-gui/generated.cs: * gtk-gui/MonoDevelop.Ide.DocumentSwitcher.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: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.RenameItemDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ReplaceInFilesDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: * gtk-gui/MonoDevelop.Ide.StandardHeaders.StandardHeaderPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.cs: * gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.BreakpointPropertiesDialog.cs: * gtk-gui/MonoDevelop.Ide.StandardHeaders.NewHeaderTemplateDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.CodeGenerationPanelWidget.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs: Flush. 2008-12-12 Lluis Sanchez Gual * MonoDevelop.Ide.mdp: Set correct target framework. 2008-12-11 Lluis Sanchez Gual * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.mdp: * MonoDevelop.Ide.Gui/StatusProgressMonitor.cs: * MonoDevelop.Ide.Gui.Dialogs/ProgressMonitorResultDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ProgressMonitorResultDialog.cs: Moved dialog for showing multiple messages at once to MD.Core.Gui. 2008-12-11 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/ProjectReferencePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: * MonoDevelop.Ide.Templates/ClrVersionFileTemplateCondition.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceNodeBuilder.cs: Use the new TargetFramework api to filter assemblies in the references dialog. Deal with changes in the TargetFramework of a project. 2008-12-09 Michael Hutchinson * MonoDevelop.Ide.Gui/Document.cs: GetContent should look in the ActiveViewContent (which may be a secondary view), not the ViewContent (which is the primary view, even if it's not active). 2008-12-09 Lluis Sanchez Gual * MonoDevelop.Ide.mdp: Don't require a specific version of Mono.Addins. 2008-12-09 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: If a number is specified just after the file name, use that as target line number. 2008-12-08 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: Fix nullref. 2008-12-08 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Added some missing null checks and fields initializations. 2008-12-08 Lluis Sanchez Gual * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.mdp: * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GoToDialog.cs: Use the new ListView for showing the results. Implemented a new matching algorithm which supports acronyms. 2008-12-05 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: * MonoDevelop.Ide.Commands/EditCommands.cs: * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: * MonoDevelop.Ide.Commands/ProjectCommands.cs: * MonoDevelop.Ide.Commands/CustomStringTagProvider.cs: * MonoDevelop.Ide.Gui.Search/AllOpenDocumentIterator.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectSolutionPad.cs: Track api changes. * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Only search in open documents which are files. * MonoDevelop.Ide.Gui/Document.cs: Reduced the properties returning names to two: FileName, which returns the file name if the document is a phisical file, and Name, which always returns a name (even if it is not a file or unsaved file). 2008-12-04 Andrés G. Aragoneses * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui.Search/CurrentProjectDocumentIterator.cs: Fix for bug#456670. 2008-12-04 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: F5 is now for debug. 2008-12-04 Lluis Sanchez Gual * gtk-gui/gui.stetic: * gtk-gui/objects.xml: * MonoDevelop.Ide.Gui/IdePreferences.cs: * MonoDevelop.Ide.Commands/ProjectCommands.cs: * MonoDevelop.Ide.Gui.OptionPanels/BuildPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs: Added BuildBeforeRun and RunWithWarnings options. * MonoDevelop.Ide.Gui/ProgressMonitors.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: Use new api for getting preferences. 2008-12-03 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Commands/ViewCommands.cs: Register a command for each pad which activates the pad. This allows defining shortcuts for switching between pads. * gtk-gui/gui.stetic: * gtk-gui/objects.xml: * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: Improved conflict checking. Show the name of the current scheme if there aren't custom binding definitions. * options/KeyBindingSchemeEmacs.xml: * options/KeyBindingSchemeVisualStudio.xml: Fixed bindings. * Makefile.am: * MonoDevelop.Ide.mdp: * MonoDevelop.Ide.addin.xml: * options/KeyBindingSchemeMonoDevelop2.xml: Added key bindings for MD 2.0. * MonoDevelop.Ide.Gui/Ide.cs: * options/MonoDevelopProperties.xml: Added properties for checking if MD is running for the first time after install or after an upgrade. * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: Added methods for checking if a file can be executed. 2008-12-02 Michael Hutchinson * Makefile.am: * MonoDevelop.Ide.mdp: Fix Makefile integration for AssemblyInfo.cs files. 2008-12-02 Michael Hutchinson * Makefile.am: * AssemblyInfo.cs: * AssemblyInfo.cs.in: * MonoDevelop.Ide.mdp: * BuildVariables.cs.in: Add AssemblyInfo.cs files that are autogenerated from the addin manifests. 2008-12-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/StartupInfo.cs: Get the full path of provided file names. Fixes bug #450999 - Version control add-in fails to work properly if solution loaded using "monodevelop mysolution.mds" (run from the directory containing the solution). 2008-12-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Show the context menu when pressing the menu key. Patch by Lucian0. 2008-11-29 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/FieldNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/EventNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/MethodNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/PropertyNodeBuilder.cs: Refactored ambiences/domoutputvisitor. 2008-11-27 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Remove debug execution handler since it's moved to the debugger addin. Fixes exception in options dialog. 2008-11-26 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Remove double mnemonic on command label. 2008-11-25 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Remove no-longer-valid commands from solution pad context menu. 2008-11-25 Michael Hutchinson * MonoDevelop.Ide.Gui.Dialogs/BreakpointPropertiesDialog.cs: Fix typo. 2008-11-25 Lluis Sanchez Gual * Makefile.am: * gtk-gui/gui.stetic: * MonoDevelop.Ide.mdp: * gtk-gui/objects.xml: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Commands/DebugCommands.cs: * MonoDevelop.Ide.Commands/ProjectCommands.cs: * MonoDevelop.Ide.Debugging/DebuggingService.cs: * MonoDevelop.Ide.Gui.Dialogs/AttachToProcessDialog.cs: * MonoDevelop.Ide.Debugging/DebugExecutionHandlerFactory.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AttachToProcessDialog.cs: Moved all debugging stuff to MonoDevelop.Debugger. * MonoDevelop.Ide.Gui.Dialogs/AddinLoadErrorDialog.cs: Improve error message. 2008-11-24 Michael Hutchinson * MonoDevelop.Ide.Gui.Search/SearchProgressMonitor.cs: Improve error reporting. * MonoDevelop.Ide.Gui.Search/RegExSearchStrategy.cs: Don't recreate document string for successive matches. Improved performance 12x in a typical test case. * MonoDevelop.Ide.Gui.Search/ForwardTextFileIterator.cs: Track interface changes. * MonoDevelop.Ide.Gui.Search/IDocumentInformation.cs: Move GetLineText away from since it makes more sense to take it from the open file than to open/close the file again (fixes file sharing conflicts). * MonoDevelop.Ide.Gui.Search/SearchResult.cs: Capture line text. * MonoDevelop.Ide.Gui.Search/ITextIterator.cs: Remove ReadToEnd method; replace with a GetWholeDocument method that caches the string. Move GetLineText here since it makes more sense to take it from the open file than to open/close the file again (fixes file sharing conflicts). * MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: Add timing debug messages. Don't capture line text; take it from the result object. * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs: Fix AddPosition's handling of multiple results on a line. Improve error reporting of problems caused by invalid/overlapping results. 2008-11-24 Michael Hutchinson * MonoDevelop.Ide.Gui.Search/FileDocumentInformation.cs: * MonoDevelop.Ide.Gui.Search/ForwardTextFileIterator.cs: Use FileShare.None instead of FileShare.Read, as file sharing seems to cause prohibitively expensive thread sync/locking. Speeds up searches by a factor of ~6. Fixes Bug 448335 - Searching is really slow. 2008-11-24 Michael Hutchinson * MonoDevelop.Ide.Gui.Search/ForwardTextFileIterator.cs: Remove unneeded code. 2008-11-24 Michael Hutchinson * MonoDevelop.Ide.Gui.Search/AllOpenDocumentIterator.cs: * MonoDevelop.Ide.Gui.Search/DirectoryDocumentIterator.cs: * MonoDevelop.Ide.Gui.Search/WholeCombineDocumentIterator.cs: * MonoDevelop.Ide.Gui.Search/CurrentProjectDocumentIterator.cs: Fix string punctuation to fit with " - matches found" suffix. 2008-11-24 Michael Hutchinson * MonoDevelop.Ide.Gui.Search/ForwardTextFileIterator.cs: Revert broken reimplementation. Many problems -- Close () doesn't make a backup when it writes. It deletes and rewrites ALL files even if they're not modified, e.g. in a search (not replace) operation. Replace operations will be doing huge string concats. 2008-11-24 Mike Krüger * MonoDevelop.Ide.Gui.Search/SearchOptions.cs: Activated KMP search. 2008-11-21 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs: Escape markup in the surrounding text as well as the actual matches. Fixes GTK warnings and misdisplay of search results. 2008-11-20 Lluis Sanchez Gual * MonoDevelop.Ide.FindInFiles: * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.FindInFiles/SearchResult.cs: * MonoDevelop.Ide.FindInFiles/SearchResultPad.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Restored folder. I though it was old unused code, but turns out it is actually new code. 2008-11-20 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs: * MonoDevelop.Ide.Commands/RefactoryCommands.cs: * MonoDevelop.Ide.Gui.Search/SearchProgressMonitor.cs: * MonoDevelop.Ide.Gui.Search/ISearchProgressMonitor.cs: * MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: Highlight matches in the search-in-files results list. Show all matches in a line in a single row. Fixes bug #341224 - Find results for the same line should have only one entry. 2008-11-20 Lluis Sanchez Gual * Makefile.am: * MonoDevelop.Ide.mdp: * MonoDevelop.Ide.FindInFiles: * MonoDevelop.Ide.FindInFiles/SearchResult.cs: * MonoDevelop.Ide.FindInFiles/SearchResultPad.cs: * MonoDevelop.Ide.FindInFiles/SearchResultWidget.cs: Remove unused code. * gtk-gui/gui.stetic: Flush. 2008-11-20 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Make sure something is always selected when filling the tree. Fixes bug #446906 - Can't run a C / C++ project without opening a file from the project first. 2008-11-20 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs: Fix bug #Bug 431791 - Opening multiple files doesn't work. 2008-11-20 Michael Hutchinson * MonoDevelop.Ide.Gui.Search/IDocumentIterator.cs: * MonoDevelop.Ide.Gui.Search/FilesDocumentIterator.cs: * MonoDevelop.Ide.Gui.Search/AllOpenDocumentIterator.cs: * MonoDevelop.Ide.Gui.Search/DirectoryDocumentIterator.cs: * MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: * MonoDevelop.Ide.Gui.Search/WholeCombineDocumentIterator.cs: * MonoDevelop.Ide.Gui.Search/CurrentProjectDocumentIterator.cs: Make searc/replace status messages specific to the file iterator type. Fixes Bug 440909 - Find in Files reports wrong project path. 2008-11-20 Lluis Sanchez Gual * Makefile.am: * MonoDevelop.Ide.mdp: * MonoDevelop.Ide.Gui/StatusProgressMonitor.cs: * MonoDevelop.Ide.Gui.Dialogs/ProgressMonitorResultDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ProgressMonitorResultDialog.cs: When presenting the results of an operation in a dialog, show them inside a scrolled window, to avoid huge windows when there are many errors or warnings. Fixes bug #443164 - Too large dialog when the load of a solution yields a lot of warnings. * gtk-gui/objects.xml: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: Flush. * gtk-gui/gui.stetic: Added new dialog and removed some old ones. 2008-11-20 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/CombineDescriptor.cs: Use SetLocation to set the path of the new solution. We can't use FileName because we don't know the file name yet. Fixes bug #Bug 445119 - File names != from solution/project names. 2008-11-20 Mike Krüger * MonoDevelop.Ide.Gui.Content/TextEditorProperties.cs: fixed 'Bug 446871 - [Regression] Autoindent doesn't indent far enough'. 2008-11-19 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: fixed "Bug 443771 - Go to declaration not working for base () calls". 2008-11-17 Mike Krüger * MonoDevelop.Ide.Gui.Search/DefaultFind.cs: added patch for "Bug 444455 - NRE when using Find in files". 2008-11-17 Mike Krüger * MonoDevelop.Ide.Gui.Search/IFind.cs: * MonoDevelop.Ide.Gui.Search/DefaultFind.cs: * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: * MonoDevelop.Ide.Gui.Search/SearchResult.cs: * MonoDevelop.Ide.Gui.Search/SearchOptions.cs: * MonoDevelop.Ide.Gui.Search/ISearchResult.cs: * MonoDevelop.Ide.Gui.Dialogs/ReplaceDialog.cs: * MonoDevelop.Ide.Gui.Search/ISearchStrategy.cs: * MonoDevelop.Ide.Gui.Dialogs/GotoLineDialog.cs: * MonoDevelop.Ide.Gui.Search/KMPSearchStrategy.cs: * MonoDevelop.Ide.Gui.Search/RegExSearchStrategy.cs: * MonoDevelop.Ide.Gui.Search/ForwardTextIterator.cs: * MonoDevelop.Ide.Gui.Search/SearchReplaceManager.cs: * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs: * MonoDevelop.Ide.Gui.Search/SearchReplaceUtilities.cs: * MonoDevelop.Ide.Gui.Search/WildcardSearchStrategy.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ReplaceDialog.cs: * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GotoLineDialog.cs: * MonoDevelop.Ide.Gui.Search/CurrentDocumentIterator.cs: * MonoDevelop.Ide.Gui.Search/ReverseDocumentIterator.cs: * MonoDevelop.Ide.Gui.Search/BruteForceSearchStrategy.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/SolutionNodeBuilder.cs: * MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/WorkspaceNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionFolderNodeBuilder.cs: fixed "Bug 444916 - Buggy Find in Files". Did some renamings. Removed old unused code. 2008-11-14 Lluis Sanchez Gual * gtk-gui/gui.stetic: * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: Sort the commands in the list. When entering a shortcut, show a warning if it is already bound to another command. * options/KeyBindingSchemeEmacs.xml: * options/KeyBindingSchemeVisualStudio.xml: * options/KeyBindingSchemeMonoDevelop1.xml: Cleaned up the schemes. Leave only the bindings which differ from the default. * Makefile.am: * MonoDevelop.Ide.mdp: * options/KeyBindingSchemeDefault.xml: Removed default scheme. It is now automatically generated. * MonoDevelop.Ide.addin.xml: Remove duplicate shortcut. 2008-11-14 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/HelpViewer.cs: * MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs: Don't crash if the documentation tree has not been loaded. 2008-11-14 Lluis Sanchez Gual * MonoDevelop.Ide.Tasks/TaskService.cs: Avoid unneeded calls to GetFullPath. 2008-11-13 Andrés G. Aragoneses * MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: Send the exception to the loggingService (this way we give more clues to fix #444455). 2008-11-12 Michael Hutchinson * MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs: Fix accidental infinite recursion. 2008-11-12 Michael Hutchinson * MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs: Move template completion code to MonoDevelop.Ide. 2008-11-12 Mike Krüger * options/MonoDevelop-templates.xml: renamed templates *again* 2008-11-12 Mike Krüger * options/MonoDevelop-templates.xml: changed some default templates. 2008-11-11 Lluis Sanchez Gual * Makefile.am: * MonoDevelop.Ide.mdp: * icons/AboutImage.png: * icons/Icons.AboutImage: * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Make the about box display properly with big fonts. 2008-11-11 Mike Krüger * MonoDevelop.Ide.Gui/ProjectOperations.cs: fixed bug in go to definition for types in referenced assemblies. 2008-11-10 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: impl. enh. "Bug 442022 - Improve annoying behaviour of the MD notebook". 2008-11-10 Mike Krüger * MonoDevelop.Ide.Gui.Content/TextEditorProperties.cs: Added enable auto completion option. 2008-11-07 Eric Butler * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Set toolbar variables to null when window is closing so that EnsureToolbarBoxSeparator won't try to do anything. 2008-11-07 Eric Butler * MonoDevelop.Ide.Gui.BrowserDisplayBinding/HtmlViewPane.cs: Show "Preview" instead of "Web Browser" if a secondary view, remove outdated/broken hack for GTK+ 2.4, and don't allow user to un-check buttons. * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Move separator to end of toolbar after adding a button if one already exists. 2008-11-06 Michael Hutchinson * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Dialogs/IncludeFilesDialog.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs: Use new default build action API. * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Use default build action when template does not have an explicit build action set, instead of assuming BuildAction.Compile. Fixes Bug 427508 - adding a 'Empty HTML File' to web site is included in build by default. 2008-11-06 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/TransactedTreeBuilder.cs: AddChild should not trigger the filling of the parent. If the parent is not filled, just do nothing. The new child will be shown when the parent is expanded. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: Add dependent files under the files they depend upon. Fixes bug #436774 - Moving aspx with codebehind between directories is incorrect. 2008-11-06 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs: * MonoDevelop.Ide.Gui.Content/TextEditorProperties.cs: Worked on code templates. 2008-11-06 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs: fixed possible threading problem with class pad update. 2008-11-06 Mike Krüger * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Commands/RefactoryCommands.cs: fixed 'Bug 442047 - 'Go to declaration' missing for vars'. 2008-11-05 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Bump MD version. 2008-11-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Document.cs: Add null check. 2008-11-04 Michael Hutchinson * Makefile.am: * MonoDevelop.Ide.mdp: * MonoDevelop.Ide.Gui/TextEditor.cs: * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: * MonoDevelop.Ide.Gui.Content/ICodeStyleOperations.cs: Remove ICodeStyleOperations. Text editors and extensions can handle the commands directly with more flexibility. 2008-11-04 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: fixed parameter name display in refactory commands. 2008-11-03 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Don't present the errors list when tasks are removed. Fixes bug #439919 - Error list popups and grab focus. 2008-10-31 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: Fix in TransferFiles. Make a copy of the original project files before moving, since MoveDirectory will automatically remove the from the project. 2008-10-31 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: When browsing errors, show the activated error message in the status bar. Fixes bug #430493. * MonoDevelop.Ide.Gui/Pad.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/IWorkbench.cs: * MonoDevelop.Ide.Gui/ProgressMonitors.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui/IWorkbenchLayout.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Show the build output pad in the view list, so it can be made visible even before building a project. 2008-10-31 Lluis Sanchez Gual * MonoDevelop.Ide.mdp: Fix assembly references. 2008-10-29 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: Don't crash if the project preferences files can't be created. 2008-10-29 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Search/ForwardTextFileIterator.cs: Notify changes done in files. Fixes bug 434693 - Status icon doesn't update when find/replace is done. 2008-10-29 Mike Krüger * MonoDevelop.Ide.Gui/TextEditor.cs: * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Fixed 'Bug 436669 - function hints (tooltip) hides typing when typing a multi-line function'. 2008-10-28 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/DebugCommands.cs: Fix the build. 2008-10-28 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/DebugCommands.cs: * MonoDevelop.Ide.Commands/ProjectCommands.cs: Disable the Run and Debug commands if the current solution or project can't be executed. 2008-10-28 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: Disable the Run command if the current solution or project can't be executed. 2008-10-28 Mike Krüger * MonoDevelop.Ide.addin.xml: moved ambience extension node to project model. 2008-10-28 Mike Krüger * MonoDevelop.Ide.addin.xml: fixed 'Bug 399737 - Code completion busted for referenced assemblies that are not in GAC, are outside of the solution, and which are referenced by other non-GAC outside referenced assemblies'. 2008-10-28 Mike Krüger * MonoDevelop.Ide.Gui/TextEditor.cs: Added SearchChar function. 2008-10-27 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: Added gui lock/unlock events. 2008-10-24 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: fixed Bug 434717 - No completion for nullable types. 2008-10-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/NodeCommandHandler.cs: Done some changes to allow using command handlers in contexts other than the extensible tree. 2008-10-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/StatusProgressMonitor.cs: Escape messages shown in dialogs and the status bar. Fixes bug #432287 - Empty warning message when trying to open a badly formatted .csproj file. 2008-10-21 Michael Hutchinson * MonoDevelop.Ide.Commands/FileCommands.cs: Remove unnecessary check. 2008-10-21 Michael Hutchinson * MonoDevelop.Ide.Commands/FileCommands.cs: Correct >/<= mistake. Fixes recent solutions list. 2008-10-20 Michael Hutchinson * MonoDevelop.Ide.Commands/FileCommands.cs: Add error handling for recent solution not existing. Fixes "Bug 437120 - Recent solutions list does not handle DirectoryNotFoundException gracefully". 2008-10-20 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: fixed 'Bug 436871 - Automatically inserted text cannot be undone in one move'. 2008-10-18 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Stored last error free document in document. 2008-10-13 Michael Hutchinson * Makefile.am: * MonoDevelop.Ide.mdp: Updated. * MonoDevelop.Ide.Gui.Content/ISmartIndenter.cs: Sketch out an API for smart indent. * MonoDevelop.Ide.Gui.Content/SmartIndenter.cs: Removed. 2008-10-13 Mike Krüger * MonoDevelop.Ide.Gui.Search/DefaultFind.cs: fixed 'Bug 432845 - Find and replace doesn't work'. 2008-10-09 Michael Hutchinson * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Track APIs. 2008-10-09 Michael Hutchinson * MonoDevelop.Ide.CodeTemplates/TemplateCompletionDataProvider.cs: Unused & GPL => remove. * Makefile.am: * MonoDevelop.Ide.mdp: Updated. 2008-10-08 Mike Krüger * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Content/IUrlHandler.cs: Jump to declaration now is able to handle dom objects defined in assemblies. 2008-10-08 Ankit Jain * MonoDevelop.Ide.CodeTemplates/TemplateCompletionDataProvider.cs: Implement ICompletionData.Sink and remove CompareTo. 2008-10-08 Andreia Gaita * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Don't show the code completion dialog on keypress if the EnableCodeCompletion option is false. (fixes #433288) 2008-10-07 Michael Hutchinson * MonoDevelop.Ide.Gui.Dialogs/OverridesImplementsDialog.cs: Remove unnecessary runtime cast that caused exception. 2008-10-07 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: delegates are now recognized by context menu. 2008-10-07 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: fixed 'Bug 432856 - Creation and editing broken for unsaved files'. 2008-10-07 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Document doesn't hook up to the parser document update anymore. 2008-10-02 Michael Hutchinson * MonoDevelop.Ide.Gui.Content/IViewHistory.cs, MonoDevelop.Ide.Gui/TextNavigationPoint.cs, MonoDevelop.Ide.Gui/NavigationHistory.cs, MonoDevelop.Ide.Gui/DefaultNavigationPoint.cs, MonoDevelop.Ide.Gui/NavigationService.cs, MonoDevelop.Ide.Gui/INavigationPoint.cs: Removed old history system. * MonoDevelop.Ide.Commands/NavigationCommands.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.mdp, Makefile.am, MonoDevelop.Ide.Gui/TextFileNavigationPoint.cs, MonoDevelop.Ide.Gui/FileNavigationPoint.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/NavigationHistoryService.cs, MonoDevelop.Ide.Gui.Content/INavigable.cs: New navigation history system. Fixes "Bug 412296 - [PATCH] Make history navigation more reliable and intuitive". * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Escape text correctly. 2008-10-02 Michael Hutchinson * MonoDevelop.Ide.Gui/Ide.cs, MonoDevelop.Ide.Gui/IdeStartup.cs, MonoDevelop.Ide/Services.cs: Track removal of service APIs. 2008-10-01 Michael Hutchinson * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/ResourceFileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/ProjectDescriptor.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Dialogs/IncludeFilesDialog.cs, templates/EmptyTextFile.xft.xml, templates/EmptyXMLFile.xft.xml, MonoDevelop.Ide.Gui/RootWorkspace.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs: Track API. * MonoDevelop.Ide.Commands/FileCommands.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs, MonoDevelop.Ide.addin.xml: Implement solution pad context commands for setting properties, setting build action, and showing property grid. Includes multi-select support. 2008-09-30 Peter Johanson * MonoDevelop.Ide.Commands/EditCommands.cs: * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: * MonoDevelop.Ide.addin.xml: Add a shortcut for joining lines, with inspiration from vim's "J" command. 2008-09-29 Mike Krüger * MonoDevelop.Ide.CodeTemplates/TemplateCompletionDataProvider.cs: implemented IComparer 2008-09-25 Peter Johanson * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: Make sure the next document is property focused when initially showing the document switcher. 2008-09-24 Mike Krüger * MonoDevelop.Ide.Tasks/TaskService.cs: fixed 'Bug 427433 - Comment tags not shown in the task list'. 2008-09-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IPadContainer.cs, MonoDevelop.Ide.Gui/IWorkbenchLayout.cs, MonoDevelop.Ide.Gui/Pad.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Added support for sticky dock property. * MonoDevelop.Ide.Gui/ProgressMonitors.cs: Dynamically created pads are now sticky, so they won't be hidden when switching layouts. 2008-09-22 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ClassPad/MethodNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/EventNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/FieldNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/PropertyNodeBuilder.cs: Added emitmarkup flag to the class browser entries. 2008-09-22 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui/Workbench.cs: Handled some possible null references. 2008-09-20 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: fixed code completion issue with empty files. 2008-09-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs: When renaming a folder, update the modified project, not the whole workspace. * MonoDevelop.Ide.Gui/Document.cs: Parse the file after closing the document, so unsaved changes are discarded. * gtk-gui/gui.stetic: Updated. 2008-09-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/NodeCommandHandler.cs: Fix check for availability of multiple delete operation. 2008-09-19 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: fixed 'Bug 397930 - Navigation to generic method not working correctly'. 2008-09-19 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: fixed 'Bug 427326 – Code Completion: ctrl + S displays the completion window'. 2008-09-18 Mike Krüger * MonoDevelop.Ide.CodeTemplates/TemplateCompletionDataProvider.cs: fixed "Bug 427286 - Code Completion: completion done without showing the completion list". 2008-09-18 Lluis Sanchez Gual * MonoDevelop.Ide.Dom.Parser, MonoDevelop.Ide.Dom.Parser/AbstractParser.cs, MonoDevelop.Ide.Dom.Parser/ProjectParserService.cs, MonoDevelop.Ide.Dom.Parser/IParser.cs, MonoDevelop.Ide.Dom.Parser/ProjectDomEventArgs.cs, MonoDevelop.Ide.Dom.Parser/ProjectDom.cs, MonoDevelop.Ide.Dom.Output, MonoDevelop.Ide.Dom.Output/OutputFlags.cs, MonoDevelop.Ide.Dom.Output/Ambience.cs, MonoDevelop.Ide.Dom.Output/AmbienceService.cs, MonoDevelop.Ide.Dom.Output/CsharpAmbience.cs, MonoDevelop.Ide.Dom.Output/NetAmbience.cs, MonoDevelop.Ide.Dom, MonoDevelop.Ide.Dom/IMember.cs, MonoDevelop.Ide.Dom/DomReturnType.cs, MonoDevelop.Ide.Dom/DomType.cs, MonoDevelop.Ide.Dom/ParameterModifiers.cs, MonoDevelop.Ide.Dom/TypeParameter.cs, MonoDevelop.Ide.Dom/DomRegion.cs, MonoDevelop.Ide.Dom/DomUsing.cs, MonoDevelop.Ide.Dom/IMethod.cs, MonoDevelop.Ide.Dom/Error.cs, MonoDevelop.Ide.Dom/IProperty.cs, MonoDevelop.Ide.Dom/IUsing.cs, MonoDevelop.Ide.Dom/Comment.cs, MonoDevelop.Ide.Dom/DomAttribute.cs, MonoDevelop.Ide.Dom/ClassType.cs, MonoDevelop.Ide.Dom/IDomVisitor.cs, MonoDevelop.Ide.Dom/IAttribute.cs, MonoDevelop.Ide.Dom/CompilationUnit.cs, MonoDevelop.Ide.Dom/DomMethod.cs, MonoDevelop.Ide.Dom/DomParameter.cs, MonoDevelop.Ide.Dom/Modifiers.cs, MonoDevelop.Ide.Dom/DomEvent.cs, MonoDevelop.Ide.Dom/DomField.cs, MonoDevelop.Ide.Dom/DomProperty.cs, MonoDevelop.Ide.Dom/ICompilationUnit.cs, MonoDevelop.Ide.Dom/IParameter.cs, MonoDevelop.Ide.Dom/IType.cs, MonoDevelop.Ide.Dom/IReturnType.cs, MonoDevelop.Ide.Dom/IEvent.cs, MonoDevelop.Ide.Dom/AbstractMember.cs, MonoDevelop.Ide.Dom/IField.cs, MonoDevelop.Ide.Dom/CommentType.cs, MonoDevelop.Ide.Dom/DomLocation.cs, MonoDevelop.Ide.Dom/AttributeTarget.cs: Removed dead code. 2008-09-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: Remove debug code. * MonoDevelop.Ide.Gui/Document.cs: Don't parse the whole document at every key press, do it after a small delay to improve performance. 2008-09-17 Lluis Sanchez Gual * MonoDevelop.Ide.mdp: Updated projects. 2008-09-17 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Some changes required for unit tests. 2008-09-16 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Don't show refactoring commands that modify classes unless the refactoring menu is being shown for the file where the class is implemented. Fixes bug #402323 - Automatic override/implementation behaves unintuitively. * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: Save the project after adding the file. Fixes bug #420919 - Adding New File To Solution Is *NOT* Included In Next Opening of Solution. 2008-09-16 Mike Krüger * MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs, MonoDevelop.Ide.Gui/Document.cs: Prepared code completion unit tests. 2008-09-16 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/TransactedTreeBuilder.cs: Make sure the current navigator position is restored when a move operation fails. 2008-09-15 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: changed document update. 2008-09-12 Lluis Sanchez Gual * gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GoToDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ReplaceDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.BreakpointPropertiesDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.CodeGenerationPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs, gtk-gui/MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs, gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AttachToProcessDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeFilesDialog.cs, gtk-gui/objects.xml, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GotoLineDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs, gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs, gtk-gui/generated.cs, gtk-gui/MonoDevelop.Ide.StandardHeaders.NewHeaderTemplateDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ReplaceInFilesDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.RenameItemDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector.cs, gtk-gui/MonoDevelop.Ide.OverridesImplementsDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.cs, gtk-gui/MonoDevelop.Ide.StandardHeaders.StandardHeaderPanel.cs: Updated. 2008-09-12 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/RefactoryCommands.cs, MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs, MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ClassBrowserPadWidget.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceData.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/Ide.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui/RootWorkspace.cs: Track api changes. * MonoDevelop.Ide.Gui.Dialogs/EncapsulateFieldDialog.cs: Fix warning. 2008-09-11 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Worked on fold information update. 2008-09-10 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui/Document.cs: Changed compilation unit/document meta information interface. 2008-09-09 Michael Hutchinson * gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.Gui.Pads.ClassBrowser.ClassBrowserPadWidget.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ClassBrowserPadWidget.cs: De-uglify new class pad. * gtk-gui/objects.xml, Makefile.am, MonoDevelop.Ide.mdp: Updated. 2008-09-09 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/MemberNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/MethodNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/EventNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/FieldNodeBuilder.cs: Worked on class pad. 2008-09-09 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ClassPad/ReferenceNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ClassNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceData.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ClassData.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceNodeBuilder.cs: Worked on class pad. 2008-09-09 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/MemberNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/MethodNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ClassBrowserPad.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/EventNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ClassData.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/FieldNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/PropertyNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ClassBrowserPadWidget.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceNodeBuilder.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs: Worked on class pad 2008-09-08 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs, MonoDevelop.Ide.Gui.Components/TransactedTreeBuilder.cs, MonoDevelop.Ide.Gui.Components/NodeCommandHandler.cs, MonoDevelop.Ide.Gui.Components/ITreeNavigator.cs, MonoDevelop.Ide.Gui.Components/NodeState.cs, MonoDevelop.Ide.Gui.Components/TreeBuilder.cs, MonoDevelop.Ide.mdp, Makefile.am, MonoDevelop.Ide.Gui.Components/TreeNodeNavigator.cs: Implemented support for update locking. When a command is executed, all updates to the tree will be postponed until the command execution has completed. It avoids crashes due to the tree being modified while the command is still iterating on the nodes. 2008-09-05 Michael Hutchinson * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Add some spacing back. 2008-09-05 Michael Hutchinson * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Add a separator between the path bar and the secondary view buttions. 2008-09-04 Lluis Sanchez Gual * Makefile.am, MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs, MonoDevelop.Ide.Gui.Components/TreeBuilder.cs, MonoDevelop.Ide.Gui.Components/TreeNodeNavigator.cs, MonoDevelop.Ide.Gui.Components/TreeOptions.cs, MonoDevelop.Ide.mdp: Move some tree view classes to its own file. 2008-09-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs, MonoDevelop.Ide.Gui.Components/NodeState.cs: Missed some class renames. 2008-09-04 Lluis Sanchez Gual * Makefile.am, MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs, MonoDevelop.Ide.Gui.Components/ITreeBuilderContext.cs, MonoDevelop.Ide.Gui.Components/MonoDevelopTreeView.cs, MonoDevelop.Ide.Gui.Components/NodeCommandHandler.cs, MonoDevelop.Ide.Gui.Components/NodeState.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ClassBrowserPadWidget.cs, MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs, MonoDevelop.Ide.mdp: Renamed MonoDevelopTreeView to ExtensibleTreeView. 2008-09-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/DocumentStateTracker.cs, MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs, MonoDevelop.Ide.Gui.Dialogs/OverridesImplementsDialog.cs, MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs, MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs, MonoDevelop.Ide.Gui/RootWorkspace.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Tasks/TaskService.cs: Fix warnings. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Added new overload for saving lists of workspace items. Fix warnings. * MonoDevelop.Ide.Gui.Pads.ClassBrowser/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/WorkspaceNodeBuilder.cs, MonoDevelop.Ide.Gui.Components/NodeCommandHandler.cs, MonoDevelop.Ide.Gui.Components/MonoDevelopTreeView.cs: Solution pad multi-selection fixes and improvements. 2008-09-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/TreePadOption.cs, MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs, MonoDevelop.Ide.Gui.Pads/ITreeBuilder.cs, MonoDevelop.Ide.Gui.Pads/NodeCommandHandler.cs, MonoDevelop.Ide.Gui.Pads/ITreeNavigator.cs, MonoDevelop.Ide.Gui.Pads/ITreeBuilderContext.cs, MonoDevelop.Ide.Gui.Pads/ITreeOptions.cs, MonoDevelop.Ide.Gui.Pads/NodeState.cs, MonoDevelop.Ide.Gui.Pads/NodeBuilderExtension.cs, MonoDevelop.Ide.Gui.Pads/NodeBuilder.cs, MonoDevelop.Ide.Gui.Pads/NodeAttributes.cs, MonoDevelop.Ide.Gui.Pads/DragOperation.cs, MonoDevelop.Ide.Gui.Pads/TypeNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads/SolutionPad.cs, MonoDevelop.Ide.Gui.Pads/TreeViewItem.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ClassBrowserPad.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/TypeNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ClassBrowserPadWidget.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/MemberNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/SolutionNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ProjectNamespaceBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/MethodNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/EventNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/FieldNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/PropertyNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ClassNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/MemberNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/SolutionNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/MemberNodeCommandHandler.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/WorkspaceNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectSolutionPad.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/LinkedFilesFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Components, MonoDevelop.Ide.Gui.Components/NodeAttributes.cs, MonoDevelop.Ide.Gui.Components/NodeBuilder.cs, MonoDevelop.Ide.Gui.Components/TreePadOption.cs, MonoDevelop.Ide.Gui.Components/DragOperation.cs, MonoDevelop.Ide.Gui.Components/TypeNodeBuilder.cs, MonoDevelop.Ide.Gui.Components/ITreeBuilder.cs, MonoDevelop.Ide.Gui.Components/MonoDevelopTreeView.cs, MonoDevelop.Ide.Gui.Components/NodeCommandHandler.cs, MonoDevelop.Ide.Gui.Components/ITreeNavigator.cs, MonoDevelop.Ide.Gui.Components/ITreeBuilderContext.cs, MonoDevelop.Ide.Gui.Components/ITreeOptions.cs, MonoDevelop.Ide.Gui.Components/NodeState.cs, MonoDevelop.Ide.Gui.Components/NodeBuilderExtension.cs, MonoDevelop.Ide.Gui.Components/TreeViewItem.cs, MonoDevelop.Ide.mdp, Makefile.am, MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs, MonoDevelop.Ide.Codons/NodeBuilderCodon.cs, MonoDevelop.Ide.Codons/PadOptionCodon.cs, MonoDevelop.Ide.Codons/SolutionPadCodon.cs: Moved the extensible tree view to its own directory. 2008-09-04 Lluis Sanchez Gual * MonoDevelop.Ide.Debugging/DebuggingService.cs: Added proper license info. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads/NodeCommandHandler.cs, MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: Some initial support for multi-selection in the solution tree. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Added method for saving several items at once. Switch to Debug layout when starting a debug session. 2008-08-22 Lluis Sanchez Gual * MonoDevelop.Ide.Debugging/DebuggingService.cs, MonoDevelop.Ide.addin.xml: Added debugger factory extension. Moved from Mono.Debugging. * MonoDevelop.Ide.Gui/ConfigurationComboBox.cs: If the active configuration can be found in the combo, set a new valid active configuration. 2008-08-21 Lluis Sanchez Gual * MonoDevelop.Ide.mdp: Updated. * MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: Handle asterisk as expand-all key. Don't leave the tree handle it since it crashes due to the lazy loading it does. Fixes bug #401253. Other minor fixes. 2008-08-20 Michael Hutchinson * MonoDevelop.Ide.Commands/ProjectCommands.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ResourceFolder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ResourceFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.mdp, Makefile.am: Remove the "resources folder" feature. Resources are now shown in the solution tree like any other files. For a detailed explanation see "Bug 381430 - [PATCH] Display resource files in main project tree". 2008-08-19 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs, MonoDevelop.Ide.Gui.Dialogs/RenameItemDialog.cs: Fixed some null ref bugs in refactory commands. 2008-08-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionFolderNodeBuilder.cs: Fix logic in GetParentObject. * gtk-gui/objects.xml: Updated. 2008-09-07 Alfonso Santos Luaces * MonoDevelop.Ide.Gui.Dialogs/ExpressionEvaluatorDialog.cs: Implemented basic functionality for an expression evaluator. 2008-08-13 Michael Hutchinson * MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: Remove the workaround for "Bug 398353 - Solution pad's state is not restored correctly when opening a solution/workspace" now that it's properly fixed by the deserialisation fixes in r110397. 2008-08-13 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/NodeState.cs: Use current node name rather than "Node". Along with changes to XmlReadHelper, fixes errors restoring solution state "Unknown end node: State valid end nodes are: Node". 2008-08-12 Michael Hutchinson * MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: Better workaround for "Bug 398353 - Solution pad's state is not restored correctly when opening a solution/workspace". 2008-08-12 Michael Hutchinson * MonoDevelop.Ide.Gui/Workbench.cs: Load documents after restoring pad states. Partially works around "Bug 398353 - Solution tree starts collapsed regardless of selection". 2008-08-08 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs, MonoDevelop.Ide.mdp, Makefile.am: Renamed file. Fixed GetParentObject: GetParentObject should return the solution for root folders. 2008-08-08 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/OverridesImplementsDialog.cs: Fix issue with enumerator returned by GetCheckedSiblings. The enumerator can't be reused after calling MoveNext. 2008-08-08 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs, MonoDevelop.Ide.Gui.Dialogs/RenameItemDialog.cs: Worked on refactory commands. 2008-08-07 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/DebugCommands.cs, MonoDevelop.Ide.addin.xml: Added new breakpoint commands. * MonoDevelop.Ide.Debugging/DebuggingService.cs, MonoDevelop.Ide.Gui.Dialogs/BreakpointPropertiesDialog.cs, MonoDevelop.Ide.mdp, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.BreakpointPropertiesDialog.cs, gtk-gui/gui.stetic, Makefile.am: Moved breakpoint properties dialog from the debugger add-in. More stuff likely to come here. 2008-08-07 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Worked on dom. 2008-08-06 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Added some missing icons to commands. 2008-08-05 Lluis Sanchez Gual * MonoDevelop.Ide.Debugging/DebuggingService.cs: Fix some warnings. Add ActiveThread property. 2008-08-05 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs, MonoDevelop.Ide.Gui.Dialogs/CombineEntryFeatureSelector.cs, MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs, MonoDevelop.Ide.mdp, gtk-gui/objects.xml: Updated. * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Don't crash MD if there is an exception in the go to dialog. * MonoDevelop.Ide.Gui/Document.cs: Request file edit permission when saving a document. 2008-08-05 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: worked on refactory commands. 2008-08-04 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Changed parser interface. 2008-07-31 Michael Hutchinson * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Escape < so it doesn't get handled as GMarkup. Incomplete, but enough for now. 2008-07-29 Mike Krüger * MonoDevelop.Ide.addin.xml: removed documentation dep. 2008-07-29 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: fixed todo in refactory commands. 2008-07-29 Mike Krüger * MonoDevelop.Ide/Services.cs, MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/SolutionNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ProjectNamespaceBuilder.cs, MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs, MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/MethodNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/EventNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ClassData.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/FieldNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/PropertyNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ClassNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/MemberNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceData.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/MemberNodeCommandHandler.cs, MonoDevelop.Ide.Gui.Dialogs/OverridesImplementsDialog.cs, MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs, MonoDevelop.Ide.Gui/RootWorkspace.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/Ide.cs, MonoDevelop.Ide.Gui/HelpViewer.cs, MonoDevelop.Ide.Tasks/TaskService.cs: Translated old code to new dom. 2008-07-29 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs, MonoDevelop.Ide.Gui.Dialogs/OverridesImplementsDialog.cs, MonoDevelop.Ide.Gui.Dialogs/EncapsulateFieldDialog.cs, MonoDevelop.Ide.Gui.Dialogs/RenameItemDialog.cs, MonoDevelop.Ide.Gui/RootWorkspace.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs: Changes for converted refactoring infrastructure. 2008-07-28 Andrés G. Aragoneses * MonoDevelop.Ide.Gui.Search/CurrentProjectDocumentIterator.cs: Be more stacktrace friendly (wrt to exception line number). 2008-07-27 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ClassBrowserPadWidget.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/MemberNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ProjectNamespaceBuilder.cs, MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs, MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/RootWorkspace.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs: Worked on code completion/new dom. 2008-07-23 Michael Hutchinson * MonoDevelop.Ide.Gui.Content/SmartIndenter.cs: Missed a file. It's not used yet, but my local copy of DocumentStateTracker has code stubbed using the Indent type from this file, and I've accidentally committed it twice already. Hopefully by committing this I can avoid breaking the build again... * MonoDevelop.Ide.mdp, Makefile.am: Updated. * MonoDevelop.Ide.Gui.Pads.ClassBrowser/ClassBrowserPadWidget.cs: Avoid unnecessary empty string instantiations. 2008-07-23 Michael Hutchinson * MonoDevelop.Ide.Gui.Content/DocumentStateTracker.cs: Make consumers supply the initial parser object. 2008-07-21 Jeffrey Stedfast * MonoDevelop.Ide.Gui.Pads.ClassBrowser/ClassBrowserPadWidget.cs: Ugh, use System.EventArgs in the delegate - current mono svn seems to break on this :( * MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs (Dispose): Override Gtk.Object.Dispose(). 2008-07-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs, MonoDevelop.Ide.Gui/WorkbenchMemento.cs: Moved serialization engine to MonoDevelop.Core. Use new syntax for specifying attribute scope. 2008-07-17 Lluis Sanchez Gual * MonoDevelop.Ide.Debugging/DebuggingService.cs: Remove test catchpoint. 2008-07-16 Lluis Sanchez Gual * MonoDevelop.Ide.Debugging/DebuggingService.cs: Store breakpoints in the user preferences file. 2008-07-16 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/DebugCommands.cs: Track api changes. * MonoDevelop.Ide.Debugging/DebuggingService.cs: Track api changes. Use GuiDispatch instead of Invoke to make sure events are delivered in the correct order. * MonoDevelop.Ide.Gui.Dialogs/AttachToProcessDialog.cs, gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AttachToProcessDialog.cs: Added a filter entry to the attach dialog. 2008-07-12 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Worked on completion. 2008-07-08 Ankit Jain * MonoDevelop.Ide.Commands/ProjectCommands: Disable Run/Debug commands for workspaces. 2008-07-08 Ankit Jain * MonoDevelop.Ide.Commands/ProjectCommands: Rename "Resume" command to "Continue". 2008-07-04 Mike Krüger * MonoDevelop.Ide.Gui.Search/CurrentProjectDocumentIterator.cs: Fixed bug in currentprojectdocument iterator. 2008-07-03 Mike Krüger * MonoDevelop.Ide.Gui/RootWorkspace.cs: reverted some changes. 2008-07-03 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/RootWorkspace.cs: Reverted some changes. 2008-07-03 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/RootWorkspace.cs: Worked on new dom. 2008-07-02 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/DebugCommands.cs, MonoDevelop.Ide.Debugging/DebuggingService.cs, MonoDevelop.Ide.addin.xml: Added ShowDisassembly command. 2008-07-02 Ankit Jain * DebugCommands.cs (EnableDisableBreakpointHandler): Disable if there is no active document. 2008-07-01 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/DebugCommands.cs, MonoDevelop.Ide.addin.xml: Implemented new debug commands. * MonoDevelop.Ide.Debugging/DebuggingService.cs: Update breakpoint locations when lines are inserted or removed. * MonoDevelop.Ide.mdp: Updated. 2008-06-24 Mike Krüger * gtk-gui/MonoDevelop.Ide.Gui.Pads.ClassBrowser.ClassBrowserPadWidget.cs: Removed unused labels. 2008-06-23 Michael Hutchinson * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Add a protected method for subclasses to show the completion window. 2008-06-23 Andrés G. Aragoneses Implements feature in bug#323396 (reviewed by Mike Krueger). * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs: Use new search pattern. * MonoDevelop.Ide.mdp, Makefile.am: Updated. * MonoDevelop.Ide.Gui.Search/FilesDocumentIterator.cs: Abstract class which contains common code for patterns which search in many files (contents copied from WholeProjectDocumentIterator). * MonoDevelop.Ide.Gui.Search/WholeProjectDocumentIterator.cs: New iterator for new search pattern. * MonoDevelop.Ide.Gui.Search/CurrentProjectDocumentIterator.cs: New file. * MonoDevelop.Ide.Gui.Search/WholeCombineDocumentIterator.cs: New file, renamed from WholeProjectDocumentIterator, and moved all common code with new iterator to FilesDocumentIterator. * MonoDevelop.Ide.Gui.Search/SearchReplaceManager.cs: New search pattern. * MonoDevelop.Ide.Gui.Search/SearchReplaceUtilities.cs: Use the new iterator classes. 2008-06-23 Mike Krüger * MonoDevelop.Ide.Gui.Content/TextEditorProperties.cs: Added tab == reindent option. 2008-06-20 Michael Hutchinson * MonoDevelop.Ide.Gui.Dialogs/OverridesImplementsDialog.cs: Use new bulk implementation interfaces to avoid lots of reparses, and to implement interfaces in regions. 2008-06-20 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/DebugCommands.cs, MonoDevelop.Ide.Debugging/DebuggingService.cs, MonoDevelop.Ide.addin.xml: Implemented detach. 2008-06-20 Levi Bard * MonoDevelop.Ide.Commands/FileCommands.cs: Spelling fix. 2008-06-20 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/DebugCommands.cs, MonoDevelop.Ide.Debugging/DebuggingService.cs, MonoDevelop.Ide.Debugging/DebugExecutionHandlerFactory.cs, MonoDevelop.Ide.Gui.Dialogs/AttachToProcessDialog.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.mdp, gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AttachToProcessDialog.cs, Makefile.am, MonoDevelop.Ide.Gui/ProjectOperations.cs: Implemented attach to process. Some api improvements. 2008-06-20 Ankit Jain * MonoDevelop.Ide.Gui.Dialogs/OverridesImplementsDialog.cs: Make name column resizable, ellipisize. Show type names as "Name (Namespace)" 2008-06-20 Ankit Jain * MonoDevelop.Ide.Gui.Dialogs/OverridesImplementsDialog.cs: Show members names in the form - "MemberName : Return type" 2008-06-20 Ankit Jain * MonoDevelop.Ide.Gui.Dialogs/OverridesImplementsDialog.cs (PopulateTreeView): Properly stringify type names also. 2008-06-20 Ankit Jain * MonoDevelop.Ide.Gui.Dialogs/EncapsulateFieldDialog.cs: Make Field/Property name columns expandable. 2008-06-20 Ankit Jain * MonoDevelop.Ide.Gui.Dialogs/OverridesImplementsDialog.cs: New. * gtk-gui/MonoDevelop.Ide.OverridesImplementsDialog.cs: New. * gtk-gui/gui.stetic: Update. * RefactoryCommands.cs (OverrideOrImplementMembers): New. * Makefile.am: * MonoDevelop.Ide.mdp: Update. 2008-06-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IdePreferences.cs: Use msbuild as default file format. 2008-06-17 Michael Hutchinson * MonoDevelop.Ide.Templates/FileTemplateReference.cs: Provide a valid .NET identifier from the project name for templating file names. 2008-06-17 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/NodeCommandHandler.cs, MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: Handle delete commands in the base node command handler instead of the tree view, so that subclassed command handlers can override them properly. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: Don't allow deleting child files. Fix bad casting pattern. * MonoDevelop.Ide.Tasks/TaskService.cs: Avoid an exception on closing solutions without user tasks. 2008-06-17 Mike Krüger * MonoDevelop.Ide.mdp, Makefile.am: Fixed makefile. 2008-06-17 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ClassBrowser/ClassBrowserPadWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Pads.ClassBrowser.ClassBrowserPadWidget.cs: Changed class browser widget. 2008-06-16 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: Fix nullref (bug #400317). 2008-06-16 Lluis Sanchez Gual * MonoDevelop.Ide.Debugging/DebuggingService.cs: Dispose the debug session when done. * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Track api changes. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: Updated. * Makefile.am: Removed unneeded reference. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Track api changes. Don't switch worbench context when debugging. * MonoDevelop.Ide.Gui/Workbench.cs: If a file can't be loaded, show an error, don't try to open it using an arbitrary display binding. 2008-06-12 Atsushi Enomoto * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs : fixed message format string (found by translation). 2008-06-12 Mike Krüger * MonoDevelop.Ide.Gui.Content/TextEditorProperties.cs: added set for indentstyle property. 2008-06-11 Mike Krüger * MonoDevelop.Ide.Gui.Content/TextEditorProperties.cs: fixed 'Bug 393610 - Tab always indents the line and never inserts a tab character'. 2008-06-10 Michael Hutchinson * MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ResourceFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: Handle adding, removing, drag-n-drop etc for grouped/dependent files. * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Allow templates to define name of dependency parent. 2008-06-10 Andres G. Aragoneses * MonoDevelop.Ide.Gui.Dialogs/ProjectReferencePanel.cs: Implement feature to allow unmanaged project references in a managed project (bug#397490). 2008-06-09 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: Fix bug 398179 - Loading project with "Solution" tab collapsed to side, exception when running. 2008-06-06 Ankit Jain * MonoDevelop.Ide.Gui.Dialogs/EncapsulateFieldDialog.cs: More usability fixes. 2008-06-05 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: Fix potential issue with invalidated iters. 2008-06-06 Ankit Jain * MonoDevelop.Ide.Gui.Dialogs/EncapsulateFieldDialog.cs: Usability improvements suggested by lluis. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: Update. * gtk-gui/gui.stetic: Update. 2008-06-05 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: When handling the Delete command, run DeleteItem for only one command handle, since the node will probably be gone after that method is called. Should fix Bug 396566 - Deleting items in the solution pad often segfaults. 2008-06-05 Lluis Sanchez Gual * AssemblyInfo.cs.in, MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs, MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: Show version label in the splash and in the about box. Version label is the friendly name of the package version. 2008-06-05 Ankit Jain * MonoDevelop.Ide.Gui.Dialogs/EncapsulateFieldDialog.cs: Left-align the 'read-only' column. 2008-06-05 Ankit Jain * EncapsulateFieldDialog.cs (OnOKClicked): Fix order of arguments. 2008-06-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs: Added local handling of FindInFile command. 2008-06-04 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Add missing dependency. 2008-06-04 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Bump MD version. 2008-06-04 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/FileCommands.cs: Use destroy to dispose the dialog. 2008-06-04 Ankit Jain * MonoDevelop.Ide.Commands/RefactoryCommands.cs (BuildRefactoryMenuForItem): Add a "Encapsulate fields" command to the Class menu. (EncapsulateField): Handle invokation from class menu also. * MonoDevelop.Ide.Gui.Dialogs/EncapsulateFieldDialog.cs: Show a list of all fields and allow generating properties for multiple fields. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs: Update. * gtk-gui/gui.stetic: Update. 2008-06-03 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs, MonoDevelop.Ide.Gui.Dialogs/FileSelectorDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs: Use the OnDestroyed event instead of Dispose, since with the latest changes in gtk#, Dispose is not called anymore when a widget is destroyed. 2008-06-03 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: Make sure the pad can't be reused once the monitor operation has started. * MonoDevelop.Ide.Debugging/DebugExecutionHandlerFactory.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/SolutionNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs, MonoDevelop.Ide.Gui/RootWorkspace.cs: Track api changes. StartupItem is now handled by solutions. * MonoDevelop.Ide.addin.xml: Register debug execution mode. 2008-06-02 Lluis Sanchez Gual * MonoDevelop.Ide.Debugging/DebuggingService.cs: Fix current frame selection. 2008-05-30 Lluis Sanchez Gual * MonoDevelop.Ide.Debugging/DebuggingService.cs: Fixes in backtrace handling. 2008-05-30 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: When the Modified event of a project is fired, update the whole tree only if it is a change of the base directory. Fixes bug #395670 - Every addition to the current project crashes MD. * MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: Made ITreeNavigator more reliable against tree changes. Every method now checks if the internal iterator is valid, and if it is not, it tries to get a new one. 2008-05-29 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/CombineDescriptor.cs, MonoDevelop.Ide.Templates/SolutionItemDescriptor.cs, MonoDevelop.Ide.Templates/ProjectTemplate.cs, MonoDevelop.Ide.Templates/ISolutionItemDescriptor.cs, MonoDevelop.Ide.Templates/ProjectDescriptor.cs: Split solution item creation in two steps: creation of the instance, and initialization. In this way the new project dialog can create a new instance of the project to check availability of features without having to expand the whole template. * MonoDevelop.Ide.Gui.Pads.ClassPad/CombineNodeBuilder.cs: Fix node label. * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: When adding a project to an existing solution, always use the solution's format. Skip the 'project features' page if there are no features available for that kind of project. 2008-05-28 Michael Hutchinson * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Fix a NRE. * MonoDevelop.Ide.Templates/ProjectDescriptor.cs: Log some messages as well as throwing up dialog boxes. 2008-05-28 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/ITreeNavigator.cs, MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: Implemented MoveToNextObject in ITreeNavigator, which moves the navigator to the next node containing the same object. * MonoDevelop.Ide.Gui/Workbench.cs: When looking for a project to which to bind a file being opened, look first in the active projects and solutions. Fixes bug 370333 - Wrong file highlighted/selected when using external files feature. 2008-05-28 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs, MonoDevelop.Ide.Gui/OutputProgressMonitor.cs: Implement support for console logging. 2008-05-28 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Deactivated on the fly parsing with the new dom. 2008-05-27 Lluis Sanchez Gual * MonoDevelop.Ide.Debugging/DebuggingService.cs: Write debugger output to the console. Properly implement Exit(). * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs: Updated. 2008-05-27 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Fixed dispose source editor widget bug. 2008-05-27 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/SolutionNodeBuilder.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.mdp, Makefile.am, MonoDevelop.Ide.Gui/RootWorkspace.cs: Disabled the new class browser. 2008-05-27 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Fixed some bugs in the new dom parsing. 2008-05-27 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ClassBrowser/TypeNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ClassBrowserPadWidget.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/MemberNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ProjectNamespaceBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/SolutionNodeBuilder.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.mdp, gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.Gui.Pads.ClassBrowser.ClassBrowserPadWidget.cs, Makefile.am, MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/RootWorkspace.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs: Added new dom & new class browser. 2008-05-26 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/FileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Fix bug 362783 - 'Add new file' dialog doesn't handle spaces in names propertly. 2008-05-26 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/FileTemplate.cs, MonoDevelop.Ide.Templates/FileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/ResourceFileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/FileTemplateReference.cs: Properly propagate file creation errors. Fixes bug 361349 - Choosing "No" to overwriting an existing file pops up "Invalid file name" dialog. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs, gtk-gui/gui.stetic: Avoid auto-closing of the dialog when clicking on OK. This is handled manually. 2008-05-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: Avoid crashing if there is a problem when loading a parser database. Fixes bug 358124 - Code completion prevents project loading. 2008-05-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: Moved code for getting a wrapper solution (when opening a single project) to ProjectService. 2008-05-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Fix bug 393671 - Creating a new empty text file from a freshly loaded MD (no projects loaded) throws a NRE. 2008-05-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: Refresh the project when any property changes. 2008-05-22 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/ProjectOperations.cs: Show the "Options" command for solution folders, and make sure the solution is saved when the options are changed. 2008-05-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: Merged the extension points for project and solution option panels into a single extension point. A single extension point will now be used for all kinds of items. Extension conditions can be used to make panels visible only for some specific item types. 2008-05-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: Track api changes. 2008-05-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs, MonoDevelop.Ide.Gui/RootWorkspace.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Tasks/Task.cs, MonoDevelop.Ide.Tasks/CommentTasksView.cs, MonoDevelop.Ide.Tasks/TaskService.cs: Replaced ICompilerResult/DefaultCompilerResult/CompilerResults by a new BuildResult class, which has owner information at error level, so it is possible to know which project generated an error when building a solution. Updated Task and TaskService to use the new owner information. 2008-05-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IPadContainer.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/Pad.cs: Avoid creating hidden pads when storing workspace preferences. 2008-05-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Fix bug 361084 - Dragging a tab to a different position doesn't change its position in the tab order. 2008-05-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs: Use the property to access ParserDatabase since it lazily creates the object. 2008-05-21 Lluis Sanchez Gual * MonoDevelop.Ide.Tasks/TaskService.cs: Improved task count updating. 2008-05-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/RootWorkspace.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs: Always try to set a valid startup project when the workspace solutions change. * MonoDevelop.Ide.Gui/Workbench.cs: Ensure the MD options panel is properly destroyed. 2008-05-21 Lluis Sanchez Gual * MonoDevelop.Ide.CodeTemplates/CodeTemplateGroup.cs: Fix bug 372041 - Additional code template groups are not loaded after a restart. Patch by Levi Bard. 2008-05-21 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/CombineDescriptor.cs, MonoDevelop.Ide.Templates/ISolutionItemFeature.cs, MonoDevelop.Ide.Templates/ParentProjectFileTemplateCondition.cs, MonoDevelop.Ide.Templates/SolutionItemDescriptor.cs, MonoDevelop.Ide.Templates/ProjectTemplate.cs, MonoDevelop.Ide.Templates/ISolutionItemDescriptor.cs, MonoDevelop.Ide.Templates/ProjectDescriptor.cs, MonoDevelop.Ide.Commands/RefactoryCommands.cs, MonoDevelop.Ide.Commands/FileCommands.cs, MonoDevelop.Ide.Commands/EditCommands.cs, MonoDevelop.Ide.Commands/SearchCommands.cs, MonoDevelop.Ide.Commands/CustomStringTagProvider.cs, MonoDevelop.Ide.Commands/ProjectCommands.cs, MonoDevelop.Ide/Services.cs, MonoDevelop.Ide.ExternalTools/ExternalToolPanel.cs, MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs, MonoDevelop.Ide.Gui.Pads/FileScout.cs, MonoDevelop.Ide.Gui.Pads/SolutionPad.cs, MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ClassBrowserPadWidget.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/SolutionNodeBuilder.cs, MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs, MonoDevelop.Ide.Gui.OptionPanels/LoadSavePanel.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/SolutionNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/WorkspaceNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectSolutionPad.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SolutionNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ResourceFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/LinkedFilesFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Dialogs/CombineEntryFeatureSelector.cs, MonoDevelop.Ide.Gui.Dialogs/FeatureSelectorDialog.cs, MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs, MonoDevelop.Ide.Gui.Dialogs/IncludeFilesDialog.cs, MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs, MonoDevelop.Ide.Gui.Dialogs/EncapsulateFieldDialog.cs, MonoDevelop.Ide.Gui.Dialogs/ExportProjectDialog.cs, MonoDevelop.Ide.Gui.Dialogs/DirtyFilesDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs, MonoDevelop.Ide.Gui.Dialogs/FileSelectorDialog.cs, MonoDevelop.Ide.Gui.Dialogs/ProjectReferencePanel.cs, MonoDevelop.Ide.Gui.Dialogs/RenameItemDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs, MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs, MonoDevelop.Ide.Dom.Parser/ProjectParserService.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Dom.Output/NetAmbience.cs, MonoDevelop.Ide.mdp, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs, gtk-gui/gui.stetic, gtk-gui/objects.xml, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.cs, Makefile.am, MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/IdePreferences.cs, MonoDevelop.Ide.Gui/ConfigurationComboBox.cs, MonoDevelop.Ide.Gui/RootWorkspace.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui/NavigationService.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/IdeStartup.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/Ide.cs, MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs, MonoDevelop.Ide.Gui/WorkbenchMemento.cs, MonoDevelop.Ide.Gui/AddEntryEventHandler.cs, MonoDevelop.Ide.Codons/ProjectOpenCondition.cs, MonoDevelop.Ide.Codons/CombineOpenCondition.cs, MonoDevelop.Ide.Tasks/UserTasksView.cs, MonoDevelop.Ide.Tasks/UserTask.cs, MonoDevelop.Ide.Tasks/Task.cs, MonoDevelop.Ide.Tasks/CommentTasksView.cs, MonoDevelop.Ide.Tasks/TaskService.cs, MonoDevelop.Ide.Gui.Search/WholeProjectDocumentIterator.cs: New project model changes. 2008-05-20 Michael Hutchinson * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: More descriptive method name. * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: Store last selected category for each different project and language type. 2008-05-20 Michael Hutchinson * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Implement restoring selection of child categories. 2008-05-20 Michael Hutchinson * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Restore functionality to auto-select last selected category, defaulting to C#. Fixes "Bug 392561 - Should default to C# language -> empty project when creating new solution/project". 2008-05-20 Michael Hutchinson * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Remove unnecessary operation, fixing a Gtk-Warning. 2008-05-20 Zach Lute * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Fixed a NPE if the GoToDialog was closed while populating the tree. (Bug #391091) 2008-05-19 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Fix bug #375128 - Not all menu items in Proper Case. Patch by Gabriel Burt. 2008-05-15 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/ViewCommands.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.mdp, Makefile.am, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/Pad.cs, MonoDevelop.Ide.Codons/CategoryNode.cs: Added support for view pad categories. When a pad is assigned to a category, it will be shown in a submenu in the view menu. * MonoDevelop.Ide.Debugging/DebuggingService.cs: Added support for changing the current frame of the stack. Added Started event. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Disabled workbench context switching when debugging an app. 2008-05-08 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Fixed 'Bug 387448 - New text editor always show same value for "col" and "ch"' 2008-05-01 Aaron Bockover * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Fully reset the thread state just to be thorough even though it shouldn't matter because the dialog doesn't get reused 2008-05-01 Aaron Bockover * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Got rid of absolutely insane threading; previously a thread would be spawned by every single character change in the search, also the previous thread would first be _aborted_; this caused frequent complete lockups (often leading to data loss), excessive resource drain, and suboptimal performance Replaced with a single thread that uses an AutoResetEvent to wait until search work is requested, and never abort this thread - allow search iterations to exit safely and return to the wait; also destroy the dialog and exit the single thread safely when the dialog is dismissed instead of just hiding and reusing it - there's no reason for that other than wasting resources and increasing code complexity; some general clean up * MonoDevelop.Ide.Commands/SearchCommands.cs: Reflected to use the new .Run method, what used to be .Show 2008-04-30 Michael Hutchinson * MonoDevelop.Ide.mdp: Fix GTK# version to 2.8. * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Use GTK 2.8 API, not 2.10. 2008-04-28 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/InternalLogPad.cs, MonoDevelop.Ide.Gui/InternalLog.cs: Avoid re-registering ILoggers. 2008-04-28 Michael Hutchinson * MonoDevelop.Ide.Gui.Content/IPathedDocument.cs: Add API for path bar * MonoDevelop.Ide.mdp, Makefile.am: Updated. * MonoDevelop.Ide.Gui/Document.cs: Use path bar if document supports it. Fix looking up content types in text editor extensions. * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Implement path bar. 2008-04-24 Michael Hutchinson * gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/DocumentSwitcher.cs: Fix several GLib warnings in the document switcher. Fix the parenting and hinting so it's positioned correctly on Compiz. Draw a border so it stands out on Metacity and other "flat" window managers. 2008-04-24 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ClassBrowser, MonoDevelop.Ide.Gui.Pads.ClassBrowser/TypeNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ClassBrowserPad.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ClassBrowserPadWidget.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/MemberNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/SolutionNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassBrowser/ProjectNamespaceBuilder.cs, MonoDevelop.Ide.Dom.Parser/ProjectParserService.cs, MonoDevelop.Ide.Dom.Parser/ProjectDomEventArgs.cs, MonoDevelop.Ide.Dom.Parser/ProjectDom.cs, MonoDevelop.Ide.Dom/IMember.cs, MonoDevelop.Ide.Dom/DomReturnType.cs, MonoDevelop.Ide.Dom/DomType.cs, MonoDevelop.Ide.Dom/DomMethod.cs, MonoDevelop.Ide.Dom/DomParameter.cs, MonoDevelop.Ide.Dom/DomEvent.cs, MonoDevelop.Ide.Dom/DomField.cs, MonoDevelop.Ide.Dom/DomProperty.cs, MonoDevelop.Ide.Dom/IType.cs, MonoDevelop.Ide.Dom/AbstractMember.cs, MonoDevelop.Ide.Dom/DomLocation.cs, MonoDevelop.Ide.mdp, gtk-gui/MonoDevelop.Ide.Gui.Pads.ClassBrowser.ClassBrowserPadWidget.cs: Worked on mcs integration/class browser 2008-04-21 Rafael Teixeira * MonoDevelop.Ide.Gui.Content/DocumentStateTracker.cs: Make ConsoleWrite more robust, because it was causing MonoDevelop to bomb on any keypress. Also fixed the specific bad call that was doing MD bomb this time (line 117). 2008-04-17 Michael Hutchinson * MonoDevelop.Ide.Gui.Content/DocumentStateTracker.cs: Move document state tracking logic from CSharpBinding to MonoDevelop.Ide. * Makefile.am, MonoDevelop.Ide.mdp: Updated. 2008-04-16 Michael Hutchinson * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Track API change. Remove char code translation hack. * MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs: Track API change. 2008-04-14 Michael Hutchinson * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Add ability for HandleCodeCompletion to alter the trigger word length. Allows completions to 'grab' text behind them, including the character that was typed. 2008-04-14 Mike Krüger * MonoDevelop.Ide.Dom/DomRegion.cs, MonoDevelop.Ide.Dom/DomLocation.cs: Changed the region/location model. 2008-04-14 Mike Krüger * MonoDevelop.Ide.Dom/DomType.cs, MonoDevelop.Ide.Dom/DomMethod.cs, MonoDevelop.Ide.Dom/DomField.cs, MonoDevelop.Ide.Dom/DomProperty.cs: Worked on some dom classes. 2008-04-11 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads/FileListItem.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs, MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Track api changes. 2008-04-10 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs: Removed some debug code. 2008-04-10 Andres G. Aragoneses * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs: Improved string (redo r66359: http://lists.ximian.com/pipermail/mono-patches/2006-October/081256.html ). 2008-04-10 Mike Krüger * MonoDevelop.Ide.Dom.Parser/ProjectParserService.cs, MonoDevelop.Ide.addin.xml: Added extension point for parsers. 2008-04-09 Michael Hutchinson * MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: Fix for "Bug 377810 - Many errors when expanding MonoDevelop treeviews with keyboard". Also remove debug code. 2008-04-09 Mike Krüger * MonoDevelop.Ide.Dom.Parser/ProjectParserService.cs, MonoDevelop.Ide.Dom.Parser/IParser.cs: Changed parser interface a bit. 2008-04-08 Michael Hutchinson * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Remove debug code. 2008-04-01 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: fixed Bug 375387 - Sigsegv when 'reloading file' 2008-03-31 Mike Krüger * gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs, MonoDevelop.Ide.Gui/DocumentSwitcher.cs: Worked on document switcher. (373578) 2008-03-29 Zach Lute * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Added support for 'Find references' for local variables and parameters. (Bug #351015) 2008-03-21 Michael Hutchinson * MonoDevelop.Ide.Gui/IdeStartup.cs: Hook GLib/Gtk errors into logging service, and remove redundant code. 2008-03-20 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs, MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Fix error CS0165 with csc (its flow analysis isn't good enough; the code is fine). 2008-03-20 Michael Hutchinson * MonoDevelop.Ide.Gui/TextEditor.cs: Add a convenience method for discovering the newline style. * MonoDevelop.Ide.Gui/Document.cs: Make GetContent search through TextEditorExtensions too. 2008-03-18 Mike Krüger * MonoDevelop.Ide.addin.xml: fixed typo 2008-03-14 Michael Hutchinson * MonoDevelop.Ide.Tasks/Task.cs: Make Task.JumpToPosition() virtual. Fixes Gettext addin build. 2008-03-13 Mike Krüger * MonoDevelop.Ide.Dom/IMember.cs, MonoDevelop.Ide.Dom/AbstractMember.cs: Added IsObsolete flag to the new dom (Bug 367716 - Code completion shows obsolete functions). 2008-03-12 Mike Krüger * MonoDevelop.Ide.Commands/SearchCommands.cs, MonoDevelop.Ide.addin.xml: Added emacs like find next/prev. 2008-03-11 Michael Hutchinson * options/TipsOfTheDay.xml: Add tips. 2008-03-10 Marcos David Marín Amador * MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs: Workaround for bug in Mono 1.2.4 where usings are ignored in anonymous methods. 2008-03-10 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/CombineDescriptor.cs, MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/CombineEntryDescriptor.cs, MonoDevelop.Ide.Templates/ProjectDescriptor.cs, MonoDevelop.Ide.Commands/ViewCommands.cs, MonoDevelop.Ide.Commands/FileCommands.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs, MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs, MonoDevelop.Ide.Gui.Pads/FileList.cs, MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: Use the new MessageService.Confirm method instead of AskQuestion where possible. 2008-03-10 Lluis Sanchez Gual * MonoDevelop.Ide.mdp: Updated. 2008-03-10 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/ViewCommands.cs, MonoDevelop.Ide.Commands/FileCommands.cs, MonoDevelop.Ide.Commands/ProjectCommands.cs, MonoDevelop.Ide.Commands/WindowCommands.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: Set better descriptions for dynamically generated menu items. * MonoDevelop.Ide.addin.xml: Updated command descriptions. * MonoDevelop.Ide.Gui/Ide.cs: Show menu item descriptions in the status bar. 2008-03-07 Michael Hutchinson * MonoDevelop.Ide.addin.xml: * icons/navigate-previous*.png: * icons/navigate-next*.png: * Makefile.am: Sharpen up the prev/next icons for 16x16 px menus. 2008-03-07 Michael Hutchinson * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: Remove redundant AsyncDispatchAttributes, and add GUI thread asserts, as the class that this replaced was a GuiSyncObject. It probably doesn't need to be thread safe, as most out-of-GUI-thread accesses will come from StatusProgressMonitor, which is a GuiSyncObject. Anyhow, the asserts should catch any problems. * MonoDevelop.Ide.Gui.BrowserDisplayBinding/HtmlViewPane.cs: Remove redundant field. 2008-03-07 Mike Krüger * MonoDevelop.Ide.Gui.Dialogs/WordCountDialog.cs, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Commands/EditCommands.cs: Removed word count dialog. 2008-03-07 Lluis Sanchez Gual * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs, MonoDevelop.Ide.Gui.OptionPanels/AddInsOptionsPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/LoadSavePanel.cs, MonoDevelop.Ide.Gui.OptionPanels/IDEStyleOptionsPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/BuildPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/TasksOptionsPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/CodeGenerationPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs, MonoDevelop.Ide.ExternalTools/ExternalToolPanel.cs, MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs, MonoDevelop.Ide.addin.xml, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs, gtk-gui/gui.stetic, gtk-gui/objects.xml, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ReplaceInFilesDialog.cs, MonoDevelop.Ide.Gui/Workbench.cs: Use the new options dialog infrastructure. * MonoDevelop.Ide.mdp, Makefile.am, icons/text-editor-16.png, icons/keyboard-shortcuts-22.png, icons/keyboard-shortcuts-16.png, icons/text-editor-22.png: Added new icons. * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs: This class doesn't need to be public. * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Remove debug code. 2008-03-05 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: Changed remove file alert. 2008-03-04 Michael Hutchinson * MonoDevelop.Ide.Templates/CodeTranslationFileDescriptionTemplate.cs: Log some info when a template is unparseable. * MonoDevelop.Ide.Templates/FileTemplateReference.cs: Allow basic string substitutions in the present name in a FileTemplateReference. 2008-03-04 Mike Krüger * MonoDevelop.Ide.addin.xml: Changed file menu for hig. 2008-03-04 Mike Krüger * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs, MonoDevelop.Ide.Gui/Workbench.cs: Fixed some dialogs for hig compliance. 2008-03-04 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs, MonoDevelop.Ide.Templates/CombineDescriptor.cs, MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/CombineEntryDescriptor.cs, MonoDevelop.Ide.Templates/ProjectDescriptor.cs, MonoDevelop.Ide.Gui.OptionPanels/LoadSavePanel.cs, MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs, MonoDevelop.Ide/Services.cs, MonoDevelop.Ide.Commands/ViewCommands.cs, MonoDevelop.Ide.Commands/FileCommands.cs, MonoDevelop.Ide.Commands/ToolsCommands.cs, MonoDevelop.Ide.ExternalTools/ExternalToolPanel.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ResourceFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Dialogs/CombineEntryFeatureSelector.cs, MonoDevelop.Ide.Gui.Dialogs/AssemblyReferencePanel.cs, MonoDevelop.Ide.Gui.Dialogs/DeleteFileDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs, MonoDevelop.Ide.Gui.Dialogs/WordCountDialog.cs, MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs, MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs, MonoDevelop.Ide.Gui.Pads/FileList.cs, MonoDevelop.Ide.mdp, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.DeleteFileDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs, gtk-gui/gui.stetic, gtk-gui/generated.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs, Makefile.am, MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui/StatusProgressMonitor.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/IdeStartup.cs, MonoDevelop.Ide.Gui/HelpOperations.cs, MonoDevelop.Ide.Gui/Ide.cs, MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs, MonoDevelop.Ide.Gui.Search/SearchReplaceManager.cs, MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: Worked on gnome hig compliant alerts. 2008-03-03 Mike Krüger * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Enabled clipoard handler commands. * MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: Shift+F10 now works for context menu 2008-03-02 Marcos David Marín Amador * MonoDevelop.Ide.Gui/DocumentSwitcher.cs: Workaraound a bug in mono 1.2.4 where anonymous delegates ignore usings. 2008-02-29 Zach Lute * MonoDevelop.Ide.Commands/FileCommands.cs, MonoDevelop.Ide.Commands/SearchCommands.cs, options/KeyBindingSchemeEmacs.xml, options/KeyBindingSchemeMonoDevelop1.xml, options/KeyBindingSchemeVisualStudio.xml, options/KeyBindingSchemeDefault.xml, MonoDevelop.Ide.addin.xml: Changed OpenFileInSolution command to GoToFile command and moved it into the search menu where it rightfully belongs. * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: "Go to File" and "Go to Type" can now jump to any file or type in the workspace, not just those in the currently open solution. * MonoDevelop.Ide.Gui.Dialogs/OpenFileInSolutionDialog.cs, MonoDevelop.Ide.mdp, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GoToDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.OpenFileInSolutionDialog.cs, gtk-gui/gui.stetic, Makefile.am: Renamed OpenFileInSolutionDialog to GoToDialog to better match its usage. 2008-02-29 Mike Krüger * MonoDevelop.Ide.Gui.Content/IEditableTextBuffer.cs, MonoDevelop.Ide.Gui.Content/IEditable.cs, MonoDevelop.Ide.Gui.Content/ITextBuffer.cs, MonoDevelop.Ide.Gui.Content/IPositionable.cs, MonoDevelop.Ide.Gui.Content/IClipboardHandler.cs, MonoDevelop.Ide.Gui.Dialogs/GotoLineDialog.cs, MonoDevelop.Ide.mdp, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs, Makefile.am, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs, MonoDevelop.Ide.Gui/TextEditor.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Refactored content interfaces 2008-02-29 Mike Krüger * MonoDevelop.Ide.Gui.Content/ISplittable.cs, MonoDevelop.Ide.Commands/WindowCommands.cs, MonoDevelop.Ide.addin.xml: Added command for switching between splits. 2008-02-29 Mike Krüger * MonoDevelop.Ide.addin.xml: Added many shortcuts. 2008-02-29 Mike Krüger * MonoDevelop.Ide.Gui.Content/IZoomable.cs, MonoDevelop.Ide.Commands/ViewCommands.cs, MonoDevelop.Ide.addin.xml: Added zoom commands to main menu. 2008-02-29 Mike Krüger * MonoDevelop.Ide.addin.xml: Changed the reload file command to match the gnome hig. 2008-02-29 Mike Krüger * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Workbench now handles the alt+number key for window switching. 2008-02-29 Mike Krüger * MonoDevelop.Ide.addin.xml: changed one menu entry. 2008-02-28 Mike Krüger * MonoDevelop.Ide.Commands/FileCommands.cs, MonoDevelop.Ide.Commands/ProjectCommands.cs, MonoDevelop.Ide.Commands/WindowCommands.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Worked on main menu: Added many missing shortcuts, splitting/printing is now done with a handler (no need to focus the document anymore). 2008-02-28 Mike Krüger * MonoDevelop.Ide.addin.xml: Added missing keyboard shortcut. 2008-02-28 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: Fixed duplicate error string. 2008-02-27 Mike Krüger * MonoDevelop.Ide.ExternalTools/ExternalToolPanel.cs: Fixed wrong string. 2008-02-27 Mike Krüger * MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs: removed debug message. 2008-02-27 Mike Krüger 2008-02-27 Mike Krüger * gtk-gui/gui.stetic: Removed documentswitcher window title. 2008-02-27 Mike Krüger * MonoDevelop.Ide.Gui.OptionPanels/IDEStyleOptionsPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/SelectStylePanel.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.mdp, MonoDevelop.Ide.WindowSwitcher/WindowSwitcher.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.IDEStyleOptionsPanelWidget.cs, gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.DocumentSwitcher.cs, gtk-gui/MonoDevelop.Ide.WindowSwitcher.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.SelectStylePanelWidget.cs, Makefile.am, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/DocumentSwitcher.cs: Added an option to turn of the new document switcher. Redone the SelectStylePanel. 2008-02-27 Mike Krüger * MonoDevelop.Ide.Dom.Output/Ambience.cs, MonoDevelop.Ide.WindowSwitcher/WindowSwitcher.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs, gtk-gui/MonoDevelop.Ide.WindowSwitcher.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/IWorkbenchWindow.cs, MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Worked on document switcher (Ctrl+Tab). 2008-02-27 Mike Krüger * MonoDevelop.Ide.mdp, gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.WindowSwitcher.cs, Makefile.am, MonoDevelop.Ide.Gui/DefaultStatusBarService.cs, MonoDevelop.Ide.Gui/IStatusBarService.cs, MonoDevelop.Ide.Gui/IStatusIcon.cs, MonoDevelop.Ide.Gui/BackgroundProgressMonitor.cs, MonoDevelop.Ide.Gui/InternalLog.cs, MonoDevelop.Ide.Gui/StatusProgressMonitor.cs, MonoDevelop.Ide.Gui/AddinUpdateHandler.cs, MonoDevelop.Ide.Gui/MonoDevelopStatusBar.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs, MonoDevelop.Ide.Gui/SdStatusBar.cs, MonoDevelop.Ide.Gui/HelpViewer.cs, MonoDevelop.Ide.Gui.BrowserDisplayBinding/HtmlViewPane.cs: Refactored status bar. 2008-02-27 Mike Krüger * MonoDevelop.Ide.Gui/Workbench.cs: Fixed a bug (I accidentally broke some view bindings like the assembly browser). 2008-02-26 Mike Krüger * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: fixed tab broken bug. 2008-02-26 Mike Krüger * MonoDevelop.Ide.Gui/TextNavigationPoint.cs, MonoDevelop.Ide.Gui/NavigationService.cs, MonoDevelop.Ide.Gui/Workbench.cs: Fixed Bug 364913 - Navigate Next/Previous not working. 2008-02-26 Mike Krüger * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Added tab+control, tab+shift+control commands for next/prev window. 2008-02-26 Mike Krüger * MonoDevelop.Ide.Dom/CompilationUnit.cs, MonoDevelop.Ide.Dom/ICompilationUnit.cs: Added typecount property. 2008-02-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: Make sure end of search events are fired in the gui thread. 2008-02-26 Mike Krüger * MonoDevelop.Ide.addin.xml: Added missing _ shortcut. 2008-02-25 Mike Krüger * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Fixed an error message that appeared twice in the translation sheme. (one whitespace difference). 2008-02-25 Mike Krüger * MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/SdStatusBar.cs: Changed 2 strings. 2008-02-25 Mike Krüger * MonoDevelop.Ide.Dom/IMember.cs, MonoDevelop.Ide.Dom/DomType.cs, MonoDevelop.Ide.Dom/CompilationUnit.cs, MonoDevelop.Ide.Dom/DomMethod.cs, MonoDevelop.Ide.Dom/DomEvent.cs, MonoDevelop.Ide.Dom/DomField.cs, MonoDevelop.Ide.Dom/DomProperty.cs, MonoDevelop.Ide.Dom/AbstractMember.cs, MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: Worked on assembly browser. 2008-02-24 Mike Krüger * MonoDevelop.Ide.Dom.Output/NetAmbience.cs, MonoDevelop.Ide.Dom/DomReturnType.cs, MonoDevelop.Ide.Dom/DomRegion.cs, MonoDevelop.Ide.Dom/IProperty.cs, MonoDevelop.Ide.Dom/DomParameter.cs, MonoDevelop.Ide.Dom/DomMethod.cs, MonoDevelop.Ide.Dom/DomEvent.cs, MonoDevelop.Ide.Dom/DomField.cs, MonoDevelop.Ide.Dom/DomProperty.cs, MonoDevelop.Ide.Dom/AbstractMember.cs: Worked on assembly browser. 2008-02-23 Mike Krüger * MonoDevelop.Ide.Commands/ProjectCommands.cs, MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs, MonoDevelop.Ide.Gui/SdStatusBar.cs: Needed some changes for the nunit pad. 2008-02-23 Mike Krüger * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs, MonoDevelop.Ide.Gui.Dialogs/SelectEncodingsDialog.cs, MonoDevelop.Ide.Gui.Dialogs/ReplaceDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs, MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs, MonoDevelop.Ide.Gui.Dialogs/AddinLoadErrorDialog.cs, MonoDevelop.Ide.mdp, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs, gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs, Makefile.am: Removed some unused glade and gnome-sharp references (only the unused). But I'll continue to remove glade, we need to lower the dependency tree a bit. 2008-02-22 Mike Krüger * MonoDevelop.Ide.Gui/IWorkbenchWindow.cs, MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: It's now possible to ovrride the multiple view in a single window logic with a custom version. 2008-02-21 Mike Krüger * MonoDevelop.Ide.addin.xml: Added shortcuts for find/replace in files. 2008-02-20 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads/NodeCommandHandler.cs, MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: Handle the delete key in TreeViewPad, so it will work event if the shortcut is not defined. 2008-02-19 Mike Krüger * MonoDevelop.Ide.Commands/ProjectCommands.cs, MonoDevelop.Ide.addin.xml: Implemented run again command. 2008-02-19 Mike Krüger * options/KeyBindingSchemeEmacs.xml, options/KeyBindingSchemeMonoDevelop1.xml, options/KeyBindingSchemeVisualStudio.xml, options/KeyBindingSchemeDefault.xml, MonoDevelop.Ide.addin.xml: Removed delete key in all keybindings (fixing #363035). Added MonoDevelop 1.0 key binding. 2008-02-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: If there are several valid node type builders for a type, make sure to pick the most specific one. 2008-02-18 Mike Krüger * MonoDevelop.Ide.Gui.Content/TextEditorProperties.cs: Fixed tabs2spaces option. 2008-02-17 Mike Krüger * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Completion editor extension no longer passes keys throug it processed. 2008-02-17 Mike Krüger * MonoDevelop.Ide.addin.xml: Set some hotkeys to the gnome application 'standard' hotkeys. 2008-02-16 Mike Krüger * MonoDevelop.Ide.Dom.Output/Ambience.cs: changed visibility of format method 2008-02-15 Mike Krüger * MonoDevelop.Ide.Gui.OptionPanels/ExternalToolPanel.cs, MonoDevelop.Ide.ExternalTools/ExternalToolPanel.cs, MonoDevelop.Ide.Dom/DomType.cs, MonoDevelop.Ide.Dom/IType.cs, MonoDevelop.Ide.Dom/AbstractMember.cs: Worked on Dom. * gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs: Moved external tool pane. 2008-02-15 Mike Krüger * MonoDevelop.Ide.Dom/IMember.cs, MonoDevelop.Ide.Dom/DomType.cs, MonoDevelop.Ide.Dom/IDomItem.cs, MonoDevelop.Ide.Dom/AbstractDomItem.cs, MonoDevelop.Ide.Dom/IType.cs, MonoDevelop.Ide.Dom/AbstractMember.cs: Refactored dom layer. 2008-02-15 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/TextEditorCommands.cs, MonoDevelop.Ide.addin.xml: Added new editor commands. 2008-02-14 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/LoadSavePanel.cs, MonoDevelop.Ide.Gui.Dialogs/DirtyFilesDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs, MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs, MonoDevelop.Ide.Gui.Pads/FileScout.cs, MonoDevelop.Ide.Gui/StartupInfo.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.mdp: Use Environment.GetFolderPath to get the home directory. Fixes bug #361880. 2008-02-13 Mike Krüger * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Allowed to bypass the delete event. 2008-02-13 Mike Krüger * MonoDevelop.Ide.addin.xml: Delete action is not longer bound to the delete key. 2008-02-12 Michael Hutchinson * MonoDevelop.Ide.Gui/ProjectOperations.cs: Dispose options dialog when done with it. Fixes "Bug 358361 - Have to hit esc twice to close the file/new file dialog". 2008-02-08 Mike Krüger * MonoDevelop.Ide.Dom.Output/Ambience.cs, MonoDevelop.Ide.Dom.Output/NetAmbience.cs, MonoDevelop.Ide.Dom/DomType.cs, MonoDevelop.Ide.Dom/IMethod.cs, MonoDevelop.Ide.Dom/IProperty.cs, MonoDevelop.Ide.Dom/IUsing.cs, MonoDevelop.Ide.Dom/IDomItem.cs, MonoDevelop.Ide.Dom/IDomVisitor.cs, MonoDevelop.Ide.Dom/IAttribute.cs, MonoDevelop.Ide.Dom/CompilationUnit.cs, MonoDevelop.Ide.Dom/DomMethod.cs, MonoDevelop.Ide.Dom/DomEvent.cs, MonoDevelop.Ide.Dom/AbstractDomItem.cs, MonoDevelop.Ide.Dom/DomField.cs, MonoDevelop.Ide.Dom/DomProperty.cs, MonoDevelop.Ide.Dom/ICompilationUnit.cs, MonoDevelop.Ide.Dom/IParameter.cs, MonoDevelop.Ide.Dom/IEvent.cs, MonoDevelop.Ide.Dom/IType.cs, MonoDevelop.Ide.Dom/IReturnType.cs, MonoDevelop.Ide.Dom/IField.cs: Worked on Dom, added some functions, ambiences now using the visitor pattern. 2008-02-07 Mike Krüger * MonoDevelop.Ide.Dom.Output/Ambience.cs: Fixed ambience format bug. 2008-02-07 Mike Krüger * MonoDevelop.Ide.Dom.Output/Ambience.cs, MonoDevelop.Ide.Dom.Output/NetAmbience.cs: Added ambient comment function. 2008-02-07 Mike Krüger * MonoDevelop.Ide.Dom.Output/OutputFlags.cs, MonoDevelop.Ide.Dom.Output/Ambience.cs, MonoDevelop.Ide.Dom.Output/NetAmbience.cs: Worked on Dom output. 2008-02-07 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceNodeBuilder.cs, MonoDevelop.Ide.addin.xml: Assembly browser can now be used to open referenced assemblies. 2008-02-07 Mike Krüger * MonoDevelop.Ide.Gui.Pads/ITreeNavigator.cs, MonoDevelop.Ide.Dom.Output/OutputFlags.cs, MonoDevelop.Ide.Dom.Output/Ambience.cs, MonoDevelop.Ide.Dom.Output/NetAmbience.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs, gtk-gui/gui.stetic, MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: Worked on assembly browser. 2008-02-07 Mike Krüger * MonoDevelop.Ide.Dom.Output/OutputFlags.cs, MonoDevelop.Ide.Dom.Output/Ambience.cs, MonoDevelop.Ide.Dom.Output/AmbienceService.cs, MonoDevelop.Ide.Dom.Output/NetAmbience.cs, MonoDevelop.Ide.Dom/DomType.cs, MonoDevelop.Ide.Dom/ClassType.cs, MonoDevelop.Ide.Dom/Modifiers.cs, MonoDevelop.Ide.Dom/IType.cs: Worked on Dom output. 2008-02-06 Mike Krüger * MonoDevelop.Ide.Gui.Pads/NodeState.cs, MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: Changed some accessibilities to internal. 2008-02-06 Mike Krüger * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectSolutionPad.cs, MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs, MonoDevelop.Ide.Gui.Pads/NodeCommandHandler.cs, MonoDevelop.Ide.Gui.Pads/ITreeBuilderContext.cs, MonoDevelop.Ide.Gui.Pads/NodeState.cs, MonoDevelop.Ide.Gui.Pads/SolutionPad.cs, MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs, MonoDevelop.Ide.Codons/SolutionPadCodon.cs: Splitted TreeViewPad into pad and widget. (I needed the widget elsewhere too.) 2008-02-06 Mike Krüger * MonoDevelop.Ide.Gui/DisplayBindingService.cs: Fixed bug in display binding service. 2008-02-05 Michael Hutchinson * MonoDevelop.Ide.Gui/ProjectOperations.cs: End build and run operations when the solution is closed (which includes closing MD). Fixes "Bug 358367 - MD hangs on exit if XSP is still running" and "Bug 356837 - Built app doesn't close when solution closes". 2008-02-05 Mike Krüger * MonoDevelop.Ide.Gui.Content/IFoldable.cs, MonoDevelop.Ide.Commands/EditCommands.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.mdp, Makefile.am, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Added some folding commands. 2008-02-05 Mike Krüger * MonoDevelop.Ide.addin.xml: Fixed a label. 2008-02-04 Michael Hutchinson * MonoDevelop.Ide.Commands/FileCommands.cs: Dispose new file dialog. Fixes "Bug 358361 - Have to hit esc twice to close the file/new file dialog". * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs, gtk-gui/gui.stetic: Set title on "New File" window window. Partial workaround for "Bug 358370 - Add new file dialog says "unknown" in the window title". 2008-02-05 Mike Krüger * MonoDevelop.Ide.Gui.Content/ICodeStyleOperations.cs, MonoDevelop.Ide.Commands/EditCommands.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs, MonoDevelop.Ide.Gui/TextEditor.cs: Converted comment/uncomment to the more common toggle comment logic. 2008-02-05 Mike Krüger * MonoDevelop.Ide.addin.xml: Structured main menu. 2008-02-04 Mike Krüger * options/KeyBindingSchemeEmacs.xml, options/KeyBindingSchemeVisualStudio.xml, options/KeyBindingSchemeDefault.xml: Fixed key binding sheme. 2008-02-04 Mike Krüger * MonoDevelop.Ide.Gui.Content/IEditable.cs, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Implemented Bug 323946 - Undo/Redo functionality are not context sensitive. * MonoDevelop.Ide.mdp: Renamed MonoDevelop.Dom namespace to MonoDevelop.Ide.Dom 2008-02-03 Mike Krüger * MonoDevelop.Dom.Parser/AbstractParser.cs, MonoDevelop.Dom.Parser/ProjectParserService.cs, MonoDevelop.Dom.Parser/IParser.cs, MonoDevelop.Dom.Parser/ProjectDom.cs, MonoDevelop.Dom.Output/Ambience.cs, MonoDevelop.Dom.Output/NetAmbience.cs, MonoDevelop.Dom/IMember.cs, MonoDevelop.Dom/DomReturnType.cs, MonoDevelop.Dom/DomType.cs, MonoDevelop.Dom/TypeParameter.cs, MonoDevelop.Dom/ParameterModifiers.cs, MonoDevelop.Dom/DomRegion.cs, MonoDevelop.Dom/DomUsing.cs, MonoDevelop.Dom/Error.cs, MonoDevelop.Dom/IMethod.cs, MonoDevelop.Dom/IProperty.cs, MonoDevelop.Dom/IUsing.cs, MonoDevelop.Dom/Comment.cs, MonoDevelop.Dom/DomAttribute.cs, MonoDevelop.Dom/IDomItem.cs, MonoDevelop.Dom/ClassType.cs, MonoDevelop.Dom/IDomVisitor.cs, MonoDevelop.Dom/IAttribute.cs, MonoDevelop.Dom/DomMethod.cs, MonoDevelop.Dom/DomParameter.cs, MonoDevelop.Dom/Modifiers.cs, MonoDevelop.Dom/DomEvent.cs, MonoDevelop.Dom/AbstractDomItem.cs, MonoDevelop.Dom/DomField.cs, MonoDevelop.Dom/DomProperty.cs, MonoDevelop.Dom/ICompilationUnit.cs, MonoDevelop.Dom/IParameter.cs, MonoDevelop.Dom/IReturnType.cs, MonoDevelop.Dom/IType.cs, MonoDevelop.Dom/IEvent.cs, MonoDevelop.Dom/AbstractMember.cs, MonoDevelop.Dom/IField.cs, MonoDevelop.Dom/CommentType.cs, MonoDevelop.Dom/AttributeTarget.cs, Makefile.am: Renamed MonoDevelop.Dom namespace to MonoDevelop.Ide.Dom 2008-02-03 Mike Krüger * MonoDevelop.Ide.Gui.Content/ISplittable.cs, MonoDevelop.Ide.Gui.Content/IPrintable.cs, MonoDevelop.Ide.Commands/FileCommands.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Moved print infrastructure to MonoDevelop.Ide. 2008-02-03 Mike Krüger * MonoDevelop.Ide.Gui.Content/ISplittable.cs, MonoDevelop.Ide.Commands/WindowCommands.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Added splitting infrastructure. 2008-02-03 Mike Krüger * MonoDevelop.Dom.Parser, MonoDevelop.Dom.Parser/AbstractParser.cs, MonoDevelop.Dom.Parser/ProjectParserService.cs, MonoDevelop.Dom.Parser/IParser.cs, MonoDevelop.Dom.Parser/ProjectDom.cs, MonoDevelop.Dom.Output, MonoDevelop.Dom.Output/Ambience.cs, MonoDevelop.Dom.Output/NetAmbience.cs, MonoDevelop.Dom/DomType.cs, MonoDevelop.Dom/ClassType.cs, MonoDevelop.Dom/ICompilationUnit.cs, MonoDevelop.Dom/IType.cs: Added simple dom parser infrastructure. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Parser database is now loaded on demand (slightly improving startup speed). 2008-02-02 Mike Krüger * MonoDevelop.Dom: Added a new dom layer (currently unused - will be for a while, I need somithing to test out the new managed text editor). 2008-01-29 Michael Hutchinson * icons/navigate-next.png: * icons/navigate-previous.png: Pad to 24px so that MD's toolbar doesn't stretch them. * MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs: Update copyright year to 2008. 2008-01-29 Marcos David Marín Amador * MonoDevelop.Ide.Gui.Dialogs/GotoLineDialog.cs: Small workaround to be able to build in mono 1.2.4 (mono 1.2.4 ignores usings in anon delegates). 2008-01-28 Mike Krüger 2008-01-28 Mike Krüger * MonoDevelop.Ide.Commands/TextEditorCommands.cs, MonoDevelop.Ide.Commands/SearchCommands.cs, MonoDevelop.Ide.Gui.Dialogs/GotoLineDialog.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs, MonoDevelop.Ide.Gui/TextEditor.cs: Moved some text editor commands to the ide: bookmarks, goto line number and goto matching brace. 2008-01-25 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Update MD version. 2008-01-23 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/FileCommands.cs: Disable the OpenFileInSolution command if no solution is open. * MonoDevelop.Ide.Gui.Dialogs/OpenFileInSolutionDialog.cs: Disable the open button if no row is selected. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.OpenFileInSolutionDialog.cs, gtk-gui/gui.stetic: Updated. 2008-01-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/WordCountDialog.cs: Fix crash when counting words in a solution with a translation project. Changed the order of the buttons. Execute should be the rightmost. 2008-01-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Ide.cs: Initialize the resource service before initializing the workbench. 2008-01-22 Zach Lute * MonoDevelop.Ide.Gui/IdeStartup.cs: Added --newwindow option to force MD to open a new instance instead of passing to a running one. This option is forced if opening a combine from the commandline. (Bug #350361) 2008-01-22 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Use GTK fullscreen icon (was added in 2.8). 2008-01-22 Michael Hutchinson * MonoDevelop.Ide.Gui/Ide.cs: Force resource service to load so that it registers GTK stock icons before the IDE loads. Fixes "Bug 353157 - Many toolbar icons aren't showing up". 2008-01-22 Michael Hutchinson * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Grammar fix. 2008-01-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: If a project is selected in the solution tree, activate the 'add to project' option by default. * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Added missing null check. 2008-01-20 Ankit Jain * templates/EmptyXMLFile.xft.xml: * templates/EmptyTextFile.xft.xml: Set BuildAction to Nothing. 2008-01-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Dispose the command manager when closing MD. Should fix bug #349484. 2008-01-18 Lluis Sanchez Gual * MonoDevelop.Ide.mdp, gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ReplaceDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs: Updated. 2008-01-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: Queue.Peek returns the head of the queue, not the tail. Use a field to store the last text write request. Made buffer bigger and reduced timeout for updating the textview. * MonoDevelop.Ide.Gui/OutputProgressMonitor.cs: Make it subclass NullProgessMonitor since this class is now gui thread safe. 2008-01-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/OutputProgressMonitor.cs: Avoid going through the gui thread to get some simple property values. Fixes bug #354061. * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Add missing length check. 2008-01-16 Michael Hutchinson * MonoDevelop.Ide.Gui/IdeStartup.cs: Remove dead code. 2008-01-15 Michael Hutchinson * MonoDevelop.Ide.Templates/FileTemplate.cs, MonoDevelop.Ide.Templates/ProjectTemplate.cs, templates/EmptyEnum.xft.xml, templates/EmptyHTMLFile.xft.xml, templates/EmptyStruct.xft.xml, templates/EmptyTextFile.xft.xml, templates/EmptyClass.xft.xml, templates/AppConfigFile.xft.xml, templates/EmptyResourceFile.xft.xml, templates/Workspace.xpt.xml, templates/GenericProject.xpt.xml, templates/BlankCombine.xpt.xml, templates/EmptyInterface.xft.xml, templates/EmptyXMLFile.xft.xml: Make template categories translatable. * MonoDevelop.Ide.Templates/CombineEntryDescriptor.cs, MonoDevelop.Ide.Templates/ProjectDescriptor.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: Correct grammar. * MonoDevelop.Ide.Commands/ViewCommands.cs: Translate layout name, in case it's one of the built-in defaults. * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs, gtk-gui/gui.stetic: Make New Layout window title translatable, and correct "underline" to "underscore". * MonoDevelop.Ide.Gui/HelpOperations.cs: Make string translatable. * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Make default layout name translatable. 2008-01-14 David Makovský (Yakeen) * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: Make strings translatable 2008-01-14 Mike Krüger * MonoDevelop.Ide.Gui/Document.cs: Fixed 353008: Build command is available for Welcome Page but fails. 2008-01-11 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProgressMonitors.cs: More fixes in transient pad management. 2008-01-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProgressMonitors.cs: Really fix placement of dynamically created pads. 2008-01-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProgressMonitors.cs: When dynamically creating output or search pads, create them next to existing output/search pads. 2008-01-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs, MonoDevelop.Ide.Gui.Search/ISearchProgressMonitor.cs, MonoDevelop.Ide.Gui.Search/SearchProgressMonitor.cs, MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: Improve handling of search status messages. Fixes bug #352531. 2008-01-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs, AssemblyInfo.cs.in: Show the complete MD version number in the about box. Fixes bug #350625. * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Updated authors list. 2008-01-09 Marek Safar * MonoDevelop.Ide.Tasks/CommentTasksView.cs, MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Fixed System.Action ambiguity. 2008-01-08 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/FileTemplate.cs, MonoDevelop.Ide.Templates/FileDescriptionTemplate.cs: Added new method for checking if a file template supports a given project. 2008-01-02 Michael Hutchinson * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/CodeTranslationFileDescriptionTemplate.cs: Allow creating files where the name is a language keyword, using keyword escaping. Fixes some VB.NET ASP.NET templates. Code in templates should use ${EscapedIdentifier} instead of ${Name}, or they may create invalid code. 2007-12-28 Paul Lange * MonoDevelop.Ide.addin.xml: Fix 'Bug 350395 - Use of "New Project/ Solution" terminology is inconsistent'. 2007-12-28 Zach Lute * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Methods will no longer show up twice in the menu if they are their own enclosing item. (Bug #350810) 2007-12-28 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs, MonoDevelop.Ide.Gui/OutputProgressMonitor.cs: More avoiding remoting calls, and also dropping excess text before it reaches the TextView. Reduce log to 20kb and increase update timeout to 500ms. Now memory use is pretty much constant, at least compared to the leak we had before, and the UI stays responsive enough to be able to end the child process. Statistical profiling indicates that MD is mainly Pango/Gtk/libc6-bound now, so we're unlikely to be able to make it much better without replacing the output rendering widget. 2007-12-27 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs, MonoDevelop.Ide.Gui/OutputProgressMonitor.cs: Avoid another remoted field. Improve comments. Avoid excessively re-launching output handler. 2007-12-27 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs, MonoDevelop.Ide.Gui/OutputProgressMonitor.cs: Make the GUI monitor pad thread safe for certain operations, with optimisations for large quantities raw text. The progress monitor can now avoid two remoting calls per line of output to context switch into the GUI thread. This also reduces pad updates on the GUI thread to maximum of one per 100ms. Fixes "Bug 350611 - MonoDevelop hangs when running program that dumps large amounts of output to console". This might be leaking memory, but I'm not certain, as it may be fragmentation instead. Either way it's better than a hang. 2007-12-20 Ankit Jain * MonoDevelop.Ide.Templates/FileTemplateReference.cs (AddToProject): Use 'this.name' instead of 'nameNotUsed' as the filename. Fixes creation of asp.net projects. 2007-12-18 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/FileTemplateReference.cs: Don't call Create in AddToProject because Create opens the files in the editor. 2007-12-18 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/HelpCommands.cs, MonoDevelop.Ide.addin.xml: Added default handler for the help command that starts Monodoc. 2007-12-17 Aaron Bockover * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: If the monodevelop icon is in the default icon theme, make it the default window icon for any of the process' windows, otherwise just set the window icon to the old resource 2007-12-17 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/FileCommands.cs: Moved Freedesktop.RecentFiles classes to MonoDevelop.Core.Gui namespace. 2007-12-14 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: By adding new pads just before __top/__bottom/__left/__right, the pads will be added in order from left to right. 2007-12-14 Lluis Sanchez Gual * MonoDevelop.Ide.mdp: Updated project files. The order of extended properties won't change anymore. 2007-12-14 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/EditCommands.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Implemented default handler for SelectAll. Disable Edit commands if the selected control is not editable. Fixes bug #348599. 2007-12-13 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Use Home for unindent command and End for indent, as it's more intuitive this way. Fixes "Bug 325446 - Strange keybindings for indention". 2007-12-13 Michael Hutchinson * MonoDevelop.Ide.addin.xml: Add unique ids for the CodeDom templates and fix an XML typo. 2007-12-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/TextEditorProperties.cs, MonoDevelop.Ide.Templates/FileTemplate.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads/FileList.cs, MonoDevelop.Ide.Gui.Pads/FileListItem.cs, MonoDevelop.Ide.Gui/DisplayBindingService.cs, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs, MonoDevelop.Ide.Gui/FileViewer.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs, MonoDevelop.Ide.Gui/Ide.cs, MonoDevelop.Ide.Gui.BrowserDisplayBinding/HtmlViewPane.cs, MonoDevelop.Ide.Gui.BrowserDisplayBinding/BrowserDisplayBinding.cs: Moved PlatformService to MD.Core.Gui. Removed old FileIconService class, which is now implemented in PlatformService. 2007-12-13 Lluis Sanchez Gual * MonoDevelop.Ide.CodeTemplates/EditTemplateGroupDialog.cs, MonoDevelop.Ide.CodeTemplates/EditTemplateDialog.cs, MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs, MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/LinkedFilesFolder.cs, MonoDevelop.Ide.StandardHeader/NewHeaderTemplateDialog.cs, MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs, MonoDevelop.Ide.mdp, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs, gtk-gui/gui.stetic, gtk-gui/objects.xml, gtk-gui/MonoDevelop.Ide.StandardHeaders.NewHeaderTemplateDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs, gtk-gui/MonoDevelop.Ide.NewHeaderTemplateDialog.cs, gtk-gui/MonoDevelop.Ide.StandardHeaders.StandardHeaderPanel.cs, Makefile.am, MonoDevelop.Ide.Gui/IdeStartup.cs, MonoDevelop.Ide.Gui/ExitEventHandler.cs, MonoDevelop.Ide.Gui/HelpViewer.cs: API cleanup. 2007-12-13 Lluis Sanchez Gual * gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeFilesDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.OpenFileInSolutionDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.ExternalToolPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs, gtk-gui/MonoDevelop.Ide.StandardHeaders.StandardHeaderPanel.cs: Updated. 2007-12-13 Lluis Sanchez Gual * MonoDevelop.Ide.mdp: Remove unneeded reference. * MonoDevelop.Ide.Gui/Ide.cs: Load the previous combine at startup only after everything has been properly initialized. Also, don't continue until the combine has been fully loaded. Fixes bug #347438. 2007-12-12 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/TaskListPad.cs, MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs, MonoDevelop.Ide.Gui.Pads/InternalLogPad.cs: Don't draw shadows in pads (the new docking library does that already). 2007-12-12 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Bump add-in versions. 2007-12-12 Lluis Sanchez Gual * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: Updated. * MonoDevelop.Ide.Gui/IdeStartup.cs: Add property to know when the IDE has been initialized. 2007-12-11 Michael Hutchinson * MonoDevelop.Ide.Gui.Content/TextEditorProperties.cs: Remove a debug message. * MonoDevelop.Ide.Gui.Pads/InternalLogPad.cs: The internal pad's ILogger needs to be thread-safe. 2007-12-11 Lluis Sanchez Gual * ChangeLog, MonoDevelop.Ide.Gui.Dialogs/OpenFileInSolutionDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.OpenFileInSolutionDialog.cs, gtk-gui/gui.stetic: Minor improvements to OpenFileInSolutionDialog. Makes the OpenFileInSolutionDialog taller by default to show more rows. Matches types against FullyQualifiedName instead of simply Name. Patch by Zach Lute. 2007-12-08 Zach Lute * MonoDevelop.Ide.Gui.Dialogs/OpenFileInSolutionDialog.cs: Type searches now match against FullyQualifiedName. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.OpenFileInSolutionDialog.cs, gtk-gui/gui.stetic: Made window slightly larger by default. 2007-12-06 Geoff Norton * MonoDevelop.Ide.Gui/DisplayBindingService.cs: * MonoDevelop.Ide.Gui/IdeStartup.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui.BrowserDisplayBinding/HtmlViewPane.cs: * MonoDevelop.Ide.Gui.Content/TextEditorProperties.cs: * MonoDevelop.Ide.Templates/FileTemplate.cs: Access Font/Vfs/Mime information from the PlatformService instead of Gnome directly. * MonoDevelop.Ide.Gui/IdeStartup.cs: Call Gtk.Application.Init so we can remove the dependency on Gnome.Program. 2007-12-04 Lluis Sanchez Gual * MonoDevelop.Ide.mdp, Makefile.am: Directory reorganization. 2007-12-03 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs: Make logging call more verbose. * MonoDevelop.Ide.mdp, MonoDevelop.Ide.Gui/HelpOperations.cs, MonoDevelop.Ide.Gui/HelpViewer.cs: Port to IWebBrowser to remove GtkHtml dependency. Doesn't yet handle images. 2007-12-03 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Use gtk icons instead of old gnomeui icons. Patch by Michael Monreal. 2007-12-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/HelpViewer.cs: Fixed bug #319086: Can't copy text from help view 2007-12-01 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/EditCommands.cs: Implemented new Insert Header command. * MonoDevelop.Ide.Gui.Dialogs/CombineEntryFeatureSelector.cs: Avoid showing hidden checkboxes. * MonoDevelop.Ide.addin.xml: Registered new help and insert header commands. * MonoDevelop.Ide.mdp, Makefile.am: Added new files. * gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs, gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.SelectStylePanelWidget.cs: Updated. * MonoDevelop.Ide.Gui/NavigationHistory.cs: The navigation widget is now a MenuToolButton, in this way the command handler can directly add it to the toolbar and will be aware of toolbar style changes. * MonoDevelop.Ide.Gui/ToolbarComboBox.cs, MonoDevelop.Ide.Gui/ConfigurationComboBox.cs, MonoDevelop.Ide.Gui/LayoutComboBox.cs: Update the configuration and layout combos when the the size of the toolbar changes. 2007-11-30 Michael Hutchinson * MonoDevelop.Ide.Gui.BrowserDisplayBinding/HtmlViewPane.cs, MonoDevelop.Ide.Gui.BrowserDisplayBinding/BrowserDisplayBinding.cs: Use abstracted BrowserService instead of Mozilla/GeckoSharp. 2007-11-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.BrowserDisplayBinding/BrowserDisplayBinding.cs, MonoDevelop.Ide.Gui.BrowserDisplayBinding/HtmlViewPane.cs, MonoDevelop.Ide.Gui.Content/IClipboardHandler.cs, MonoDevelop.Ide.Gui.Search/BruteForceSearchStrategy.cs, MonoDevelop.Ide.Gui.Search/SearchOptions.cs, MonoDevelop.Ide.Gui.Search/WildcardSearchStrategy.cs: Remove reference to old namespace. 2007-11-22 Lluis Sanchez Gual * MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs, MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: StandardHeaderService now takes care of replacing variables used in the header. 2007-11-22 Lluis Sanchez Gual * Makefile.am, MonoDevelop.Ide.Gui.BrowserDisplayBinding/HTMLInterfaces.cs, MonoDevelop.Ide.Gui.Dialogs/AddWebReferenceDialog.cs, MonoDevelop.Ide.Gui.Undo, MonoDevelop.Ide.Gui.Undo/IUndoableOperation.cs, MonoDevelop.Ide.Gui.Undo/UndoQueue.cs, MonoDevelop.Ide.Gui.Undo/UndoStack.cs, templates/Workspace.xpt.xml, MonoDevelop.Ide.mdp: Removed unused files. Added Workspace template. 2007-11-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/ExternalToolPanel.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs, MonoDevelop.Ide.Gui.Pads/FileListItem.cs, MonoDevelop.Ide.Gui.Pads/FileScout.cs, MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs, MonoDevelop.Ide.Gui.Pads/TreeViewItem.cs, MonoDevelop.Ide.Gui.Search/ExtendedStreamReader.cs, MonoDevelop.Ide.Gui.Search/ForwardTextFileIterator.cs, MonoDevelop.Ide.Gui.Search/IDocumentInformation.cs, MonoDevelop.Ide.Templates/FileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/ICombineEntryFeature.cs, MonoDevelop.Ide.Templates/INewFileCreator.cs: Added missing license headers. 2007-11-21 Lluis Sanchez Gual * MonoDevelop.Ide.Codons/CombineOpenCondition.cs, MonoDevelop.Ide.Codons/ProjectActiveCondition.cs: Changed license header. This class was reimplemented after migration to Mono.Addins. * MonoDevelop.Ide.Codons/LanguageActiveCondition.cs, MonoDevelop.Ide.Codons/WorkbenchContextCondition.cs, MonoDevelop.Ide.Commands/DebugCommands.cs, MonoDevelop.Ide.Commands/NavigationCommands.cs, MonoDevelop.Ide.Commands/TextEditorCommands.cs, MonoDevelop.Ide.Gui.Content/ICodeStyleOperations.cs, MonoDevelop.Ide.Gui.Content/IExtensibleTextEditor.cs, MonoDevelop.Ide.Gui.Content/IndentStyle.cs, MonoDevelop.Ide.Gui.Content/IViewHistory.cs, MonoDevelop.Ide.Gui.Dialogs/CombineEntryFeatureSelector.cs, MonoDevelop.Ide.Gui.Dialogs/DeleteFileDialog.cs, MonoDevelop.Ide.Gui.Dialogs/EncapsulateFieldDialog.cs, MonoDevelop.Ide.Gui.Dialogs/ExportProjectDialog.cs, MonoDevelop.Ide.Gui.Dialogs/FeatureSelectorDialog.cs, MonoDevelop.Ide.Gui.Dialogs/RenameItemDialog.cs, MonoDevelop.Ide.Gui/AddEntryEventHandler.cs, MonoDevelop.Ide.Gui/DefaultDisplayBinding.cs, MonoDevelop.Ide.Gui/DragNotebook.cs, MonoDevelop.Ide.Gui/FileViewer.cs, MonoDevelop.Ide.Gui/HelpViewer.cs, MonoDevelop.Ide.Gui/OutputProgressMonitor.cs, MonoDevelop.Ide.Gui/TextEditor.cs, MonoDevelop.Ide/Services.cs: Added missing header. * MonoDevelop.Ide.Commands/FileCommands.cs: Remove old namespace. * MonoDevelop.Ide.Gui/Ide.cs: Removed old namespace. 2007-11-20 Michael Hutchinson * MonoDevelop.Ide.Gui/IdeStartup.cs: Capture previous value of MONO_MANAGED_WATCHER in the case where MD overrides it, and assign the old value to processes launched from MD. Fixes "Bug 342965 - When running my program from monodevelop (F5) MONO_MANAGED_WATCHER is enabled". 2007-11-19 Michael Hutchinson * MonoDevelop.Ide.Gui/InternalLog.cs: Fix error notification configurability. * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Remove unused field. 2007-11-17 Lluis Sanchez Gual * MonoDevelop.Ide.Codons/FileFilterCodon.cs, MonoDevelop.Ide.Codons/PadOptionCodon.cs, MonoDevelop.Ide.Codons/PadCodon.cs, MonoDevelop.Ide.Codons/TaskListViewCodon.cs: Made some extension node attributes serializable. * MonoDevelop.Ide.Templates/FileTemplate.cs, MonoDevelop.Ide.Templates/ProjectTemplate.cs: Use the add-in localizer to localize template names and descriptions. 2007-11-13 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/InternalLogPad.cs: Log pad buttons' sensitive status and tooltips now reflect whether the relevant logging levels are enabled. 2007-11-13 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/InternalLogPad.cs: Track LogLevel enum split. * MonoDevelop.Ide.Gui/InternalLog.cs: Track LogLevel enum split. Override GetHashcode to suppress warning. Use environment variable to set logging level. 2007-11-13 Zach Lute * MonoDevelop.Ide.Gui/AbstractViewContent.cs: Fix for Bug #338594 - MD title does not display first 2 characters of any source file. 2007-11-13 Mike Krüger * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs, MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: Fixed "Bug 325408 - 'Stop' button is never insensitive". 2007-11-12 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectSolutionPad.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs: Added property for getting the current selected item in the project solution. 2007-11-12 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs: In the Include Folder to Project command, don't include hidden subfolders. Fixes bug #339444. 2007-11-11 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: Removed some unneeded shadows. * MonoDevelop.Ide.Gui.Pads/FileListItem.cs: Make file and folder icons smaller. * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Use new ContentRequired event to lazily create the pads. Track api changes. * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Run refactoring operations in an atomic undo change. 2007-11-09 Zach Lute * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs: Select the search pattern in the ReplaceInFilesDialog on open for quick replacement. 2007-11-09 Michael Hutchinson * MonoDevelop.Ide.Templates/FileTemplate.cs, MonoDevelop.Ide.Templates/ProjectTemplate.cs, MonoDevelop.Ide.ExternalTools/ExternalToolService.cs, MonoDevelop.Ide.Gui.Dialogs/AssemblyReferencePanel.cs, MonoDevelop.Ide.Gui.Dialogs/SelectEncodingsDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs, MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs, MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs, MonoDevelop.Ide.Gui.Pads/TaskListPad.cs, MonoDevelop.Ide.Gui.Pads/NodeBuilder.cs, MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs, MonoDevelop.Ide.Gui.Pads/InternalLogPad.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui/BackgroundProgressMonitor.cs, MonoDevelop.Ide.Gui/InternalLog.cs, MonoDevelop.Ide.Gui/NavigationService.cs, MonoDevelop.Ide.Gui/IdeStartup.cs, MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs, MonoDevelop.Ide.Gui/Ide.cs, MonoDevelop.Ide.Gui/HelpViewer.cs, MonoDevelop.Ide.Tasks/TaskService.cs, MonoDevelop.Ide.Gui.BrowserDisplayBinding/HtmlViewPane.cs, MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs: Track LoggingService API changes. * MonoDevelop.Ide.mdp, Makefile.am: Remove log4net dependency. 2007-11-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs, MonoDevelop.Ide.Gui.Pads/FileScout.cs, MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Remove some shadows and frames. * MonoDevelop.Ide.mdp, Makefile.am: Updated. * MonoDevelop.Ide.Gui/DragNotebook.cs: Moved from old docking lib. * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs, MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Removed old namespace references. * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Removed unused code. * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Use the new docking library. * MonoDevelop.Ide.Gui/Ide.cs: Make sure all properties are saved when exiting MD. 2007-11-07 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: Fix crash opening a file when there is no solution open. 2007-11-06 Michael Hutchinson * MonoDevelop.Ide.Gui.Content/IEditable.cs: TextChanged event now reports character offsets. * MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs: Add TextChanged handler. * MonoDevelop.Ide.Gui/TextEditor.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Track API change. 2007-11-06 Michael Hutchinson * MonoDevelop.Ide.Gui/ProjectOperations.cs: Make sure that IncludeFilesDialog is constructed in the GUI thread. Fixes "Bug 338268 - Automatic search for new files dialog segfaults MD". 2007-11-06 Mike Krüger * MonoDevelop.Ide.StandardHeader/StandardHeaderTemplates.xml: Added GPLv3 to the standard headers. 2007-11-05 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ResourceFolderNodeBuilder.cs: Set a better title for the Add Resource dialog. 2007-11-05 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Don't display the "Find References" command for sealed classes, enums, structs and delegates. Fixes bug #338385. 2007-11-02 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/CustomStringTagProvider.cs, MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs, MonoDevelop.Ide.Gui.Dialogs/ProjectReferencePanel.cs: Use RootCombine instead of CurrentOpenCombine when possible. * MonoDevelop.Ide.Gui/Workbench.cs: Factorized some code. 2007-10-29 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Bump MD version. 2007-10-29 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: ScrollToIter is based on heights computed in an idle handler, so it doesn't work here because it is called before the height computations. Use ScrollToMark instead, which does not have this problem. 2007-10-25 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.BrowserDisplayBinding/HtmlViewPane.cs, MonoDevelop.Ide.Gui/HelpViewer.cs: Destroy the view widget when the view is disposed. 2007-10-25 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs, templates/EmptyEnum.xft.xml, templates/EmptyStruct.xft.xml, templates/EmptyClass.xft.xml, templates/EmptyInterface.xft.xml: Use tango file icons. 2007-10-24 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ClassPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs, MonoDevelop.Ide.addin.xml: Track api changes. * templates/GenericProject.xpt.xml, templates/BlankCombine.xpt.xml: Use new icon names. 2007-10-23 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/ICombineEntryFeature.cs, MonoDevelop.Ide.Gui.Dialogs/CombineEntryFeatureSelector.cs: Show a description of each feature to make it more clear what can it be used for. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs, gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs: Updated. 2007-10-23 Mike Krüger * MonoDevelop.Ide.Gui.Dialogs/OpenFileInSolutionDialog.cs: Fixed "Bug 324943 - PageUp/PageDown not working in Open File in Project dialog". 2007-10-23 Mike Krüger * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: Changed the behaviour of the output pads (Bug 325492 - application output buggy). Autoscrolling is now enabled when scrolling to the bottom of the output. 2007-10-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/ProjectReferencePanel.cs: Fix sorting of the project list. Fixes bug #335575. 2007-10-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceNodeBuilder.cs: Some tree update fixes. If a new class is added, don't show it if the namespace branch is not expanded. * MonoDevelop.Ide.mdp: Updated. 2007-10-17 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Some command category fixes. 2007-10-17 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Added shortcuts for navigate back/forward. 2007-10-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/FileList.cs: File list should not be reorderable. Fixes bug #323471. * gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: Updated. 2007-10-16 Mike Krüger * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: Fixed "Bug 325492 - application output buggy". 2007-10-15 Mike Krüger * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs: Fixed "Bug 326313 - MD does not remember my Find in Files settings". 2007-10-15 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: The HIG states that for dialogs that don't need user interaction for the action to complete (Preferences, About, Plugin managers etc), we don't need ellipses in the menu name. Also, removed the "MonoDevelop" from "MonoDevelop Preferences" in the preferences tree (not the title). The application name has no use there and leads to the treeview needing a horizontal scrollbar, which looks bad. Patch by Michael Monreal. 2007-10-12 Mike Krüger * MonoDevelop.Ide.Gui.OptionPanels/LoadSavePanel.cs, MonoDevelop.Ide.Gui.OptionPanels/ExternalToolPanel.cs, MonoDevelop.Ide.Templates/FileTemplate.cs, MonoDevelop.Ide.Templates/CombineDescriptor.cs, MonoDevelop.Ide.Templates/TextTemplate.cs, MonoDevelop.Ide.Templates/ProjectDescriptor.cs, MonoDevelop.Ide.Commands/ProjectCommands.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolder.cs, MonoDevelop.Ide.Gui.Dialogs/IncludeFilesDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs, MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs, MonoDevelop.Ide.Gui.Dialogs/RenameItemDialog.cs, MonoDevelop.Ide.Gui.Pads/FileList.cs, MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs, MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs, MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/AbstractViewContent.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/Ide.cs, MonoDevelop.Ide.Tasks/CommentTasksView.cs: Applied changes that were neccassary for to the new FileService. 2007-10-11 Mike Krüger * MonoDevelop.Ide.Templates/CombineDescriptor.cs, MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/CodeTranslationFileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/CombineEntryDescriptor.cs, MonoDevelop.Ide.Templates/ProjectDescriptor.cs, MonoDevelop.Ide.Commands/ToolsCommands.cs, MonoDevelop.Ide.Commands/CustomStringTagProvider.cs, MonoDevelop.Ide.Gui.Dialogs/TipOfTheDay.cs, MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs, MonoDevelop.Ide.Gui/DefaultStatusBarService.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui/Ide.cs, MonoDevelop.Ide.Codons/FileFilterCodon.cs: Changed calls for the new StringParser. 2007-10-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/SelectStylePanel.cs, gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.SelectStylePanelWidget.cs: Allow selecting Menu size for toolbars. 2007-10-10 Mike Krüger * MonoDevelop.Ide.Gui.OptionPanels/SelectStylePanel.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Fixed "bug 324758 - Configurable size of toolbar icons". 2007-10-09 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Refactory commands are now using ambiences. 2007-10-09 Mike Krüger * MonoDevelop.Ide.Gui/ProjectOperations.cs: added method to project operations. 2007-10-08 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Fixed Bug 325223 - Interface refactory doesn't implement correctly (4 bugs). 2007-10-08 Mike Krüger * MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs: Overworked the standard header panel, fixing issue "Bug 331657 - Standard header settings are not saved". 2007-10-05 Mike Krüger * MonoDevelop.Ide.Gui.Content/TextEditorProperties.cs, MonoDevelop.Ide.Templates/TextFileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/CodeDomFileDescriptionTemplate.cs: fixed bug 328817 - New created file use Tab with Convert Tab to spaces enabled. 2007-10-05 Ankit Jain * MonoDevelop.Ide.Commands/ProjectCommands.cs (ExportProjectHandler.Update): Use CurrentSelectedCombineEntry instead of CurrentOpenCombine. 2007-10-05 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Show 'go to base' command only for classes. Fixes bug #325461. 2007-10-05 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: Save the project after adding a folder. Fixes bug #325467. 2007-10-04 Mike Krüger * MonoDevelop.Ide.Tasks/TaskService.cs: Fixed bug 325537 - Task Pad not clearing 2007-10-03 Zach Lute * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs, gtk-gui/gui.stetic: "New" button now returns "OK" response so new layout will actually be created. (Bug #330104) 2007-10-03 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: Avoid crash in ShowNext/Previous when the provided location does not have a valid file name. 2007-10-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs, MonoDevelop.Ide.Commands/TextEditorCommands.cs, MonoDevelop.Ide.addin.xml: Implemented the "Show Parameter List" command. Added some overridables to CompletionTextEditorExtension to support it. * MonoDevelop.Ide.Gui/IdeStartup.cs: Fix warning. 2007-10-02 Ben Motmans * MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs: Disable the Delete command if the root combine is selected 2007-10-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs: Never insert the namespace name of the class when completing a class from the ctrl+space list. Fixes bug #328804. 2007-09-27 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/CombineEntryFeatureSelector.cs: Make sure project features enabled by default are properly applied. * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Remove debug code. 2007-09-26 Lluis Sanchez Gual * MonoDevelop.Ide.mdp: Fix warning level. * MonoDevelop.Ide.Gui/Workbench.cs: Use the TextEditorProperties class to get the Properties object for the editor. Save the properties just after closing the options dialog. 2007-09-26 Lluis Sanchez Gual * icons/Icons.AboutImage, icons/SplashScreen.png: New logo. 2007-09-21 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Bump MD version. 2007-09-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Revert last change, it's causing a regression. 2007-09-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Always check HasChildNodes before calling BuildChildNodes. Notice that extensions may add new nodes, even if the original node builder returns HasChildNodes=false. 2007-09-20 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/OpenFileInSolutionDialog.cs: Make sure icons are constructed in the gui thread (just in case). UpdateList doesn't need to perform the search if the dialog is not visible. Fixes a crash when hidding and showing the dialog. * MonoDevelop.Ide.Gui/IdeStartup.cs: Print unhandled exception to the output. 2007-09-20 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Added an Other section in the MD property dialog and moved some options there to avoid too many branches. 2007-09-20 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/OutputProgressMonitor.cs, MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: Show output errors in red. 2007-09-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs: Make ILocationListPad implementation work again. GetSelected doesn't work for multi-selection lists. * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Make sure GetNextLocation returns the first row after a compilation. Looks like when the pad is focused, the first row is automatically selected, so we need a flag to ignore that selection if the list has been cleared out. 2007-09-19 Lluis Sanchez Gual * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.DeleteFileDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.CodeGenerationPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeFilesDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.ExternalToolPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.SelectStylePanelWidget.cs: Updated. * MonoDevelop.Ide.Gui/Workbench.cs: In SaveAll, make a copy of the documents list, since it may change. * MonoDevelop.Ide.Gui/IdeStartup.cs: Registered exception handler in GLib.ExceptionManager. 2007-09-15 Jérémie Laval * MonoDevelop.Ide.Gui.Content/TextEditorProperties.cs: Added Properties property that return the private Properties object to allow other class to suscribe to the PropertyChanged event. 2007-09-15 Andrés G. Aragoneses * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs: align message style with rest of similar messages. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: fix typo. * MonoDevelop.Ide.addin.xml: corrected bogus label, for l10n. * gtk-gui/gui.stetic: Fix typo in message, don't translate "page#" or "button#" texts, removed bogus labels from l10n. * MonoDevelop.Ide.mdp: Replace Gtk#2.10 with 2.8 references. 2007-09-15 Ankit Jain * MonoDevelop.Ide.Gui/Ide.cs (IdeApp.Initialized): Rename this property to IsInitialized. And add new event named Initialized. 2007-09-14 Lluis Sanchez Gual * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.DeleteFileDialog.cs, gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ReplaceDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.CodeGenerationPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.OpenFileInSolutionDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs, gtk-gui/MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeFilesDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.ExternalToolPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs, gtk-gui/generated.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ReplaceInFilesDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.RenameItemDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs, gtk-gui/MonoDevelop.Ide.NewHeaderTemplateDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.SelectStylePanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.cs, gtk-gui/MonoDevelop.Ide.StandardHeaders.StandardHeaderPanel.cs: Updated. 2007-09-14 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Fixed 82823: Can't go to class declaration. 2007-09-12 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/LinkedFilesFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: Make sure GetParentObject works for files external to projects. Fixes bug #82804. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui/IdeStartup.cs: Fix warnings. 2007-09-12 Mike Krüger * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Implemented 82241: Can't navigate to the base method. 2007-09-10 Michael Hutchinson * MonoDevelop.Ide.Templates/FileTemplate.cs: Add additional check to IsValidName. * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Add some more substitution tags. New AddStandardHeader attribute can be used to enable stanadrd headers; it defaults to disabled. * MonoDevelop.Ide.Templates/ParentProjectFileTemplateCondition.cs: Replace RelativePath filter with ExcludedCreationPaths, PermittedCreationPaths, RequiredFiles and ExcludedFiles filters. * MonoDevelop.Ide.Templates/CodeTranslationFileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/CodeDomFileDescriptionTemplate.cs: Set AddStandardHeader to true if unset (these templates are always code files). * MonoDevelop.Ide.Templates/PartialTypeFileTemplateCondition.cs: Add a FIXME note. * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: Fix missing null assignment bug that made text field uneditable after selecting template with IsFixedName set to true. 2007-09-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: When restoring the active file after opening a solution, make sure the document is not already disposed. Should fix bug #82538. Also, store line/column information of open files in the solution user preferences. 2007-09-10 <> * MonoDevelop.Ide.Tasks/UserTasksView.cs, MonoDevelop.Ide.Tasks/CommentTasksView.cs: Worked on 82733: Tasklist showing empty. 2007-09-07 Michael Hutchinson * MonoDevelop.Ide.Templates/PartialTypeFileTemplateCondition.cs: Add a "Disabled" option to PartialTypeRequirement. 2007-09-07 Michael Hutchinson * MonoDevelop.Ide.Templates/FileTemplate.cs, MonoDevelop.Ide.Templates/FileTemplateCondition.cs, MonoDevelop.Ide.Templates/ParentProjectFileTemplateCondition.cs, MonoDevelop.Ide.Templates/ClrVersionFileTemplateCondition.cs, MonoDevelop.Ide.Templates/PartialTypeFileTemplateCondition.cs, MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs, MonoDevelop.Ide.addin.xml: Add support for file templates with fixed names and for suggesting default filenames. Add support for filtering on selected project directory. Remove defunct FileTemplate.FileOptions element. * MonoDevelop.Ide.mdp, Makefile.am: Updated. 2007-09-07 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/CompletionTextEditorExtension.cs, MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs, MonoDevelop.Ide.mdp, Makefile.am: Split TextEditorExtension in two. All code related to code completion has been moved to the new subclass CompletionTextEditorExtension. * MonoDevelop.Ide.Templates/CodeTranslationFileDescriptionTemplate.cs: Fix warning. 2007-09-07 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs: Set the correct title when not in replace mode. Fixes bug #82698. 2007-09-06 Michael Hutchinson * MonoDevelop.Ide.Templates/FileTemplate.cs, MonoDevelop.Ide.Templates/FileTemplateCondition.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Codons/FileTemplateConditionTypeCodon.cs: Moved project/language filtering code from NewFileDialog into file template classes. Added an extension point (FileTemplateCondition) for extending the filters. * MonoDevelop.Ide.Templates/ClrVersionFileTemplateCondition.cs: New FileTemplateCondition to filter templates on project CLR version and on whether partial types are supported. * MonoDevelop.Ide.Templates/PartialTypeFileTemplateCondition.cs: New FileTemplateCondition to filter templates on whether partial types are supported by the project. * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: Move filtering code from the dialog into the templates. Switch to generic collections. Re-enable persisting selected category. * Makefile.am, MonoDevelop.Ide.mdp: Updated. 2007-09-06 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs, MonoDevelop.Ide.Gui.Pads/NodeBuilder.cs: Made the tree view pad safer against exceptions thrown by node builders implemented in add-ins. 2007-09-05 Michael Hutchinson * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Add a property to enable suppressing auto-opening the file (for CodeBehind). 2007-09-05 Michael Hutchinson * MonoDevelop.Ide.Templates/FileTemplate.cs: Add GetTemplateByID internal method. Convert to generic collections. * MonoDevelop.Ide.Templates/FileTemplateReference.cs: New file template class which allows project and file templates to reference existing file templates by ID. * MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.mdp, Makefile.am: Updated. 2007-09-05 Michael Hutchinson * MonoDevelop.Ide.Gui.Pads/NodeState.cs: Fix build. 2007-09-05 Mike Krüger * MonoDevelop.Ide.Gui.Pads/NodeState.cs: Fixed little issue in NodeState. 2007-09-05 Mike Krüger * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs, MonoDevelop.Ide.Gui.Pads/NodeState.cs, MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Updated to the ICustomXmlSerializer infrastructure. 2007-09-05 Michael Hutchinson * MonoDevelop.Ide.Templates/CodeTranslationFileDescriptionTemplate.cs: Add support for displaying the CodeDom autogeneration notice (useful for designer-maintained partial classes). 2007-09-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/NodeState.cs: Option values must be loaded as boolean. 2007-09-04 Michael Hutchinson * MonoDevelop.Ide.Templates/CodeTranslationFileDescriptionTemplate.cs: Use non-deprecated CodeDom parse API. Some refactoring. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: Updated. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Show warnings. 2007-09-04 Mike Krüger * MonoDevelop.Ide.Gui.Pads/NodeState.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs: Fixed a bug in user preferences file persistence. 2007-09-04 Mike Krüger * MonoDevelop.Ide.Gui/ProjectOperations.cs: Userpref errors are now catched silently. * MonoDevelop.Ide.Tasks/Task.cs, MonoDevelop.Ide.Tasks/TaskService.cs: Fixed remaining issue with bug 82282. 2007-09-03 Eric Butler * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs, MonoDevelop.Ide.addin.xml: Add "Include To Project" menu item to Folders that recursively adds files. 2007-09-03 Eric Butler * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs: Highlight missing files and directories 2007-09-03 Mike Krüger * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Removed some debug code. 2007-09-03 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Added null check. Should fix bug #82553. 2007-08-31 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs, MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs, MonoDevelop.Ide.CodeTemplates/TemplateCompletionDataProvider.cs, MonoDevelop.Ide.Gui.Content/TextEditorProperties.cs, MonoDevelop.Ide.Gui.OptionPanels/AddInsOptionsPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/LoadSavePanel.cs, MonoDevelop.Ide.Gui.OptionPanels/BuildPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/ExternalToolPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/SelectStylePanel.cs, MonoDevelop.Ide.Gui.OptionPanels/TasksOptionsPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/CodeGenerationPanel.cs, MonoDevelop.Ide.Templates/FileTemplate.cs, MonoDevelop.Ide.Templates/TextTemplate.cs, MonoDevelop.Ide.Templates/ProjectTemplate.cs, MonoDevelop.Ide.Commands/ViewCommands.cs, MonoDevelop.Ide.Commands/FileCommands.cs, MonoDevelop.Ide.Commands/ToolsCommands.cs, MonoDevelop.Ide.Commands/EditCommands.cs, MonoDevelop.Ide.Commands/CustomStringTagProvider.cs, MonoDevelop.Ide.Commands/DebugCommands.cs, MonoDevelop.Ide.Commands/WindowCommands.cs, MonoDevelop.Ide.Commands/HelpCommands.cs, MonoDevelop.Ide.ExternalTools/ExternalToolService.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectSolutionPad.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Dialogs/TipOfTheDay.cs, MonoDevelop.Ide.Gui.Dialogs/IncludeFilesDialog.cs, MonoDevelop.Ide.Gui.Dialogs/ReplaceDialog.cs, MonoDevelop.Ide.Gui.Dialogs/DirtyFilesDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs, MonoDevelop.Ide.Gui.Dialogs/FileSelectorDialog.cs, MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs, MonoDevelop.Ide.Gui.Dialogs/WordCountDialog.cs, MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs, MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs, MonoDevelop.Ide.Gui.Pads/FileList.cs, MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs, MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs, MonoDevelop.Ide.Gui.Pads/TaskListPad.cs, MonoDevelop.Ide.Gui.Pads/NodeState.cs, MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs, MonoDevelop.Ide.Gui.Pads/FileListItem.cs, MonoDevelop.Ide.Gui.Pads/FileScout.cs, MonoDevelop.Ide.Gui.Pads/SolutionPad.cs, MonoDevelop.Ide.Gui.Pads/InternalLogPad.cs, MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs, MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs, MonoDevelop.Ide.Gui/OutputProgressMonitor.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui/AddinUpdateHandler.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/IdeStartup.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs, MonoDevelop.Ide.Gui/ProgressMonitors.cs, MonoDevelop.Ide.Gui/Ide.cs, MonoDevelop.Ide.Gui/TipOfTheDayStartupHandler.cs, MonoDevelop.Ide.Gui/WorkbenchMemento.cs, MonoDevelop.Ide.Codons/FileFilterCodon.cs, MonoDevelop.Ide.Tasks/UserTasksView.cs, MonoDevelop.Ide.Tasks/CommentTasksView.cs, MonoDevelop.Ide.Tasks/TaskService.cs, MonoDevelop.Ide.Gui.BrowserDisplayBinding/HtmlViewPane.cs, MonoDevelop.Ide.Gui.BrowserDisplayBinding/BrowserDisplayBinding.cs, MonoDevelop.Ide.Gui.Search/SearchOptions.cs, MonoDevelop.Ide.Gui.Search/SearchProgressMonitor.cs, MonoDevelop.Ide.Gui.Search/WildcardSearchStrategy.cs, MonoDevelop.Ide.Gui.Search/BruteForceSearchStrategy.cs: Changes due to new property infrastructure. Optimized the combine preferences routines. 2007-08-31 Ankit Jain * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs (Load): Add support for a 'BuildAction' attribute. 2007-08-28 Mike Krüger * MonoDevelop.Ide.Gui/AbstractBaseViewContent.cs, MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Fixed 81660+82491: Crash when opening the Welcome-Page manually. 2007-08-24 Mike Krüger * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Fixed 82554: Creating new project doesn't open it. 2007-08-21 Mike Krüger * gtk-gui/MonoDevelop.Ide.StandardHeaders.StandardHeaderPanel.cs: Changed standard header panel. 2007-08-21 Mike Krüger * MonoDevelop.Ide.Tasks/TaskService.cs: Fixed 82496: Opening files causes sigabrt. 2007-08-20 Mike Krüger * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs, MonoDevelop.Ide.Tasks/Task.cs, MonoDevelop.Ide.Tasks/TaskService.cs: Fixed bug 82282:Error list pad should take into account line changes done in files. 2007-08-17 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs, MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs, MonoDevelop.Ide.Gui.OptionPanels/ExternalToolPanel.cs, MonoDevelop.Ide.Commands/ToolsCommands.cs, MonoDevelop.Ide.ExternalTools/ExternalTool.cs, MonoDevelop.Ide.ExternalTools/ExternalToolService.cs, MonoDevelop.Ide.ExternalTools/ToolLoader.cs: Fixed bug 75807: Save file for external tools. Re-wrote external tools subsystem, fixed some possible issues in the code templates. 2007-08-16 Lluis Sanchez Gual * gtk-gui/objects.xml: Assigned a better category to custom widgets. 2007-08-16 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs, MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Redirection to the ViewCommandHandlers object is now done in the notebook instead of in SdiWorkspaceWindow. In this way those commands will be enabled even if the focus is not in the editor (it can be in the notebook label). Fixes bug #82217. 2007-08-16 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/StatusProgressMonitor.cs: Properly update the status bar when multiple status progress monitors are running at the same time. Fixes bug #82251. 2007-08-16 Mike Krüger * MonoDevelop.Ide.Commands/FileCommands.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs, MonoDevelop.Ide.addin.xml: Implemented Wish 82213: New command for context menu: Open containing folder. Added open in terminal option too (for folders). 2007-08-14 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Implemented Reload command in Document. * MonoDevelop.Ide.Gui/Workbench.cs: Added helper method for getting a document from a file name. The documents collection must be read-only in the client api. 2007-08-14 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.mdp, Makefile.am, MonoDevelop.Ide.Codons/FileFilterCodon.cs: Moved FileFilterCodon from MD.Projects to MD.Ide (where the extension point is actually defined). 2007-08-14 Ankit Jain Fix bug #82253. * MonoDevelop.Ide.Gui/Workbench.cs (DeleteLayout): Invoke event handlers for LayoutChanged. * gtk-gui/gui.stetic: Set ResponseId to OK for New button of NewLayoutDialog. * gtk-gui/*: Update. 2007-08-14 Ankit Jain Fix bug #82280. * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs: Add context menu with Open, Copy and SelectAll commands. 2007-08-14 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs, options/KeyBindingSchemeEmacs.xml, options/KeyBindingSchemeVisualStudio.xml, options/KeyBindingSchemeDefault.xml, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.mdp, Makefile.am, MonoDevelop.Ide.Gui/Ide.cs: Load key bindings from an extension point. Moved key bindings files from MD.Components to here. 2007-08-08 Levi Bard * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs, MonoDevelop.Ide.Gui.Dialogs/ReplaceDialog.cs, gtk-gui/gui.stetic: Change Entry for Find/Replace dialogs to ComboBoxEntry. 2007-08-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/RenameItemDialog.cs, gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.RenameItemDialog.cs: When perform refactoring Rename on public class add posibility to rename file that contains this class (interface). Patch by Sergey Shebanin. 2007-08-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs: Make the search results list sortable. Fixes bug #82375. 2007-08-09 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs, MonoDevelop.Ide.Gui/Ide.cs: Removed the CommandService class. Everything is done directly with CommandManager. Moved all extension node types to MD.Components. 2007-08-09 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs, gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs: The folder entry in the new project dialog can now be loaded by stetic, no need to create it from code. 2007-08-09 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/FileTemplate.cs, MonoDevelop.Ide.Templates/FileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/ICombineEntryFeature.cs, MonoDevelop.Ide.Templates/ProjectTemplate.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/MethodNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/EventNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/FieldNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/PropertyNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ClassNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ResourceFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceNodeBuilder.cs, MonoDevelop.Ide.Gui.Dialogs/FileSelectorDialog.cs, MonoDevelop.Ide.Gui.Pads/TaskListPad.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.mdp, gtk-gui/gui.stetic, Makefile.am, MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/DisplayBindingService.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs, MonoDevelop.Ide.Gui/Ide.cs: Reorganized the extension point hierarchy. Embedded all add-in manifests as resources. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs: Updated. 2007-08-03 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/CombineDescriptor.cs, MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs, MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs: Avoid using the ServiceManager for classes that are not registered as services. 2007-08-03 Lluis Sanchez Gual * MonoDevelop.Ide/Services.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/DisplayBindingService.cs, MonoDevelop.Ide.Gui/DefaultStatusBarService.cs, MonoDevelop.Ide.Gui/BackgroundProgressMonitor.cs, MonoDevelop.Ide.Gui/StatusProgressMonitor.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs, MonoDevelop.Ide.Gui/Ide.cs, MonoDevelop.Ide.Gui/HelpViewer.cs, MonoDevelop.Ide.Tasks/TaskService.cs, MonoDevelop.Ide.Gui.BrowserDisplayBinding/HtmlViewPane.cs: API cleanup. Converted core services into regular classes. 2007-08-02 Ben Motmans * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/EventNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/FieldNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/MethodNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/PropertyNodeBuilder.cs, MonoDevelop.Ide.addin.xml: added context menu extension points 2007-08-02 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/ToolsCommands.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectSolutionPad.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs, MonoDevelop.Ide.Gui.Dialogs/OpenFileInSolutionDialog.cs, MonoDevelop.Ide.Gui.Pads/FileList.cs, MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs, MonoDevelop.Ide.Gui.Pads/FileScout.cs, MonoDevelop.Ide.Gui.Pads/SolutionPad.cs, MonoDevelop.Ide.Gui.Pads/InternalLogPad.cs, MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs, MonoDevelop.Ide.Gui/ConfigurationComboBox.cs, MonoDevelop.Ide.Gui/LayoutComboBox.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui/AddinUpdateHandler.cs, MonoDevelop.Ide.Gui/StatusProgressMonitor.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/Ide.cs, MonoDevelop.Ide.Tasks/UserTasksView.cs, MonoDevelop.Ide.Tasks/TaskService.cs, MonoDevelop.Ide.Tasks/CommentTasksView.cs, MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: Converted DispatchService to a static class. 2007-08-01 Lluis Sanchez Gual * gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.DeleteFileDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeFilesDialog.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.OpenFileInSolutionDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.RenameItemDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ReplaceDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ReplaceInFilesDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs, gtk-gui/MonoDevelop.Ide.NewHeaderTemplateDialog.cs, gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs: Fix dialog spacing. 2007-07-29 Zach Lute * MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Commands/TextEditorCommands.cs, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Added MoveBlockUp and MoveBlockDown commands. 2007-07-30 Levi Bard * MonoDevelop.Ide.Gui.Dialogs/AssemblyReferencePanel.cs: Changed assembly filters to match mixed-case extensions e.g. Dll, eXe 2007-08-01 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs, MonoDevelop.Ide.mdp, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewFileDialog.cs, gtk-gui/gui.stetic, Makefile.am: Implemented the New File dialog using Stetic. * gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.OpenFileInSolutionDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs, gtk-gui/MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeFilesDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.ExternalToolPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs: Updated. 2007-07-31 Lluis Sanchez Gual * MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs, MonoDevelop.Ide.Gui.OptionPanels/LoadSavePanel.cs, MonoDevelop.Ide.Gui.OptionPanels/AddInsOptionsPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/BuildPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/ExternalToolPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/SelectStylePanel.cs, MonoDevelop.Ide.Gui.OptionPanels/TasksOptionsPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/CodeGenerationPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs, Base.glade, MonoDevelop.Ide.Commands/ViewCommands.cs, MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs, MonoDevelop.Ide.Gui.Dialogs/AssemblyReferencePanel.cs, MonoDevelop.Ide.Gui.Dialogs/TipOfTheDay.cs, MonoDevelop.Ide.Gui.Dialogs/IncludeFilesDialog.cs, MonoDevelop.Ide.Gui.Dialogs/SelectEncodingsDialog.cs, MonoDevelop.Ide.Gui.Dialogs/ReplaceDialog.cs, MonoDevelop.Ide.Gui.Dialogs/FileSelectorDialog.cs, MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewLayoutDialog.cs, MonoDevelop.Ide.Gui.Dialogs/AddinLoadErrorDialog.cs, MonoDevelop.Ide.mdp, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.DeleteFileDialog.cs, gtk-gui/MonoDevelop.Ide.SelectEncodingsDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.IncludeFilesDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ReplaceDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.ExternalToolPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.TasksPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.CodeGenerationPanelWidget.cs, gtk-gui/generated.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.OpenFileInSolutionDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ReplaceInFilesDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.RenameItemDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewLayoutDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.TipOfTheDayWindow.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.AddinLoadErrorDialog.cs, gtk-gui/MonoDevelop.Ide.NewHeaderTemplateDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.LoadSavePanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.BuildPanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.SelectStylePanelWidget.cs, gtk-gui/MonoDevelop.Ide.CodeTemplates.CodeTemplatePanelWidget.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.SelectReferenceDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs, gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.AddInsPanelWidget.cs, gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.StandardHeaders.StandardHeaderPanel.cs, Makefile.am, MonoDevelop.Ide.Gui.Search/SearchReplaceManager.cs, MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: Migrated all dialogs and windows to Stetic. 2007-07-30 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Leave dragging mode when changing the current layout, to avoid probles du to widget relocation. 2007-07-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/InternalLogPad.cs: Fix nullref. 2007-07-25 Jeffrey Stedfast * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs (OpenEvent): Check that okButton is sensititive. Fixes bug #82176. 2007-07-25 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/InternalLogPad.cs: Update the message log only when it is visible. * MonoDevelop.Ide.mdp, Makefile.am: Updated. 2007-07-24 Mike Krüger * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs, MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs, MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs, gtk-gui/MonoDevelop.Ide.StandardHeaders.StandardHeaderPanel.cs: Worked on bug 82171: Unable to edit Standadr Headers contents. 2007-07-24 Mike Krüger * MonoDevelop.Ide.Commands/FileCommands.cs, MonoDevelop.Ide.Commands/FileTabCommands.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Added context menu for the open documents in the file notebook. 2007-07-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/IEditable.cs, MonoDevelop.Ide.Gui/TextEditor.cs: Added methods for grouping editing operations in an atomic undo unit. * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Keep cursor position when deleting a line. Fix some undo/redo issues. Fixes bug #82153. 2007-07-19 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/ViewCommands.cs: Minor fix. * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs, MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs, MonoDevelop.Ide.Gui/OutputProgressMonitor.cs, MonoDevelop.Ide.Gui/ProgressMonitors.cs, MonoDevelop.Ide.Gui.Search/SearchProgressMonitor.cs: Allow 'pinning' output and search result pads. Pinned pads won't be reused (so they will keep the original results) until unpinned. * MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.mdp, Makefile.am, icons/pindown.png, icons/pinup.png: Added pushpin icons. * MonoDevelop.Ide.Gui/IPadContainer.cs: Fix bug in show/hide event notification. Added Destroyed event, needed by the workbench so it can properly update the pad list. * MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: When a pad is closed, update the workbench pad list. * MonoDevelop.Ide.Gui/Pad.cs: The new destroy method allow removing a pad from the workbench. 2007-07-19 Levi Bard * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs: Clear status text on pad clear. 2007-07-19 Lluis Sanchez Gual * MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs: Generate comments by default. * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Fix nullref. 2007-07-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: Show command icons in the list. * MonoDevelop.Ide.Commands/ViewCommands.cs: The pad list doesn't show checkboxes anymore. Instead, clicking on an option always brings the pad to front. * MonoDevelop.Ide.Gui.Pads/TaskListPad.cs, MonoDevelop.Ide.Gui.Pads/FileScout.cs: Pad icons are set in the xml file. * MonoDevelop.Ide.addin.xml: Updated some pad icons. * MonoDevelop.Ide.mdp, Makefile.am, icons/system-file-manager.png: New icon for the file pad. * MonoDevelop.Ide.Gui/Workbench.cs: Minor fix. * MonoDevelop.Ide.Gui/Pad.cs: Added icon property. 2007-07-18 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/FileTemplate.cs, MonoDevelop.Ide.Templates/ProjectTemplate.cs: Support reading templates from files, not only from resources. * MonoDevelop.Ide.addin.xml: Removed use of FileTemplateCodon. Removed a bunch of obsolete attributes. * MonoDevelop.Ide.mdp, Makefile.am, MonoDevelop.Ide.Codons/FileTemplateCodon.cs: Removed unused file. * MonoDevelop.Ide.Codons/ProjectTemplateCodon.cs: Rewritten to support templates stored in files. 2007-07-18 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/TextEditorCommands.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Added new editor commands. * MonoDevelop.Ide.Commands/HelpCommands.cs: New help command. * MonoDevelop.Ide.Gui/TextEditor.cs: Added new helper methods. 2007-07-18 Jeffrey Stedfast * MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs (Load): Only add the key/value pair to the user-defined templates if it is not the default. Also, set header = headerText when it /is/ the default rather than setting it to reader.Read () since that will return empty string once the header text had already been read. 2007-07-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/IExtensibleTextEditor.cs, MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs, MonoDevelop.Ide.Commands/TextEditorCommands.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.mdp, Makefile.am, MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs, MonoDevelop.Ide.Gui/TextEditor.cs, MonoDevelop.Ide.Gui/Workbench.cs: Included text editor extensions in the commad route, so extensions can now implement command handlers. Implemented the ShowCompletionWindow as a command. 2007-07-17 Jeffrey Stedfast * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: Use cmd.Id as the key. 2007-07-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs, MonoDevelop.Ide.addin.xml: Added support for command categories. * MonoDevelop.Ide.Commands/ToolsCommands.cs, MonoDevelop.Ide.Gui.Pads/FileList.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Removed debug code. * MonoDevelop.Ide.Gui.Dialogs/SelectEncodingsDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs, MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Use the log service for logging errors. * MonoDevelop.Ide.Gui.Pads/InternalLogPad.cs: Fix warning. * MonoDevelop.Ide.Gui/InternalLog.cs: Only fatal errors are notified in the status bar. 2007-07-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/InternalLogPad.cs, MonoDevelop.Ide.Gui/InternalLog.cs: Ignore debug messages for now. 2007-07-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/InternalLogPad.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.mdp, Makefile.am, MonoDevelop.Ide.Gui/InternalLog.cs, MonoDevelop.Ide.Gui/Ide.cs: Implemented a pad which shows the log messages generated by MonoDevelop. * MonoDevelop.Ide.Gui/IdeStartup.cs: If the inotify watch handle limit is too low, switch to managed watcher, to make sure watching works even if it is slow. 2007-07-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/LoadSavePanel.cs, MonoDevelop.Ide.Gui.OptionPanels/ExternalToolPanel.cs, MonoDevelop.Ide.Gui.Dialogs/EncapsulateFieldDialog.cs, MonoDevelop.Ide.Gui.Dialogs/FileSelectorDialog.cs, MonoDevelop.Ide.Gui.Dialogs/RenameItemDialog.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Fix warnings. * MonoDevelop.Ide.Commands/RefactoryCommands.cs: No refactoring commands for unsaved documents. Better than a crash. * MonoDevelop.Ide.Gui/ConfigurationComboBox.cs: Removed debug message. * MonoDevelop.Ide.Gui.Search/SearchReplaceManager.cs: ShowMessage requires escaped text. 2007-07-17 Jeffrey Stedfast * MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: New OptionPanel to allow customizing key bindings. 2007-07-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs: When showing the completion window with ctrl+space, calculate the length of the text to be replaced and store it in the completion context. Fixes bug #82033. 2007-07-13 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Fixed bug 81349:double-click src tab => maximize. 2007-07-13 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Fixed bug 82073: Window panes vanish permanently 2007-07-12 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/HelpViewer.cs: Don't crash if Gtk.HTML can't be loaded. Fixes bug #81989. 2007-07-12 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Worked on Bugzilla Bug 81349. (toolbars and status bar are now shown). 2007-07-11 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/CodeTranslationFileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/CodeDomFileDescriptionTemplate.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: Fix warnings. * Base.glade: Fixed some dialog titles. * MonoDevelop.Ide.Commands/ViewCommands.cs, MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs, MonoDevelop.Ide.Gui.Pads/ILocationListPad.cs, MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/IPadContainer.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs, MonoDevelop.Ide.Gui/Pad.cs: Implemented ShowNext and ShowPrevious commands, which allows browsing through the list of errors or the list of search results. * MonoDevelop.Ide.Gui.Dialogs/ReplaceDialog.cs: Removed the option for searching through all files of the project, since it's already implemented in "Find in Files". * MonoDevelop.Ide.mdp, Makefile.am: New file. 2007-07-10 Marcos David Marín Amador * MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs, MonoDevelop.Ide/MonoDevelop.Ide.addin.xml: Added a context menu for the project node. 2007-07-11 Mike Krüger * MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs: fixed bug 81996:Sharing violation of header template. 2007-07-09 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: When adding a folder, expand the parent folder so the new subfolder is shown. It should fix bug #81984. 2007-07-09 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: Fix GetPad. 2007-07-09 Lluis Sanchez Gual * MonoDevelop.Ide.mdp: Updated. * MonoDevelop.Ide.Gui/Document.cs: Set the correct default directory when running the Save As command. 2007-07-06 Mike Krüger * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: The ${FileName} tag in headers gives now back the file name without the path. New tags: ${FullFileName} gives back the fully qualified name, ${Directory} gives back the directory the new file is created in, ${FileNameWithoutExtension} gives back the file name without extension. 2007-07-05 Jeffrey Stedfast * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Differentiate between Class, Enum, and Struct. 2007-07-05 Mike Krüger * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs, MonoDevelop.Ide.Gui.Pads/SolutionPad.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Tasks/UserTasksView.cs, MonoDevelop.Ide.Tasks/CommentTasksView.cs, MonoDevelop.Ide.Tasks/TaskService.cs: Changed source a bit due to core refactorings. 2007-07-03 Mike Krüger * MonoDevelop.Ide.CodeTemplates/CodeTemplateLoader.cs, MonoDevelop.Ide.CodeTemplates/EditTemplateGroupDialog.cs, MonoDevelop.Ide.CodeTemplates/EditTemplateDialog.cs, MonoDevelop.Ide.CodeTemplates/CodeTemplateGroup.cs, MonoDevelop.Ide.CodeTemplates/CodeTemplate.cs, MonoDevelop.Ide.CodeTemplates/CodeTemplatePanel.cs, MonoDevelop.Ide.CodeTemplates/CodeTemplateService.cs, MonoDevelop.Ide.CodeTemplates/TemplateCompletionDataProvider.cs, MonoDevelop.Ide.Gui.Dialogs/EditTemplateDialog.cs, MonoDevelop.Ide.addin.xml: Refactored the code templates: They were scattered over 3 places, now the code template feature is at one place. Re-wrote the code template loading/saving (No slow XmlDocument anymore). 2007-07-03 Mike Krüger * MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/IWorkbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Moved the view and pad collections to read only in the public api. 2007-07-03 Mike Krüger * MonoDevelop.Ide.mdp, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/IWorkbench.cs, MonoDevelop.Ide.Tasks/TaskService.cs: Refactoring - removed some custom collections and used generic collections instead. 2007-07-02 Balaji Rao * Monodevelop.Ide.Gui/ProjectOperations.cs: Fixed and improved JumpToDeclaration method to support partial classes * MonoDevelop.Ide.Gui.Pads.ClassPad/MemberNodeCommandHandler.cs: Uses ProjectOperation.JumpToDeclaration() inplace of ProjectOperation.OpenDocument directly. 2007-07-02 Ben Motmans * MonoDevelop.Ide.Gui/ProjectOperations.cs: Added overloads for Execute and ExecuteFile with ExecutionContext parameter 2007-06-30 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs, MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs: Some changes to make the select reference dialog easier to reuse. * MonoDevelop.Ide.mdp: Fix gtk versions. * Makefile.am: Flush. 2007-06-30 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs, MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs: Some changes to make the select reference dialog easier to reuse. * MonoDevelop.Ide.mdp: Fix gtk versions. * Makefile.am: Flush. 2007-06-22 Jacob Ilsø Christensen * MonoDevelop.Ide.addin.xml: Adds Shift+Ctrl+F shortcut to "Find in Files" and fixes two typos. Fixes bug #81821. 2007-06-22 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Removed code duplication. 2007-06-22 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Use the new CloseClicked event of TabLabel. Fixes bug #81890. 2007-06-22 Mike Krüger Added MIT license to standard headers. 2007-06-20 Michael Hutchinson * MonoDevelop.Ide.StandardHeader/NewHeaderTemplateDialog.cs, MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs: Work around compiler bug(?) in Mono 1.2.4 where anonymous delegate scopes don't respect 'using' statements. Use explicit namespaces to avoid this. 2007-06-20 Mike Krüger Worked on the standard header feature. 2007-06-19 Jacob Ilsø Christensen * templates/EmptyEnum.xft.xml, templates/EmptyStruct.xft.xml: Fixed typos. 2007-06-19 Jacob Ilsø Christensen * Base.glade: Fixed casing of label text. 2007-06-18 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui.Pads/FileScout.cs: Use the configured default new project path as startup path. Fixes bug #79393. 2007-06-18 Mike Krüger * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Implemented maximize editing area when double clicking on a tab. Described in http://bugzilla.ximian.com/show_bug.cgi?id=81349. 2007-06-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Reduce spacing between rows. * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs: Subscribing the EndBuild event in ErrorListPad to show the error list after building doesn't work anymore since pads are lazily loaded now. * gtk-gui/generated.cs: Made IconLoader internal. * gtk-gui/objects.xml: Updated. 2007-06-11 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Show the help pad in the left by default. 2007-06-06 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/AbstractPadContent.cs: Removed unused property. 2007-06-06 Ankit Jain * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs (projectsByPath): Remove, unused. * MonoDevelop.Ide.Gui.Pads/ProjectPad/ShowAllFilesBuilderExtension.cs (projects): Change type from ArrayList to strongly typed List. * MonoDevelop.Ide.Gui/ProjectOperations.cs (CloseCombine): Remove handlers on the closed combine. 2007-05-31 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/CombineEntryFeatureSelector.cs: Show a message when there are no available features for a project. * MonoDevelop.Ide.mdp: Remove useless deploy data. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.DeleteFileDialog.cs, gtk-gui/generated.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.OpenFileInSolutionDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.RenameItemDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.EncapsulateFieldDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs, gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs: Updated. 2007-05-29 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Use the new IType.SourceProject property to know if an IType can be changed or not. CanJumpTo is not reliable since now MD allows jumping to source code files taken from debug info of assemblies. * MonoDevelop.Ide.Gui/Workbench.cs: (OpenDocument) Columns are 1 based. 2007-05-29 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/RefactoryCommands.cs: In the refactoring menu, show type and member names in bold. 2007-05-25 Jeffrey Stedfast * MonoDevelop.Ide.Gui.Dialogs/EncapsulateFieldDialog.cs: Moved the logic that constructed the CodeDom property object into the IRefactorer implementation instead, allowing us to take advantage of the new code I wrote to generate a CodeTypeReference given an IReturnType. 2007-05-25 Jeffrey Stedfast * MonoDevelop.Ide.Commands/RefactoryCommands.cs (ImplementInterface): Moved the bulk of the logic to CodeRefactorer. 2007-05-25 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/FileTemplate.cs, MonoDevelop.Ide.Templates/FileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/ProjectTemplate.cs, MonoDevelop.Ide.Gui/DisplayBindingService.cs: Properly handle add-in unload events. * MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/IWorkbenchLayout.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Added support for removing pads (needed for add-in unloading). 2007-05-23 Jeffrey Stedfast * MonoDevelop.Ide.Gui.Content/TextEditorProperties.cs: Moved here from MonoDevelop.SourceEditor.Properties * MonoDevelop.Ide.Gui.Content/IndentStyle.cs: Moved here from MonoDevelop.SourceEditor.Gui * MonoDevelop.Ide.Templates/CodeDomFileDescriptionTemplate.cs: Check the TextEditorProperties settings for spaces vs tabs for indenting and how many spaces to use for an indent string. 2007-05-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Handle exceptions thrown when renaming items. Fixes bug #81716. 2007-05-22 David Makovský (Yakeen) * MonoDevelop.Ide.addin.xml: Register new stock icons. * MonoDevelop.Ide.mdp, Makefile.am, icons/navigate-previous.png, icons/navigate-next.png: Added icons. * MonoDevelop.Ide.Gui/NavigationHistory.cs: Use new icons. 2007-05-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IdeStartup.cs: When it's not possible to connect to a running MD instance using the socket, just delete the socket file so a new session can be properly started. Removed connection check in the socket listener which was always returning false. All this fixes bug #81648. 2007-05-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs: When validating data, don't use the DocumentIteratorType property before it is set. Fixes bug #81593. * MonoDevelop.Ide.addin.xml: Move the IDE to 'MonoDevelop Core' category * MonoDevelop.Ide.Gui.Search/ForwardTextIterator.cs: Make sure this class always runs in the GUI thread. Removed useless Assert which is causing a null ref. * MonoDevelop.Ide.Gui.Search/AllOpenDocumentIterator.cs: Make sure this class always runs in the GUI thread. Use Document.GetContent to get content interfaces. 2007-05-21 Ankit Jain * MonoDevelop.Ide.Commands/HelpCommands.cs: * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs: Ensure that Dialogs are Destroy()'ed. 2007-05-21 Ankit Jain * MonoDevelop.Ide.Gui.Pads.ProjectPad/ResourceFolderNodeBuilder.cs: (AskFiles): Ensure that Destroy is called. Also, SetCurrentFolder. 2007-05-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs: Moved the code for adding new files to a project from the solution tree to ProjectOperations, so it can be reused. 2007-05-18 Ankit Jain * MonoDevelop.Ide.Commands/ProjectCommands.cs (ExportProjectHandler.Update): Override. Should be enabled only if there is an open combine. * MonoDevelop.Ide.Gui/ProjectOperations.cs (Export): Ensure that Destroy is called. 2007-05-17 Jeffrey Stedfast * MonoDevelop.Ide.Gui.Dialogs/EncapsulateFieldDialog.cs (OnOKClicked): Updated to pass the updateInternalRefs argument. * MonoDevelop.Ide.Commands/RefactoryCommands.cs (Update): Pass the editor.Text into UpdateFile() to fix a bug preventing the editor state from auto-updating and catching new fields as the user types them. Also fixed a bug which would show IMember, IType, IMember, IType (which looks odd). (BuildRefactoryMenuForItem): Keep a canJumpTo bool so we don't have to check it multiple times. Also check canJumpTo when adding an "Encapsulate Field" item (can't encapsulate it unless we have access to its declaration). (ImplementInterface): I was wrong, these still need to be in reverse order afterall. 2007-05-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: If a node is being edited, don't delegate commands to the node builders, since what's selected is not the node, but the node label. In this way commands such as Delete will be handled by the node Entry. 2007-05-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/SolutionPad.cs: Fill the tree if there is an open combine when the pad is shown for the first time. 2007-05-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: A pad may already be initialized but not yet added to the dock. So, a better way to know when a pad needs to be added to the dock is just to check if the dock already has a child or not. * MonoDevelop.Ide.Codons/PadCodon.cs: Removed duplicate property. 2007-05-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Workaround to what seems to be a gtk/gtk# bug. 2007-05-16 Jeffrey Stedfast * MonoDevelop.Ide.Commands/RefactoryCommands.cs (ImplementInterface): Don't add items in reverse order anymore, the bug that caused items to appear in reverse order has now been fixed. Also, always update our klass variable to reference the most recent revision after each AddMember() call so that this works. (EscapeName): New method to help escape _'s in strings that will be used in a Gtk.Label so that they aren't interpreted by Gtk.Label as accels. (BuildRefactoryMenuForItem): Escape menu item names. 2007-05-16 Jeffrey Stedfast * MonoDevelop.Ide.Gui.Dialogs/EncapsulateFieldDialog.cs (OnOKClicked): Updated to call refactorer.EncapsulateField() so that the get/set methods get filled-in approprietly for each language. 2007-05-16 Jeffrey Stedfast * MonoDevelop.Ide.Gui.Dialogs/EncapsulateFieldDialog.cs: New dialog for encapsulating a single field. * MonoDevelop.Ide.Commands/RefactoryCommands.cs (BuildRefactoryMenuForItem): Add an "Encapsulate Field" menu item for all fiends. (EncapsulateField): Open an EncapsulateFieldDialog. 2007-05-15 Jeffrey Stedfast * MonoDevelop.Ide.Commands/RefactoryCommands.cs (ImplementInterface): When implementing explicitly, trim what we can from the explicit name depending on the namespace and/or using statements the file contains. 2007-05-14 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: Make the splash screen a toplevel instead of popup, it's less intrusive. * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Always add the generated combine entry to the solution. Disable the 'next' button if the solution path entry is empty. 2007-05-14 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Use the Expose event to get notified the first time a pad is shown. The Realized even can be fired sometimes even if the widget has not yet been shown. 2007-05-14 Lluis Sanchez Gual * MonoDevelop.Ide.mdp, Makefile.am, MonoDevelop.Ide.Gui/PadContentCollection.cs: Removed unused file. * MonoDevelop.Ide.Gui/IPadContent.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/ProgressMonitors.cs, MonoDevelop.Ide.Gui/Pad.cs: Added ID paremeter to Workbench.ShowPad. The ID is not part of IPadContent anymore. It must be specified either in the addin.xml file or when calling ShowPad. * MonoDevelop.Ide.Gui/IPadContainer.cs: Added Id property. * MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs, MonoDevelop.Ide.Codons/PadCodon.cs: Added PadId property to PadCodon. This property is the id set in the extension node, or one specified by the user when calling ShowPad. 2007-05-14 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Fix incorrect type check in CreatePadContent. The pad codon can't be a widget, the check must be done for the content pad. Restore the code that updates the pad label when the title changes. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Don't save the combine when opening a new one. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceFolderNodeBuilder.cs: Allow creating project references by dropping a project to the references folder. Added check for cyclic references. * MonoDevelop.Ide.Gui.Dialogs/CombineEntryFeatureSelector.cs: Don't allow unchecking features which are enabled by default. * MonoDevelop.Ide.addin.xml: Removed unused attributes. * MonoDevelop.Ide.Gui.Dialogs/DeleteFileDialog.cs, MonoDevelop.Ide.Commands/RefactoryCommands.cs: Fix warning. * MonoDevelop.Ide.Commands/DebugCommands.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs, MonoDevelop.Ide.Gui/Document.cs: Destroy file selector when done. 2007-05-11 Jeffrey Stedfast * MonoDevelop.Ide.Commands/RefactoryCommands.cs (Update): If an interface was selected, find the class it is being implemented on to pass to BuildRefactoryMenuForItem(). (BuildRefactoryMenuForItem): Now takes an IType argument for toplevel interface items so that we know which IType to implement the interface members on if the user requests to do so. (ImplementInterface): Implemented. 2007-05-11 Lluis Sanchez Gual * MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs: Don't crash if the header file can't be found. 2007-05-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Use modal dialogs for error messages. * MonoDevelop.Ide.mdp, Makefile.am: Updated. 2007-05-10 Mike Krüger * MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs, MonoDevelop.Ide.Gui/ProgressMonitors.cs, MonoDevelop.Ide.Codons/PadCodon.cs: Fixed bug in pad loading. 2007-05-09 Lluis Sanchez Gual * MonoDevelop.Ide.mdp, Makefile.am: Reference shared assemblies from the correct location. 2007-05-09 Mike Krüger * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/IPadContent.cs, MonoDevelop.Ide.Gui/IPadContainer.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/IWorkbenchLayout.cs, MonoDevelop.Ide.Gui/IWorkbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs, MonoDevelop.Ide.Gui/Pad.cs, MonoDevelop.Ide.Codons/SolutionPadCodon.cs, MonoDevelop.Ide.Codons/PadCodon.cs: Worked on lazy loading of pads. 2007-05-08 Mike Krüger * MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs, MonoDevelop.Ide.StandardHeader/StandardHeaderService.cs, MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Added standard header feature. 2007-05-08 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: Added some missing dispose calls in backgroundLoadCombine. 2007-05-08 Jeffrey Stedfast * MonoDevelop.Ide.Gui.Dialogs/RenameItemDialog.cs (OnOKClicked): Simplified and fixed to work where the param is not an IMethod param. 2007-05-07 Lluis Sanchez Gual * MonoDevelop.Ide.Codons/TaskListViewCodon.cs, MonoDevelop.Ide.Codons/NodeBuilderCodon.cs, MonoDevelop.Ide.Codons/PadOptionCodon.cs, MonoDevelop.Ide.Codons/DisplayBindingCodon.cs, MonoDevelop.Ide.Codons/SolutionPadCodon.cs, MonoDevelop.Ide.Codons/ProjectTemplateCodon.cs, MonoDevelop.Ide.Codons/PadCodon.cs, MonoDevelop.Ide.Codons/ContextPadCodon.cs, MonoDevelop.Ide.Codons/FileTemplateCodon.cs, MonoDevelop.Ide.Codons/FileTemplateTypeCodon.cs, MonoDevelop.Ide.Codons/WorkbenchContextCodon.cs: Use the Mono.Addins attributes to provide extension documentation. 2007-05-06 Michael Hutchinson * MonoDevelop.Ide.Codons/LanguageActiveCondition.cs: Check using Project.SupportedLanguages instead of DotNetProject.LanguageName so it works with non-.NET languages. 2007-05-04 Jeffrey Stedfast * MonoDevelop.Ide.Gui/ProjectOperations.cs (Export): Removed unused variable. * MonoDevelop.Ide.Commands/RefactoryCommands.cs (BuildRefactoryMenuForItem): Don't recurse for IMembers anymore, this is now handled elsewhere. Also moved the Rename item to below the "Find references" action and changed the IField and IParameter label format. (Update): Flatten the menu tree a bit by moving IMember refactory items to the toplevel menu and also eliminate adding duplicate-named items in the menu due to one being the base-class implementation of a method the user selected. 2007-05-04 David Makovský (Yakeen) * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Don't look for references to private fields in whole solution. 2007-05-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/AddInsOptionsPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/BuildPanel.cs, MonoDevelop.Ide.Gui.OptionPanels/SelectStylePanel.cs, MonoDevelop.Ide.Gui.OptionPanels/CodeGenerationPanel.cs, MonoDevelop.Ide.Templates/FileTemplate.cs, MonoDevelop.Ide.Templates/FileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/ICombineEntryFeature.cs, MonoDevelop.Ide.Templates/ProjectTemplate.cs, MonoDevelop.Ide.Commands/ViewCommands.cs, MonoDevelop.Ide.Commands/FileCommands.cs, MonoDevelop.Ide.Commands/ToolsCommands.cs, MonoDevelop.Ide.Commands/EditCommands.cs, MonoDevelop.Ide.Commands/CustomStringTagProvider.cs, MonoDevelop.Ide.Commands/DebugCommands.cs, MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs, MonoDevelop.Ide.Gui.Dialogs/FileSelectorDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs, MonoDevelop.Ide.Gui.Dialogs/AddinLoadErrorDialog.cs, MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs, MonoDevelop.Ide.Gui.Pads/TaskListPad.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.mdp, Makefile.am, MonoDevelop.Ide.Gui/IViewContent.cs, MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/DisplayBindingService.cs, MonoDevelop.Ide.Gui/AbstractViewContent.cs, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui/AddinUpdateHandler.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/IdeStartup.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs, MonoDevelop.Ide.Gui/Ide.cs, MonoDevelop.Ide.Codons/TaskListViewCodon.cs, MonoDevelop.Ide.Codons/NodeBuilderCodon.cs, MonoDevelop.Ide.Codons/PadOptionCodon.cs, MonoDevelop.Ide.Codons/DisplayBindingCodon.cs, MonoDevelop.Ide.Codons/SolutionPadCodon.cs, MonoDevelop.Ide.Codons/ProjectTemplateCodon.cs, MonoDevelop.Ide.Codons/LanguageActiveCondition.cs, MonoDevelop.Ide.Codons/PadCodon.cs, MonoDevelop.Ide.Codons/ContextPadCodon.cs, MonoDevelop.Ide.Codons/WorkbenchContextCondition.cs, MonoDevelop.Ide.Codons/FileTemplateCodon.cs, MonoDevelop.Ide.Codons/ProjectOpenCondition.cs, MonoDevelop.Ide.Codons/WindowOpenCondition.cs, MonoDevelop.Ide.Codons/FileTemplateTypeCodon.cs, MonoDevelop.Ide.Codons/CombineOpenCondition.cs, MonoDevelop.Ide.Codons/ProjectActiveCondition.cs, MonoDevelop.Ide.Codons/WindowActiveCondition.cs, MonoDevelop.Ide.Codons/WorkbenchContextCodon.cs: Migration to Mono.Addins. 2007-05-03 David Makovský (Yakeen) * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Port menu to actions api, added Jump to command and customization of columns. * MonoDevelop.Ide.Tasks/CommentTasksView.cs: Use SelectedTask everywhere. 2007-05-03 Jeffrey Stedfast * MonoDevelop.Ide.Commands/RefactoryCommands.cs (BuildRefactoryMenuForItem): Fixed logic for deciding if an item could be renamed. * MonoDevelop.Ide.Gui.Dialogs/RenameItemDialog.cs (OnOKClicked): Allow renaming of LocalVariables and IParameters. 2007-05-03 David Makovský (Yakeen) * MonoDevelop.Ide.Tasks/CommentTasksView.cs: Port menu to action based, add go to and delete commands. Added customization of columns visibility. * MonoDevelop.Ide.Tasks/TaskService.cs: use .Net 2.0 style Split for safer behaviour 2007-05-03 Lluis Sanchez Gual * MonoDevelop.Projects/Combine.cs, MonoDevelop.Projects/CombineEntryEventArgs.cs, MonoDevelop.Projects.Parser/DefaultParserService.cs: Added a Reloading property to the argument of the entry add/remove events of Combine, which is set to true if the entry is being only reloaded, not actually removed/added to the combine. 2007-05-02 Jeffrey Stedfast * MonoDevelop.Ide.Gui.Dialogs/RenameItemDialog.cs: Connect to the "activated" signal on the GtkEntry box and make it "click" the OK button. 2007-05-01 Jeffrey Stedfast * MonoDevelop.Ide.Gui/ProjectOperations.cs (CodeRefactorer): Set the TextFileProfider for the refactoer to the OpenDocumentFileProvider. (OpenDocumentFileProvider): Copied here from another location... really need to consolidate the two. * MonoDevelop.Ide.Tasks/CommentTasksView.cs: Removed unused solutionLoaded variable. * MonoDevelop.Ide.Gui/Workbench.cs: Got rid of unused guiLock variable. * MonoDevelop.Ide.Gui.Dialogs/RenameItemDialog.cs: New dialog class for renaming an item (be it a class, interface, whatever). * MonoDevelop.Ide.Commands/RefactoryCommands.cs (Rename): Implemented. 2007-04-27 Mike Kestner * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: can't destroy after dispose. Just Destroy. 2007-04-27 Ankit Jain * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Added my name too 2007-04-26 Jeffrey Stedfast * MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs: Updated the (c) year to include 2007. * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Added my name to the list of contributors :) 2007-04-26 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/ICombineEntryFeature.cs, MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.NewProjectDialog.cs: Implemented the new project dialog using stetic. Implemented support for 'project features'. * MonoDevelop.Ide.Commands/FileCommands.cs: Moved new project dialog creation to ProjectOperations.NewProject(). * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: Use the desktop file icon for files which don't have one assigned in MD. * MonoDevelop.Ide.Gui.Dialogs/CombineEntryFeatureSelector.cs, MonoDevelop.Ide.Gui.Dialogs/FeatureSelectorDialog.cs, gtk-gui/objects.xml, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.CombineEntryFeatureSelector.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.FeatureSelectorDialog.cs: Implemented new project feature selector widget, used in the new project dialog. * MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/DefaultDisplayBinding.cs: Added new ProjectFeatures extension point. Added a default display binding to be used as reference when registering other display bindings (so they can be added before the default binding if needed). * MonoDevelop.Ide.mdp, Makefile.am: Added new files. * gtk-gui/generated.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.OpenFileInSolutionDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs, gtk-gui/gui.stetic: Updated. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Implemented the NewProject command. In CreateCombineEntry, moved the code that adds the new entry to the combine to the NewProjectDialog. 2007-04-25 Jeffrey Stedfast * MonoDevelop.Ide.Gui/NavigationService.cs (LogNavPoint): Don't allow the history list to grow larger than 100 navpoints - if we try to add more, begin removing the oldest nav points. 2007-04-24 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/FileCommands.cs: Properly destroy the file selector dialog. 2007-04-24 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs: Show the options dialog when double-clicking on a project or solution. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ResourceFolderNodeBuilder.cs: Allow setting a project file as resource when dragged to the resources folder. 2007-04-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: Track api changes. 2007-04-20 Ben Motmans * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: Include a "show error reference" item in the popup menu * MonoDevelop.Ide.Tasks/Task.cs: store the ErrorNumber 2007-04-19 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/CombineEntryDescriptor.cs: Track api changes. * MonoDevelop.Ide.Commands/ProjectCommands.cs, MonoDevelop.Ide.addin.xml: Moved deploy commands definition to the deploy add-in. Registered new export command. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectSolutionPad.cs: Properly update the currently selected combine entry. * MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs: Allow removing unknown combine entries. * MonoDevelop.Ide.Gui.Dialogs/ExportProjectDialog.cs, MonoDevelop.Ide.mdp, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.ExportProjectDialog.cs, gtk-gui/gui.stetic, Makefile.am: Added project export dialog. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Keep track of the currently selected combine entry. Implemented project export command. Added method for saving generic combine entries. Removed old deploy code. * MonoDevelop.Ide.Gui/ProgressMonitors.cs: Added null check. 2007-04-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: Changed the label of the Delete command to "Remove", since that command does not delete files, it removes files from a project. 2007-04-18 Ankit Jain Add new DeleteFileDialog. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs (RemoveItem): Use the new DeleteFileDialog. * MonoDevelop.Ide.Gui.Dialogs/DeleteFileDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.DeleteFileDialog.cs: New. * MonoDevelop.Ide.mdp, Makefile.am: Updated. * gtk-gui/gui.stetic: Updated to add the new dialog. 2007-04-13 Jeffrey Stedfast * MonoDevelop.Ide.Commands/RefactoryCommands.cs (BuildRefactoryMenuForItem): If we can jump to the definition of any member, we can also rename it - so add a Rename menu item. If an interface is selected, add 2 menu items: "Implement Interface (implicit)" and "Implement Interface (explicit)". If a class is selected, add the same 2 menu items as we do for interfaces, but attach submenus to those items listing the possible interfaces to implement. 2007-04-11 Jeffrey Stedfast * MonoDevelop.Ide.Gui/IViewHistory.cs: Moved to MonoDevelop.Ide.Gui.Content 2007-04-10 Jeffrey Stedfast * MonoDevelop.Ide.Gui/Workbench.cs (OpenDocument): Don't log the NavPoint here, it's unnecessary afaict (and no longer easily done anyway, since IViewContent no longer contains BuildNavPoint()). * MonoDevelop.Ide.Gui/NavigationService.cs: Removed unused helper methods. * MonoDevelop.Ide.Gui/AbstractViewContent.cs: Removed BuildNavPoint() * MonoDevelop.Ide.Gui/IViewHistory.cs: New interface for BuildNavPoint() * MonoDevelop.Ide.Gui/IViewContent.cs: Removed BuildNavPoint() * MonoDevelop.Ide.Gui/DefaultNavigationPoint.cs: Removed unused methods and properties (and the generic object navigation data). * MonoDevelop.Ide.Gui/INavigationPoint.cs: Removed unused methods/properties. * MonoDevelop.Ide.Gui/NavigationHistory.cs: Add a "Clear History" menu item in the Forward navigation menu too. (UpdateHistory): (Forward/Back) As we progress thru history, group /sequential/ points sharing the same filename into submenus (as opposed to /all/ points sharing the same filename). 2007-04-09 Jeffrey Stedfast * MonoDevelop.Ide.Gui.OptionPanels/SelectStylePanel.cs: Provide a UI for setting a custom font for the treeview pads. * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Allow using a custom font for the Pads. 2007-04-04 Jeffrey Stedfast * MonoDevelop.Ide.Gui/NavigationService.cs: Defer logging until the timeout has expired unless there has been a file change. 2007-04-03 Jeffrey Stedfast * MonoDevelop.Ide.Gui/NavigationService.cs: Only log new points if the time interval has been >= 1 second. * MonoDevelop.Ide.Gui/NavigationHistory.cs: Don't include the current navpoint in the menus. 2007-04-02 Jeffrey Stedfast * MonoDevelop.Ide.Gui/NavigationHistory.cs: Implement NavigationHistoryForward class. * MonoDevelop.Ide.Gui/NavigationService.cs: After jumping to the new point, emit the HistoryChanged event. * MonoDevelop.Ide.addin.xml: The Forward button now uses the same custom widget. 2007-03-30 Jeffrey Stedfast * MonoDevelop.Ide.Gui/NavigationHistory.cs: New widget implementing the Back (and someday Forward?) custom history navigation widget. * MonoDevelop.Ide.addin.xml: Changed the info for the NavigateBack button, it is now a custom widget. 2007-03-29 Jeffrey Stedfast * MonoDevelop.Ide.Gui/Workbench.cs (OpenDocument): Log the NavigationPoint. * MonoDevelop.Ide.Gui/ViewContentEventHandler.cs: New source file. * MonoDevelop.Ide.Gui/NavigationService.cs: New Navigation Service. * MonoDevelop.Ide.Gui/IViewContent.cs: Added a BuildNavPoint() method. * MonoDevelop.Ide.Gui/INavigationPoint.cs: New source file describing the NavigationPoint interface. * MonoDevelop.Ide.Gui/DefaultNavigationPoint.cs: New source file implementing the default NavigationPoint interface. * MonoDevelop.Ide.Gui/AbstractViewContent.cs: Added a BuildNavPoint() virtual method. * MonoDevelop.Ide.Commands/NavigationCommands.cs: New source file implementing the code navigation commands. 2007-03-29 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/ProjectCommands.cs: Track api changes. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.OpenFileInSolutionDialog.cs, Makefile.am: Flush. 2007-03-29 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/CombineEntryDescriptor.cs: Track api changes. 2007-03-22 Jeffrey Stedfast * MonoDevelop.Ide.Commands/RefactoryCommands.cs (Update): We always want a separator after any items we add to the menu. (BuildRefactoryMenuForItem): Rearranged some code a bit to group like-items together and also added accel keys. If the item is really an interface, say so in the menu item rather than naming it "Class {0}" which was a little confusing. 2007-03-21 Ankit Jain * MonoDevelop.Ide.Templates/ProjectTemplate.cs (Initialize): Different instances of ProjectTemplate cannot share the XmlDocument. 2007-03-19 Jeffrey Stedfast * MonoDevelop.Ide.Gui/TextEditor.cs (GetCharAt): Now that ITextFile has GetCharAt(), use that instead of implementing it ourselves. 2007-03-14 Jeffrey Stedfast * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs (InitializeComponents): Don't crash if no project is selected in the solution. (InitializeDialog): Clear the iconView. 2007-03-13 Jeffrey Stedfast * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs (AddToProjectToggled): Change the sensitivity of the "Path:" label as well. (InitializeComponents): Keep a reference tot he Path label so we can change its sensitivity as well. 2007-03-13 Jeffrey Stedfast * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs (InitializeDialog): New method to init projectLangs, categories, etc and to InitializeView if updating (e.g. after the user picks a project to add it to). (InitializeTemplates): Only use parentProject if it is the project the user has chosen to add his/her new file to. (AddTemplate): Same. (AddToProjectToggled): Update the view by calling InitializeDialog(). (AddToProjectComboChanged): Same. 2007-03-12 Jeffrey Stedfast * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs (OpenEvent): If the user has chosen to add the file to a project, use the chosen project and path variables. (InitializeComponents): If the parentProject is null, add UI elements to enable the user to choose which project (and what path) he'd like to add the new source file to (or not). (InitializeComponents): Add a Activated signal handler to the nameEntry widget which will emit the Clicked event on the okButton. (AddToProjectComboChanged): ComboBox.ActiveText does not exist in Gtk-2.4. Also, don't change basePath if the user has manually changed it. (InitializeComponents): Connect to the PathChanged signal on the Add-to-Project FolderEntry to listen for changes typed manually. 2007-03-08 Lluis Sanchez Gual * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GotoTypeDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/GotoTypeDialog.cs: Merged with OpenFileInSolutionDialog. * MonoDevelop.Ide.mdp: Updated. 2007-03-07 Zach Lute * MonoDevelop.Ide.addin.xml, * MonoDevelop.Ide.Commands/FileCommands.cs: Added OpenFileInSolution command and appropriate handler. * MonoDevelop.Ide.mdp, Makefile.am, gtk-gui/gui.stetic, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.OpenFileInSolutionDialog.cs, MonoDevelop.Ide.Gui.Dialogs/OpenFileInSolutionDialog.cs: Added OpenFileInSolutionDialog for rapid opening of files in the currently open solution. * gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GotoTypeDialog.cs: Generated data from gui.stetic apparently changed slightly. 2007-03-06 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs, MonoDevelop.Ide.addin.xml: Added some marker extensions to the TextEditorExtension chain, to allow relative positioning of extensions. * MonoDevelop.Ide.mdp: Don't local-copy references. 2007-03-03 David Makovský (Yakeen) * MonoDevelop.Ide.Commands/EditCommands.cs: don't allow paste into readonly tet view 2007-02-27 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/IExtensibleTextEditor.cs: Completion widget is now implemented as a view interface. * MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs: Make the Editor property return a TextEditor, which is more functional than a IEditableTextBuffer. * MonoDevelop.Ide.mdp, Makefile.am, MonoDevelop.Ide.Gui/TextEditor.cs: New TextEditor class which wraps several editor interfaces. * MonoDevelop.Ide.Gui/Document.cs: Added a TextEditor property. 2007-02-24 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Fix compatible version number. 2007-02-21 Ankit Jain * MonoDevelop.Ide.Gui/ProjectOperations.cs (AddReferenceToProject): Ensure that the dialog is closed even in case of exception being thrown. 2007-02-20 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs: Added missing null check. 2007-02-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Don't remove the child when disposing, it will be destroyed with the parent. 2007-02-16 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs: Track api changes. * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: Use ProjectOperations.SaveProject to save projects. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Lock the gui when saving/loading a project. When showing the options dialog, only save the combine if the user clicks on OK. * MonoDevelop.Ide.Gui/StatusProgressMonitor.cs: Optionally lock the gui while the progress monitor is active. * MonoDevelop.Ide.Gui/Workbench.cs: Added methods for locking/unlocking the gui. * MonoDevelop.Ide.Gui/ProgressMonitors.cs: Allow locking the main window on saving/loading operations. 2007-02-16 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Change add-in versions to 0.13. * MonoDevelop.Ide.Gui/IdeStartup.cs, MonoDevelop.Ide.Gui.Search/ForwardTextFileIterator.cs: Don't use the file service for temporary file deletes, since it may have side effects. 2007-02-15 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/TreeViewItem.cs: Fix incorrect cast. 2007-02-15 Lluis Sanchez Gual * MonoDevelop.Ide.mdp: Disabled building through makefile. Added missing file. 2007-02-15 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/ProjectCommands.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs, MonoDevelop.Ide.addin.xml: Added new Reload command. * MonoDevelop.Ide.Gui.Pads.ProjectPad/UnknownEntryNodeBuilder.cs: Show combine entries which could not be loaded in the project pad. * MonoDevelop.Ide.Gui.Pads/FileList.cs: Dispatch file watcher events through the gui thread. * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Implemented new type for showing arbitrary strings in a TreeViewPad. * MonoDevelop.Ide.Gui.Pads/TreeViewItem.cs: New type for showing arbitrary strings in a TreeViewPad. * MonoDevelop.Ide.mdp, Makefile.am: Added new files. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Track changes in combine entry files, and reload them when they change. Make sure the CombineOpened event is fired in the gui thread. 2007-02-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: Allow jumping to declaration of nested classes. Fixes bug #79763. 2007-02-12 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: Return the correct parent object for resources. Fixes bug #80705. 2007-02-11 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Don't show the go to base command if the selected class does not have a base class, or we can't jump to it. 2007-02-10 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Added null check. * MonoDevelop.Ide.Templates/ProjectTemplate.cs: Don't crash if some properties of a template are not set. * Base.glade: Made the references dialog a bit bigger by default. Also removed the expander, since there is now an VPaned which can be used to shrink the refs list. * MonoDevelop.Ide.Gui.Dialogs/AssemblyReferencePanel.cs: Show the project path by default in the file browser. * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs: Show an icon for each selected reference. * MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs: Show an icon together with the name of the reference. * MonoDevelop.Ide.Gui.Dialogs/ProjectReferencePanel.cs: Make sure the cyclic reference warning is shown at the end of the list. * MonoDevelop.Ide.mdp, Makefile.am: Synchronized mdp project with makefile. * MonoDevelop.Ide.Gui/SdStatusBar.cs: Make sure the status bar is at least hight enough to show an icon of Menu size. 2007-02-08 Lluis Sanchez Gual * Makefile.am: Fix variable name. 2007-02-08 Lluis Sanchez Gual * MonoDevelop.Ide.mdp, Makefile.am: Synchronized the MD project and the Makefile 2007-02-07 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/ProjectDescriptor.cs: Don't require a default language (not needed for generic projects). * MonoDevelop.Ide.Gui/ProjectOperations.cs: Don't save the combine after opening it. 2007-02-07 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/ProjectCommands.cs, MonoDevelop.Ide.addin.xml: Show the list of custom project commands in the context menu and in the project menu. * templates/GenericProject.xpt.xml, MonoDevelop.Ide.mdp, Makefile.am: Added new generic project template. * gtk-gui/generated.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GotoTypeDialog.cs: Updated. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Added new method for cleaning combine entries. 2007-02-06 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs: Integrate support for the parameter information window. 2007-02-05 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/CodeTranslationFileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/CodeDomFileDescriptionTemplate.cs: Avoid using IDotNetLanguageBinding where ILanguageBinding can be used. * MonoDevelop.Ide.Commands/FileCommands.cs: Allow opening combine entry files in the editor. * MonoDevelop.Ide.Gui.Dialogs/FileSelectorDialog.cs: Allow selecting the file viewer to use when opening a file. * MonoDevelop.Ide.Gui/Document.cs: Added title property. * MonoDevelop.Ide.Gui/FileViewer.cs: Allow providing an encoding to the OpenFile method. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Check for the IsCancelRequested flag when loading a combine. 2006-02-02 David Makovský (Yakeen) * MonoDevelop.Ide.addin.xml: added icon to select-all action 2007-02-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Search/WholeProjectDocumentIterator.cs: When searching look into all kind of files, not only in those that are going to be compiled. 2007-02-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: The Move call will delete the file from the project, so get the old ProjectFile object before doing the move. 2007-02-01 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/EditCommands.cs: Fix warning. 2007-01-31 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/EditCommands.cs, MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Assigned the Delete accelerator to the delete command. Implemented default handlers for Delete, Copy, Cut and paste, which now will work for any editable widget in the workbench. 2007-01-31 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Changed confusing field name. Added property for getting the list of pads valid for the active context. Use that when showing the pad list in the view menu. 2007-01-31 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs: Properly update the parent combine when the last entry is removed. * MonoDevelop.Ide.Gui/Document.cs: When a project is removed, reset the project documents of all opened files which belong to that project. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Added new events which are fired when an entry is added to the combine hierarchy. 2007-01-30 Lluis Sanchez Gual * MonoDevelop.Ide.CodeTemplates/CodeTemplateLoader.cs, MonoDevelop.Ide.CodeTemplates/CodeTemplateGroup.cs, MonoDevelop.Ide.Templates/FileTemplate.cs, MonoDevelop.Ide.Templates/TextTemplate.cs, MonoDevelop.Ide.ExternalTools/ToolLoader.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs: Allow comments in the loaded xml. Patch by atsushi@ximian.com (Atsushi Enomoto). Fixes bug #80474. 2007-01-30 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Tasks/TaskService.cs, MonoDevelop.Ide.Tasks/CommentTasksView.cs: Improved the error pad performance when adding messages, by implementing an Add method which takes blocks of tasks. 2007-01-29 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs, MonoDevelop.Ide.Commands/CustomStringTagProvider.cs, MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui.BrowserDisplayBinding/HtmlViewPane.cs, MonoDevelop.Ide.Gui.BrowserDisplayBinding/BrowserDisplayBinding.cs, MonoDevelop.Ide.Gui.Search/SearchReplaceManager.cs: Use the new GetContent method instead of casting the view to the required interface. 2007-01-29 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs, MonoDevelop.Ide.Commands/RefactoryCommands.cs, MonoDevelop.Ide.Gui/ViewCommandHandlers.cs, MonoDevelop.Ide.Codons/WindowActiveCondition.cs, MonoDevelop.Ide.Gui.Search/CurrentDocumentIterator.cs, MonoDevelop.Ide.Gui.Search/SearchReplaceManager.cs, MonoDevelop.Ide.Gui.Search/SearchReplaceUtilities.cs, MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: Track api changes in Document class. * MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/IBaseViewContent.cs, MonoDevelop.Ide.Gui/AbstractBaseViewContent.cs: Added a GetContent method for getting a specific interface implementation from a view. It's better than just casting the view to a specific interface because the view can in this way implement interfaces in classes other the main view. It simplifies the work in views which are composed by multiple views. 2007-01-29 Lluis Sanchez Gual * MonoDevelop.Ide.CodeTemplates/TemplateCompletionDataProvider.cs: Track api changes. * MonoDevelop.Ide.Gui.Content/IExtensibleTextEditor.cs, MonoDevelop.Ide.Gui.Content/TextEditorExtension.cs, MonoDevelop.Ide.addin.xml, MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/Workbench.cs: Implemented new extension point, which allows providing custom support for code completion to editors. * MonoDevelop.Ide.Gui.Dialogs/GotoTypeDialog.cs, gtk-gui/generated.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GotoTypeDialog.cs, gtk-gui/gui.stetic: Use the new partial class model. * MonoDevelop.Ide.mdp, Makefile.am: Updated. 2007-01-23 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/FileCommands.cs, MonoDevelop.Ide.Gui.Dialogs/FileSelectorDialog.cs: Don't allow opening remote files. 2007-01-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs: Allow deleting folders which don't belong to a project. * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Dispose all views before shutting down. 2007-01-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs: Dispose projects and combines after removing them. 2007-01-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/TaskListPad.cs: Fixed warnings. * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Fix crash that happens when the view list changes while closing the views. 2007-01-19 Marek Sieradzki * MonoDevelop.Ide.Templates/CombineDescriptor.cs, MonoDevelop.Ide.Templates/FileTemplate.cs, MonoDevelop.Ide.Templates/CombineEntryDescriptor.cs, MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs, MonoDevelop.Ide.Templates/ProjectTemplate.cs, MonoDevelop.Ide.Templates/ProjectDescriptor.cs, MonoDevelop.Ide.Commands/FileCommands.cs, MonoDevelop.Ide.Commands/ToolsCommands.cs, MonoDevelop.Ide.Commands/ProjectCommands.cs, MonoDevelop.Ide.Gui.Pads.ClassPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ResourceFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Dialogs/IncludeFilesDialog.cs, MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs, MonoDevelop.Ide.Gui.Dialogs/DirtyFilesDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs, MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/SdStatusBar.cs, MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: Removed redundant String.Format (). 2007-01-16 Lluis Sanchez Gual Added check for null file names. 2007-01-15 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/FileTemplate.cs: Made IsValidForProject protected, so it can be overriden by FileTemplate subclasses. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs: Fixed minor bug that avoids showing files that don't exist in the project pad. 2007-01-09 Lluis Sanchez Gual * Base.glade: Fixed some layout problems in the new project dialog. 2007-01-09 Lluis Sanchez Gual * MonoDevelop.Ide.mdp: Updated. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Use the new ReadCombineEntry method. 2006-12-22 Ankit Jain * MonoDevelop.Ide.addin.xml: Add "MonoDevelop" to file filter names "Solution Files" and "Project Files" . 2006-12-20 Ankit Jain * MonoDevelop.Ide.Gui/HelpOperations.cs (CheckExternalMonodoc): New. Check whether the available monodoc is recent version (supports --remote-mode). This check is done on the first call to ShowHelp. If its unsuccesful, then it falls back to use the integrated HelpViewer. (ShowHelpExternal): New. Show help using the external monodoc. Fall back on HelpViewer in case of any errors. 2006-12-17 Jacob Ilsø Christensen * options/MonoDevelop-templates.xml: Use standard keywords for some of the templates and added a template for foreach. Fixes bug #80125. 2006-12-17 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/FileTemplate.cs: Track changes in FileService API. Make some attributes optional. Added better error checks for mandatory attributes. * MonoDevelop.Ide.Templates/CombineDescriptor.cs, MonoDevelop.Ide.Templates/TextTemplate.cs, MonoDevelop.Ide.Templates/ProjectDescriptor.cs, MonoDevelop.Ide.Gui.OptionPanels/LoadSavePanel.cs, MonoDevelop.Ide.Gui.OptionPanels/ExternalToolPanel.cs, MonoDevelop.Ide.Commands/ProjectCommands.cs, MonoDevelop.Ide/Services.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs, MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFolder.cs, MonoDevelop.Ide.Gui.Dialogs/IncludeFilesDialog.cs, MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs, MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs, MonoDevelop.Ide.Gui.Pads/FileList.cs, MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs, MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs, MonoDevelop.Ide.Gui/Document.cs, MonoDevelop.Ide.Gui/AbstractViewContent.cs, MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui/Workbench.cs, MonoDevelop.Ide.Gui/IdeStartup.cs, MonoDevelop.Ide.Gui/DefaultWorkbench.cs, MonoDevelop.Ide.Gui/Ide.cs, MonoDevelop.Ide.Tasks/CommentTasksView.cs, MonoDevelop.Ide.Gui.Search/ForwardTextFileIterator.cs: Track changes in FileService API. 2006-12-14 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui.Dialogs/WordCountDialog.cs: Fixed sorting and removed a lot of unnecessary code. 2006-12-13 Jacob Ilsø Christensen * MonoDevelop.Ide.Commands/WindowCommands.cs: Ensure that filenames containing underscores are escape correctly. Fixes bug #79766. Thanks to John Millikin. 2006-12-13 Jacob Ilsø Christensen * Base.glade: Added a VPaned to the Edit References dialog. 2006-12-11 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs, MonoDevelop.Ide.Gui/AddEntryEventHandler.cs: Provide the combine when firing the AddingEntryToCombine event. 2006-12-11 Lluis Sanchez Gual * MonoDevelop.Ide.mdp, Makefile.am, MonoDevelop.Ide.Gui/AddEntryEventHandler.cs: Added file AddEntryEventHandler.cs. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Fire the AddingEntryToCombine event just before adding the entry. 2006-12-05 Ankit Jain * MonoDevelop.Ide.Gui/ProjectOperations.cs (backgroundLoadCombine): Try to load the corresponding .mds only if loading a .mdp 2006-12-01 Jacob Ilsø Christensen * gtk-gui/generated.cs: * gtk-gui/gui.stetic: Changed goto to go to. 2006-12-01 Jacob Ilsø Christensen * MonoDevelop.Ide.addin.xml: Changed goto to go to. 2006-11-30 Lluis Sanchez Gual * MonoDevelop.Ide.mdp: Added some missing resources. * MonoDevelop.Ide.Gui/BackgroundProgressMonitor.cs: Added some null checks. * MonoDevelop.Ide.Tasks/Task.cs, MonoDevelop.Ide.Tasks/TaskService.cs: Avoid relative path names in the task service. * MonoDevelop.Ide.Gui.Search/SearchReplaceManager.cs: Fix endless loop issue. Fixes bug #79526. 2006-11-28 Jacob Ilsø Christensen * MonoDevelop.Ide.Commands/SearchCommands.cs: * MonoDevelop.Ide.Gui.Dialogs/GotoClassDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/GotoTypeDialog.cs: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.mdp: * gtk-gui/generated.cs: * gtk-gui/gui.stetic: * Makefile.am: Renamed Goto Class to Goto Type. 2006-11-27 Jacob Ilsø Christensen * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Re-enabled "Find All References" functionality. 2006-11-26 David Makovský (Yakeen) * MonoDevelop.Ide.Gui/LayoutComboBox.cs: added * MonoDevelop.Ide.Gui/Workbench.cs: defined LayoutChanged event and firing * MonoDevelop.Ide.Commands/ViewCommands.cs: added LayoutSelector to ViewCommands enum * MonoDevelop.Ide.addin.xml: new LayoutSelector action and added layout toolbar * MonoDevelop.Ide/Makefile.am: * MonoDevelop.Ide/MonoDevelop.Ide.mdp: newly added file 2006-11-22 David Makovský (Yakeen) * MonoDevelop.Ide.Gui.Dialogs/FileSelectorDialog.cs: remember last used filter 2006-11-21 David Makovský (Yakeen) * MonoDevelop.Ide.Tasks/CommentTasksView.cs: fixed casting 2006-11-16 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/EditCommands.cs, MonoDevelop.Ide.Gui/Workbench.cs: Created new method for showing the global preferences, with a parameter which allows showing a specific page. 2006-11-16 Lluis Sanchez Gual * MonoDevelop.Ide.Tasks/TaskService.cs: Use global events to keep track of renamed and removed files, instead of subscribing to a particular combine. Update the comment tags only if the TaskListTokens property changes. Added default values for the TaskListTokens property. 2006-11-15 David Makovský (Yakeen) * MonoDevelop.Ide.Tasks/TaskService.cs: re-enabling handlers 2006-11-14 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/LinkedFilesFolderNodeBuilder.cs: Fix warning. * MonoDevelop.Ide.Tasks/UserTasksView.cs: Don't use CellRendererCombo since it's gtk 2.6. * MonoDevelop.Ide.Tasks/TaskService.cs: Disabled loading of tasks since it hangs when loading the MD solution. Fixed warning. Make sure OnCommentTasksChanged is called asynchronously to avoid deadlocks in the parser service. 2006-11-13 David Makovský (Yakeen) * MonoDevelop.Ide.Tasks/CommentTasksView.cs: * MonoDevelop.Ide.Tasks/UserTasksView.cs: added 2006-11-13 David Makovský (Yakeen) * Makefile.am: * MonoDevelop.Ide.mdp: * Base.glade: updated * MonoDevelop.Ide.addin.xml: renamed Task List pad -> Error List pad, added Task List pad, added User and Comments Task List Pad Views * MonoDevelop.Ide.Gui.Pads/OpenTaskView.cs: removed (renamed to ErrorView) * MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs: * MonoDevelop.Ide.Gui.Pads/TaskListPad.cs: * MonoDevelop.Ide.Codons/TaskListViewCodon.cs: * MonoDevelop.Ide.Tasks/UserTask.cs: * MonoDevelop.Ide.Tasks/ITaskListView.cs: * MonoDevelop.Ide.Tasks/TaskPriority.cs: * MonoDevelop.Ide.Gui.OptionPanels/TasksOptionsPanel.cs: added * MonoDevelop.Ide.Gui/ProjectOperations.cs: track API changes * MonoDevelop.Ide.Tasks/Task.cs: changed TaskType enum, added Priority property, new Constructors * MonoDevelop.Ide.Tasks/TaskService.cs: refactored, added User Tasks and Comment Tasks functionality 2006-11-11 David Makovský (Yakeen) * /MonoDevelop.Ide.Commands/FileCommands.cs: fix for bug 79410 2006-10-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/LinkedFilesFolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/LinkedFilesFolder.cs: * icons/Icons.16x16.LinkOverlay.png: * MonoDevelop.Ide.addin.xml: Implemented support for files outside of a project directory. Fixes bug #79296. FolderNodeBuilder.cs code contributed by Chris Morgan. * Makefile.am: * MonoDevelop.Ide.mdp: Updated. 2006-10-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: Make sure combine events are dispatched in the GUI thread. 2006-10-06 Andrés G. Aragoneses * MonoDevelop.Ide.Gui.Dialogs/ReplaceDialog.cs: Improved string. 2006-09-26 Jacob Ilsø Christensen * MonoDevelop.Ide.Commands/ViewCommands.cs: * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: * MonoDevelop.Ide.addin.xml: Added functionality to expand all nodes. 2006-09-25 Jacob Ilsø Christensen * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Re-enabled "Find Derived Classes" functionality. 2006-09-24 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs: * MonoDevelop.Ide.Gui.Search/SearchReplaceManager.cs: * MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: Fixed some pluralization issues. 2006-09-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/OpenTaskView.cs: Track API changes. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Fire the Begin/End build events in the GUI thread. * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Fire the OnExiting and OnExited events when closing the IDE. 2006-09-19 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui.Dialogs/GotoClassDialog.cs: Added caching of icons. Removed namespace column and added the namespace to the class column instead. 2006-09-19 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui.Dialogs/GotoClassDialog.cs: Added icons. 2006-09-19 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui.Dialogs/GotoClassDialog.cs: Fixed problem which occurred when the main solution has multiple subsolutions. 2006-09-19 Jacob Ilsø Christensen * .: Added svn:ignore for MonoDevelop.Ide.pidb * gtk-gui/generated.cs: * gtk-gui/gui.stetic: GUI code for GotoClassDialog. * MonoDevelop.Ide.mdp: * Makefile.am: Added GotoClassDialog. * MonoDevelop.Ide.Commands/SearchCommands.cs: Added GotoClassCommand. * MonoDevelop.Ide.Gui.Dialogs/GotoClassDialog.cs: The GotoClassDialog. * MonoDevelop.Ide.addin.xml: Added menu item for the GotoClassDialog. 2006-09-12 Levi Bard * MonoDevelop.Ide.Gui/ProjectOperations.cs: Win32 URI workaround. * MonoDevelop.Ide.Gui/Workbench.cs: Win32 URI workaround. * MonoDevelop.Ide.Gui/IdeStartup.cs: Autoinitialize VFS, TCP IPC fixes. * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Win32 URI workaround. 2006-09-12 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs: Don't show files which are not under the project directory. 2006-09-11 Jacob Ilsø Christensen * MonoDevelop.Ide.addin.xml: A few minor HIG updates. 2006-09-07 Andrés G. Aragoneses * MonoDevelop.Ide.Templates/CombineDescriptor.cs: * MonoDevelop.Ide.Templates/CombineEntryDescriptor.cs: * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: * MonoDevelop.Ide.Templates/ProjectDescriptor.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ShowAllFilesBuilderExtension.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Gui/Workbench.cs: Improved strings and fixed typo. 2006-08-30 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Search/SearchReplaceManager.cs: Fix the build. 2006-08-30 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: Properly report file open errors. * MonoDevelop.Ide.Gui.Search/SearchReplaceManager.cs: Don't crash if a file can't be opened. * MonoDevelop.Ide.Gui.Search/FileDocumentInformation.cs: * MonoDevelop.Ide.Gui.Search/ForwardTextFileIterator.cs: Use Read file share for reading the file. 2006-08-29 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/OpenTaskView.cs: Make the toolbar smaller and add some spacing. * MonoDevelop.Ide.mdp: Removed unused file. * MonoDevelop.Ide.Gui/Document.cs: Unsubscribe ActiveViewContentChanged event when the window is closed. * MonoDevelop.Ide.Gui/Workbench.cs: Fixed error message. * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Added some missing Destroys(). * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Unsubscribe events to avoid memory leaks. 2006-08-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceNodeBuilder.cs: Fixed exception when trying to update an empty tree. * MonoDevelop.Ide.Gui/Workbench.cs: Don't crash if a file load fails. * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Route commands through the view, before routing to the parent. * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/AssemblyReferencePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/ProjectReferencePanel.cs: Several fixes and code refactoring that closes bug #79099. 2006-08-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/FileSelectorDialog.cs: Don't show the encoding selector when a folder is selected. 2006-08-10 Scott Ellington * MonoDevelop.Ide.Gui/IViewContent.cs: add StockIconId property * MonoDevelop.Ide.Gui/AbstractViewContent.cs: implement ^^ * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: use StockIconId * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: use StockIconId 2006-08-08 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/ProjectCommands.cs: Added deploy command. Build the project before deploying. * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Set the pad as command target when showing the context menu. Fixes bug #76141. * MonoDevelop.Ide.Gui.Pads/OpenTaskView.cs: Added null check. * MonoDevelop.Ide.addin.xml: Added deploy command. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Added Deploy method. 2006-08-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/IEncodedTextContent.cs: New interface. * Base.glade: Added dialog for managing encodings. * MonoDevelop.Ide.Commands/FileCommands.cs: Moved most of the code to FileSelectorDialog. * MonoDevelop.Ide.Gui/FileViewer.cs: Track api changes. * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/Document.cs: Implemented support for saving and loading files using a specific text encoding. * MonoDevelop.Ide.Gui.BrowserDisplayBinding/BrowserDisplayBinding.cs: Track api changes. CreateContentForFile should only create the view, not load it. 2006-07-30 Matej Urbas * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassNodeBuilder.cs: Removed a trace message. 2006-07-26 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassData.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceData.cs: Added some null checks. * MonoDevelop.Ide.Gui.Pads.ClassPad/CombineNodeBuilder.cs: In OnEntryAdded, delay the tree update a bit, since the parser database is updated using the same event, so we have to wait until it is updated. * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: When adding files, set the current selected folder as default directory. * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Removed unused column. * MonoDevelop.Ide.Gui/ProjectOperations.cs: When adding a combine entry to a combine, use the combine folder as default directory. 2006-07-21 Michael Hutchinson * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Improve name file generation. Use defaultExtension for filenames that specify neither a language nor a name pattern. * MonoDevelop.Ide.Gui.BrowserDisplayBinding/BrowserDisplayBinding.cs: Make browser preview more robust (missed earlier). 2006-07-21 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Don't ctash for file which don't have a language. method to ProjectOperations. * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: When disposing the dialog, destroy it. * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Moved GoToDeclaration 2006-07-20 Michael Hutchinson * MonoDevelop.Ide.Gui.BrowserDisplayBinding/HtmlViewPane.cs: Make independent of SourceEditor by using ITextBuffer instead; re-enable live secondary view of html pages. * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Re-enable and re-work support for secondary ViewContents. * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: * MonoDevelop.Ide.Gui/IWorkbenchWindow.cs: Add an event to detect when the active ViewContent changes. * MonoDevelop.Ide.Gui/IBaseViewContent.cs: * MonoDevelop.Ide.Gui/AbstractBaseViewContent.cs: * MonoDevelop.Ide.Gui/AbstractViewContent.cs: * MonoDevelop.Ide.Gui/Workbench.cs: New method bool CanReuseView (string fileName), used to determine whether an existing ViewContent can be used instead of re-opening a file. * MonoDevelop.Ide.Gui/IBaseViewContent.cs: * MonoDevelop.Ide.Gui/ISecondaryViewContent.cs: * MonoDevelop.Ide.Gui/IViewContent.cs: Move TabPageLabel back into into the base interface, as it is duplicated in both deriving interfaces. * MonoDevelop.Ide.Gui/Document.cs: Add a property to retrieve the active IViewContent, and an event to detect when it changes. 2006-07-20 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: Removed call to StealFocus, since StartLabelEdit already does it. * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Removed StealFocus method and merged into StartLabelEdit. * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Removed workaround for showing a dock item, since it now works. 2006-07-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Fix some problems with tab reordering. 2006-07-17 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: In IsValidName, don't crash if the language name is not provided. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: The IncludeInDeploy command now sets the new BuildAction.FileCopy flag. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: Removed unused command. * MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs: Track api changes. * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: Removed unused treeview. Renamed some fields for clarity. Catch some exceptions. * MonoDevelop.Ide.mdp: Updated. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Removed unused method. 2006-07-12 Lluis Sanchez Gual * Base.glade: Fix some accelerators in the new project dialog. * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Add support for "Go to declaration" for local variables. * MonoDevelop.Ide.Commands/ProjectCommands.cs: Added command for configuring deploy targets. * MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: Moved handling of command ProjectCommands.Options to a global handler, so it can be used in the main menu. * MonoDevelop.Ide.addin.xml: Added new ConfigureDeployTargets command. Renamed Run menu to Project, which I think makes more sense. Commented out currently unused debugger commands. * MonoDevelop.Ide.Gui/ProjectOperations.cs: In ShowOptions, support showing a specific options panel. 2006-07-11 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: Show startup projects in bold. * MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs: Update the tree when the startup project changes. * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: Use the LeftMargin property for indenting, this fixes bug #78387. 2006-07-11 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/AssemblyReferencePanel.cs: Show errors in a modal dialog. * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs: Added getter for the window. 2006-07-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/ProjectReferencePanel.cs: Don't allow selecting projects which can cause cyclic dependencies. * MonoDevelop.Ide.Gui/IdeStartup.cs: Remove debug message. * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: When loading a layout, make sure the documents dock item is always shown. * MonoDevelop.Ide.Tasks/Task.cs: Added null check. * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: Fix warning. Use a darker color for the label. * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: * MonoDevelop.Ide.Gui.Dialogs/AssemblyReferencePanel.cs: Fix warnings. * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.addin.xml: Added icon for background parsing. * Makefile.am: * MonoDevelop.Ide.mdp: Updated. 2006-07-10 Alejandro Serrano * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassNodeBuilder.cs: Show generic parameters on class nodes. 2006-07-06 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: Show system files in grey color. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: Show a warning message in the label when a language binding of a project can't be found. * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Allow markup in a tree view. 2006-07-05 Michael Hutchinson * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Updated to use ReturnType as BaseTypes in IType instances. 2006-07-04 Michael Hutchinson * Core/src/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml: * Core/src/MonoDevelop.Ide/Makefile.am: * Core/src/MonoDevelop.Ide/MonoDevelop.Ide.mdp: * MonoDevelop.Ide.Templates/CodeTranslationFileDescriptionTemplate.cs: New file. Template translates source code from any CodeDom-parseable language to any CodeDom language. * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Add support for templated filenames. Reduced complexity of name determination code. 2006-07-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/AbstractPadContent.cs: Made Initialize method virtual. * MonoDevelop.Ide.Gui/IPadContainer.cs: Don't fire the PadShown and PadHidden events here, the workspace layuot takes care of that now. * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Fire the PadShown and PadHidden events. * MonoDevelop.Ide.Gui/Pad.cs: Change visibility of the pad using the internal IPadWindow. 2006-07-03 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/ProjectTemplate.cs: * MonoDevelop.Ide.Templates/CombineDescriptor.cs: Added support for Combine sublasses in templates. * MonoDevelop.Ide.addin.xml: Updated add-in and references versions. * MonoDevelop.Ide.Commands/ViewCommands.cs: * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Implemented Refresh command for tree pads. Allow changing the set of node builders at run time (to support run-time assembly loading). * MonoDevelop.Ide.Commands/ProjectCommands.cs: Run the deploy command in a background thread. * MonoDevelop.Ide.Commands/HelpCommands.cs: Destroy the about dialog when done. * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFile.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: Added flag to SystemFile to make the semi-transparent icon optional. * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceNodeBuilder.cs: Track api changes in ProjectReference. * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: Destroy the dialog when done. * MonoDevelop.Ide.Gui/Workbench.cs: Avoid switching layout when not necessary. * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Explicitely route commands coming from pads to the main frame. It makes commands work for detached pads. * MonoDevelop.Ide.Codons/SolutionPadCodon.cs: Update tree pads when loading assemblies which add new node builders. 2006-06-29 Michael Hutchinson * MonoDevelop.Ide.Templates/FileTemplate.cs: * MonoDevelop.Ide.Templates/FileDescriptionTemplate.cs: * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Add IsValidName hook for new file dialogue to check filename validity. * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Add virtual ModifyTags method for deriving classes to hook into tag substitution. Make GetFileName virtual, correct extension-checking logic. * MonoDevelop.Ide.Templates/ProjectTemplate.cs: Allow project templates to specify multiple supported languages (comma- separated, with "*" as a wildcard for all .NET langauges. Logic is a little odd, but public API is unchanged. * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: Allow file templates to specify multiple supported languages (comma- separated, with "*" as a wildcard for all .NET langauges. Use tempates' IsValidName method to check for valid filenames. * MonoDevelop.Ide.Gui/ProgressMonitors.cs: Fix build command -- current SVN mcs seems to treat monitorId++ as null. *MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Add my name. 2006-06-15 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/ProjectCommands.cs: Implemented DeployTargetList command. 2006-06-15 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/DisplayBindingService.cs: * MonoDevelop.Ide.Templates/FileDescriptionTemplate.cs: * MonoDevelop.Ide.Templates/ProjectTemplate.cs: * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide.Templates/FileTemplate.cs: Use the new extension listeners to read extensions. * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Added null check. * MonoDevelop.Ide.Gui/AddinUpdateHandler.cs: After running the add-in manager, load newly activated add-ins. * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Create new toolbars and main menu when new items are added by add-ins. 2006-06-08 Matej Urbas * Monodevelop.Ide.Gui/Document.cs: Fixed the way ViewOnly documents influence save operations. One cannot save ViewOnly documents anymore. * Monodevelop.Ide.Gui/ViewCommandHandlers.cs: Added OnUpdateSaveFileAs handler and fixed OnUpdateSaveFile. 2006-06-05 Scott Ellington * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Added my name. 2006-06-03 John Luke * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: use Path.GetInvalidPathChars to fix obsolete warning 2006-06-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/StatusProgressMonitor.cs: Added an option for not showing the task titles in the status bar (will always show the initial title in this case). * MonoDevelop.Ide.Gui/ProgressMonitors.cs: Use the previous option for the save progress monitor. 2006-05-31 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Ide.cs: Moved field initialization to the Initialize method, to make sure child objects are not created before the whole infrastructure is ready. 2006-05-30 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/ViewCommands.cs: * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: Implemented OpenWith command for project files. * MonoDevelop.Ide.Gui/DisplayBindingService.cs: * MonoDevelop.Ide.Gui/Workbench.cs: Implemented GetFileViewers command, which returns all available viewers (internal or external) for a file. * MonoDevelop.Ide.Codons/IDisplayBinding.cs: * MonoDevelop.Ide.Gui.BrowserDisplayBinding/BrowserDisplayBinding.cs: Added DisplayName property to IDisplayBinding. * MonoDevelop.Ide.mdp: * Makefile.am: Updated. 2006-05-29 David Makovský (Yakeen) * MonoDevelop.Ide.Gui.Content/ICodeStyleOperations.cs: reverted interface changes * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: implemented upper/lower functionality here 2006-05-23 David Makovský (Yakeen) * MonoDevelop.Ide.Gui.Content/ICodeStyleOperations.cs: enhanced interface for new editor actions * MonoDevelop.Ide.Commands/EditCommands.cs: added new enum members for these actions * MonoDevelop.Ide.addin.xml: included in edit menu * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: default handlers 2006-05-12 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: Track api changes. 2006-05-05 Lluis Sanchez Gual * MonoDevelop.Ide.Codons/WorkbenchContextCodon.cs: * MonoDevelop.Ide.Codons/SolutionPadCodon.cs: Use the new ChildCodons attribute instead of Category. * MonoDevelop.Ide.addin.xml: Added application description. 2006-05-04 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Updated versions. * MonoDevelop.Ide.mdp: Updated. * MonoDevelop.Ide.Gui/IdeStartup.cs: Do check for bug 77135 only in suse 10. 2006-04-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/GacReferencePanel.cs: * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs: Show only assemblies valid for the target runtime version of the project. 2006-04-20 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui/ProjectOperations.cs: Save solution preferences in the actual solution directory instead of in .config/MonoDevelop/CombinePreferences. Fixed bug #78036. 2006-04-19 Andrés G. Aragoneses * Base.glade: improved string. 2006-04-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: When adding files to a project, don't save the project until all files have been added. Also show a progress monitor when adding many files. 2006-04-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Fixed crash after renaming a folder (bug #78134). 2006-04-18 Andrés G. Aragoneses * MonoDevelop.Ide.Gui.Pads/DefaultMonitorPad.cs: * MonoDevelop.Ide.Gui/ProgressMonitors.cs: Added strings to l10n. * MonoDevelop.Ide.Gui/IdeStartup.cs: Fixed typo. 2006-04-18 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: If the template provides a file name with extension, don't replace it. Fixes bug #78040. 2006-04-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: Don't create the splash window in the static initializer, since it may be created before GTK is initialized. 2006-04-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.BrowserDisplayBinding/BrowserDisplayBinding.cs: Fix null ref exception in Ubuntu. Fix by Sebastian Dröge. 2006-04-17 Jacob Ilsø Christensen * Base.glade: Fixed typo. 2006-04-07 David Makovský (Yakeen) * MonoDevelop.Ide.Commands/FileCommands.cs: Added filtering in File dialog * MonoDevelop.Ide.addin.xml: renamed attribute in FileFilter Extension 2006-04-07 Lluis Sanchez Gual * MonoDevelop.Ide.Codons/NodeBuilderCodon.cs: * MonoDevelop.Ide.Codons/PadOptionCodon.cs: * MonoDevelop.Ide.Codons/DisplayBindingCodon.cs: * MonoDevelop.Ide.Codons/SolutionPadCodon.cs: * MonoDevelop.Ide.Codons/ProjectTemplateCodon.cs: * MonoDevelop.Ide.Codons/PadCodon.cs: * MonoDevelop.Ide.Codons/ContextPadCodon.cs: * MonoDevelop.Ide.Codons/FileTemplateCodon.cs: * MonoDevelop.Ide.Codons/FileTemplateTypeCodon.cs: * MonoDevelop.Ide.Codons/WorkbenchContextCodon.cs: * MonoDevelop.Ide.addin.xml: Add documentation. * Makefile.am: * MonoDevelop.Ide.mdp: Removed unused file. 2006-04-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Minor fix. 2006-04-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Search/AllOpenDocumentIterator.cs: Skip documents which are not text buffers while iterating through all open files. 2006-04-04 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Removed cshrp.net. * icons/SplashScreen.png: Minor update. 2006-04-03 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs: Add some spacing and make the first column of the assembly list rezisable. * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: Embed the progress bar into the bitmap. * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Improved. * Makefile.am: Added new bitmap. * icons/Icons.AboutImage: * icons/SplashScreen.png: Use the current logo for the about box and splash window. 2006-03-31 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Break compatibility with old versions. 2006-03-30 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IdeStartup.cs: Added option for using the tcp channel for IPC, instead of the unix channel. 2006-03-29 Jacob Ilsø Christensen * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.mdp: * Makefile.am: * MonoDevelop.Ide.Gui/TipOfTheDayStartupHandler.cs: Added a startup handler to ensure that the tip of the day window is showed at startup if configured to do so. 2006-03-23 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/ProjectDescriptor.cs: ProjectReference doesn't have a setter for ReferenceType anymore. * Makefile.am: Removed unused file. 2006-03-23 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs: Renamed the GAC tab to Packages tab. The references dialog don't show assemblies in the gac, but from properly registered packages. * MonoDevelop.Ide.Gui/IdeStartup.cs: Added a better explanation for a common crash. 2006-03-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/AddinLoadErrorDialog.cs: Don't show the stack trace for exceptions of type MissingDependencyException. * MonoDevelop.Ide.Gui/IdeStartup.cs: Added a check for bug #77135. 2006-03-21 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui.OptionPanels/CodeGenerationPanel.cs: Apply one Glade.Widget per field. Fixes bug 77715. 2006-03-16 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: If a pad is iconified remember to uniconify it before showing it. Fixes bug 77604. 2006-03-16 Jacob Ilsø Christensen * MonoDevelop.Ide/Services.cs: * MonoDevelop.Ide.Gui.Pads/MonodocTreePad.cs: * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide.Gui/HelpViewer.cs: Use new DocumentationService. 2006-03-12 David Makovský (Yakeen) * Base.glade: Marking some strings not to be translated. Not include balast in pot file. 2006-03-14 Levi Bard * MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: Trim search results. Also strip ^M from source. 2006-03-14 Michael Hutchinson * MonoDevelop.Ide.Gui.Dialogs/IncludeFilesDialog.cs: Make sure that Glade looks for the resource file in the correct assembly 2006-03-08 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Don't show the enclosing item if it is the same as the identified item. Implemented FindDerivedClasses. * MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs: Update the entry count when solution entries change. * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Update the node label after renaming. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Added CodeRefactorer property. 2006-03-07 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui.Pads/OpenTaskView.cs: Added fix for bug 77449. Thanks to David Makovský. 2006-03-07 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: * MonoDevelop.Ide.Templates/ResourceFileDescriptionTemplate.cs: Implemented template for adding resources to a project. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ResourceFolderNodeBuilder.cs: When adding a resource to a project, if the file is already present in the project, just change the build action. * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: Update the tree when the properties of a project file change. * MonoDevelop.Ide.addin.xml: Registered some templates moved from the c# binding. * Makefile.am: * MonoDevelop.Ide.mdp: Updated. 2006-03-06 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: If text editing is cancelled, restore the original text. Also avoid editing the name if it is already being edited. * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/Ide.cs: Don't exit if the user cancels the operation. 2006-03-05 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: 2006-03-03 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui.Pads/FileScout.cs: Added fix for bug 77600. Thanks to Levi Bard. 2006-03-03 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassNodeBuilder.cs: Wrap inner classes with a ClassData object when adding them to the tree. Fixes bug #77695. 2006-03-02 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/IViewContent.cs: * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/AbstractViewContent.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: * MonoDevelop.Ide.Gui.Dialogs/DirtyFilesDialog.cs: Removed HasProject property from IViewContent. 2006-03-02 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/ProjectDescriptor.cs: * MonoDevelop.Ide.Templates/FileTemplate.cs: Added directory parameter to AddToProject. * MonoDevelop.Ide.Templates/FileDescriptionTemplate.cs: Same as previous. Also added Show method. * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: Create the file in the correct directory. Implemented Show (). 2006-02-28 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Updated authors. 2006-02-28 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui.Pads/OpenTaskView.cs: Fixed update of buttons. 2006-02-28 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui/ProjectOperations.cs: Fixed plural issues. 2006-02-24 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/FileTemplate.cs: Changed the extensio model for file templates. Now all work is done by FileDescriptionTemplate. * MonoDevelop.Ide.Templates/FileDescriptionTemplate.cs: this is now a base class for different types of file templates. It has several overridable methods for generating file content. * MonoDevelop.Ide.Templates/ProjectDescriptor.cs: Most of the funcionality of creating and adding files to the project has been moved to FileDescriptionTemplate. * MonoDevelop.Ide.Commands/RefactoryCommands.cs: Added null check. * MonoDevelop.Ide.Gui.Pads.ClassPad/ClassNodeBuilder.cs: Don't show members for classes of type Delegate. * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: Track api changes. * templates/EmptyStruct.xft.xml: * templates/EmptyClass.xft.xml: * templates/EmptyInterface.xft.xml: * templates/EmptyEnum.xft.xml: Use the new syntax for specifying CodeDom file templates. * MonoDevelop.Ide.addin.xml: Added new extension point for registering new FileDescriptorTemplates. * Makefile.am: * MonoDevelop.Ide.mdp: Updated. * MonoDevelop.Ide.Codons/IDisplayBinding.cs: * MonoDevelop.Ide.Gui.BrowserDisplayBinding/BrowserDisplayBinding.cs: * MonoDevelop.Ide.Gui/Workbench.cs: Use a Stream paramenter instead of a String for providing the content for a document. * MonoDevelop.Ide.Templates/TextFileDescriptionTemplate.cs: * MonoDevelop.Ide.Templates/CodeDomFileDescriptionTemplate.cs: * MonoDevelop.Ide.Templates/SingleFileDescriptionTemplate.cs: * MonoDevelop.Ide.Codons/FileTemplateTypeCodon.cs: New files. 2006-02-24 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Use one line per field, in order to get attributes properly applied. 2006-02-19 Andrés G. Aragoneses * Base.glade: improved a string. * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: fixed a typo in a comment. * MonoDevelop.Ide.addin.xml: improved some strings and added other ones to l10n (changed to fix bug #77516). 2006-02-16 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectSolutionPad.cs: Delay file selection in the tree when switching documents. * MonoDevelop.Ide.Gui/Document.cs: Notify file changes when saving documents. * MonoDevelop.Ide.Gui/Ide.cs: Added new Services member to IdeApp which provides access to most of services used in the Ide. 2006-02-14 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui.Pads/OpenTaskView.cs: Fixed plural issues with labels. Removed code duplication. 2006-02-11 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/TreeViewPad.cs: Honor the AllowRename flag. * MonoDevelop.Ide.Gui.OptionPanels/ExternalToolPanel.cs: * MonoDevelop.Ide.Gui/SdStatusBar.cs: Remove Gnome reference. 2006-02-01 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads/OpenTaskView.cs: Implement filtering in tasklist by item types. Patch by David Makovský. 2006-01-31 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui/Document.cs: Make sure that a null ContentName is handled in IsBuildTarget. Fixes bug 77361. 2006-01-30 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/RefactoryCommands.cs: When selecting a field or property, add refactoring submenu for the member type. * MonoDevelop.Ide.Gui.Pads.ClassPad/NamespaceNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ClassPad/ProjectNodeBuilder.cs: Track changes in parser api. 2006-01-25 Jacob Ilsø Christensen * Base.glade: Fixed spelling of add-in. 2006-01-25 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Make sure the correct tab is removed. Fixes bug 76900. 2006-01-24 Muthiah Annamalai * Monodevelop.Core.Gui.Dialogs/NewFileDialog.cs: Added double-click response to expand category tree or collapse tree, a toggle effect. 2006-01-24 Jacob Ilsø Christensen * Base.glade: Fixed spelling mistake. 2006-01-24 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/CombineDescriptor.cs: Added getter for the list of entry descriptors. Take the combine name from the new ProjectCreateInformation.CombineName property. * MonoDevelop.Ide.Templates/ProjectTemplate.cs: Added Id property (taken from the codon ID). Added CreateCombine method, which does what CreateProject was doing until now. CreateProject now creates a project but not a combine. * Base.glade: * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Some improvements in the new project dialog. * MonoDevelop.Ide.addin.xml: Use some new icons for new project and new solution. Moved here the BlankSolution template from the CSharpBinding. * Makefile.am: Added BlankSolution. * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Commands/FileCommands.cs: Track api changes. 2006-01-23 Jacob Ilsø Christensen * MonoDevelop.Ide.Codons/PadOptionCodon.cs: * MonoDevelop.Ide.Codons/PadCodon.cs: Added internationalization. 2006-01-22 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: In CloseAllDocuments, the active document is now the last one to close. It avoids firing too many ActiveDocumentChanged events. * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: * MonoDevelop.Ide.Gui/IWorkbenchWindow.cs: Removed unused events. * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Make sure the active window changed event is fired only when really necessary. 2006-01-18 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/ProjectCommands.cs: Disable build and run commands if the current file is not a valid build target. * MonoDevelop.Ide.Gui/Document.cs: Added IsBuildTarget property. 2006-01-18 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/FileTemplate.cs: Added an Id property, which stores the codon Id. * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceFolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ResourceFolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectFileNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: On project specific commands, save the affected project, not the whole combine. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Added SaveProject method. Added a CreateProjectFile overload with a parameter that can be the id of the template to select by default in the new file dialog. * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: Allow selecting a template. * MonoDevelop.Ide.Gui/Workbench.cs: Added null check. 2006-01-14 Andrés G. Aragoneses * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Replaced 'Combine' by 'Solution'. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Replaced 'Combine' by 'Solution'. 2006-01-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: WrapDocument() does not create a Document if it already exists. In ActiveDocument use WrapDocument instead of FindDocument since the document may not yet exist. * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: Set the name of the file as a tooltip of the tab. 2006-01-10 Lluis Sanchez Gual * MonoDevelop.Ide.Templates/FileTemplate.cs: Make FileTemplate public since now it can be subclassed. LoadFileTemplate is now static. Split the Create method in several overridable methods. * MonoDevelop.Ide.Templates/FileDescriptionTemplate.cs: Made public for the same reason. * MonoDevelop.Ide.Templates/INewFileCreator.cs: The only method is now CreateItem. * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: Catch and show error messages. * MonoDevelop.Ide.Gui/DisplayBindingService.cs: Made public some of its methods. * MonoDevelop.Ide.Gui/ProjectOperations.cs: When closing the combine, close only open files that belong to the combine. * MonoDevelop.Ide.Gui/Workbench.cs: Added getter for the DisplayBindingService. 2006-01-04 Alexandre Miguel Pedro Gomes * MonoDevelop.Ide.addin.xml: Added icons to (un)comment lines, (un)indent and reload file. 2005-12-16 John Luke * templates/Empty*.xft.xml: * Makefile.am: * MonoDevelop.Ide.addin.xml: add EmptyInterface, EmptyStruct, and EmptyEnum templates 2005-12-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/IEditable.cs: Renamed to IEditableTextBuffer. This interface now inherits from IEditableTextFile. Removed some methods that are now inherited. * MonoDevelop.Ide.Gui.Content/ITextBuffer.cs: This interface now inherits from ITextFile. Moved some methods to the base interface. Removed the concept of 'position'. Now everything is handled with offsets. * MonoDevelop.Ide.Gui.Content/IBookmarkBuffer.cs: Removed the concept of 'position'. Now everything is handled with offsets. * MonoDevelop.Ide.Templates/FileDescriptionTemplate.cs: * MonoDevelop.Ide.Templates/FileTemplate.cs: Added support for CodeDom based file templates. * MonoDevelop.Ide.Gui.Dialogs/NewFileDialog.cs: * MonoDevelop.Ide.Commands/FileCommands.cs: Group language specific templates in its own tree branch. Added an entry for the file name. Templates are now filtered according to the current project type and language. * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: New files already have a name, so no need to rename them in the tree. * MonoDevelop.Ide/MonoDevelop.Ide.addin.xml: Added empty class template. * MonoDevelop.Ide/MonoDevelop.Ide.mdp: Updated. * MonoDevelop.Ide.Codons/IDisplayBinding.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui.BrowserDisplayBinding/BrowserDisplayBinding.cs: * MonoDevelop.Ide.Gui/DisplayBindingService.cs: Display bindings are now per mime type, not per language. * MonoDevelop.Ide.Gui.Search/SearchReplaceManager.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: Track changes in IEditable. * MonoDevelop.Ide.Gui/ProjectOperations.cs: Simplified CreateProjectFile, since now the file comes with a real name and path. * MonoDevelop.Ide.Gui/SdiWorkspaceWindow.cs: * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: * MonoDevelop.Ide/MonoDevelop.Ide.Gui/Document.cs: Properly show the name of newly created files, since now they have a name. 2005-12-05 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs: Handle empty directories and empty search patterns appropriately. Removed redundant fileMask check. Do not call SetupSearchReplaceInFilesManager when stopping a search. 2005-12-03 John Luke * AssemblyInfo.cs.in: add back --help output with Mono.GetOptions 2005-12-02 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui.Search/SearchReplaceManager.cs: Fixed typo. 2005-11-30 David Makovský * MonoDevelop.Ide.Gui/IdeStartup.cs: * MonoDevelop.Ide.Gui/Workbench.cs: Make some strings translatable. 2005-11-28 Jacob Ilsø Christensen * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: Make sure the size of the progress bar stays the same 2005-11-28 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/SharpDevelopAboutPanels.cs: * MonoDevelop.Ide.Gui.Dialogs/CommonAboutDialog.cs: Make some strings translatable. Patch by David Makovský. 2005-11-22 John Luke * MonoDevelop.Ide.Gui/DisplayBindingService.cs: percent escape files before getting the mimetype, fixes bug #75256 * MonoDevelop.Ide.Gui/Workbench.cs: unescape some files before opening them 2005-11-21 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: Make some sentences more translatable. 2005-11-18 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Added separator in context menu. 2005-11-18 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/SystemFileNodeBuilder.cs: Save the project after including a file. * MonoDevelop.Ide.Gui.Search/SearchReplaceManager.cs: Fixed bug in Replace. 2005-11-17 Lluis Sanchez Gual * MonoDevelop.Ide.CodeTemplates/CodeTemplateLoader.cs: * MonoDevelop.Ide.ExternalTools/ToolLoader.cs: * MonoDevelop.Ide.Gui.Dialogs/DirtyFilesDialog.cs: * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Removed useless Observed* calls. * MonoDevelop.Ide.Gui.Search/ForwardTextIterator.cs: Place the position after the replaced text. Fixes bug #76728. 2005-11-16 Lluis Sanchez Gual * options/DefaultEditingLayout.xml: Updated with the new pad names. 2005-11-15 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: * AddInsOptionsPanel.cs: * Base.glade: Added options dialog for the add-in manager. * MonoDevelop.Ide.Commands/ToolsCommands.cs: Moved some code to AddinUpdateHandler. * MonoDevelop.Ide.Gui/AddinUpdateHandler.cs: Take into account the update check periodicity configured by the user. * Makefile.am: * MonoDevelop.Ide.mdp: Added new file. * MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide.Gui/ViewCommandHandlers.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Gui/IPadContainer.cs: * MonoDevelop.Ide.Gui/PadCollection.cs: * MonoDevelop.Ide.Gui/Workbench.cs: * MonoDevelop.Ide.Gui/IdeStartup.cs: * MonoDevelop.Ide.Gui/DocumentCollection.cs: * MonoDevelop.Ide.Gui/HelpOperations.cs: * MonoDevelop.Ide.Gui/ProgressMonitors.cs: * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide.Gui/Pad.cs: Added some missing license headers. 2005-11-14 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Catch and show errors raised while creating the project. 2005-11-11 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Search/SearchReplaceInFilesManager.cs: * MonoDevelop.Ide.Commands/SearchCommands.cs: Factorized some code into SearchReplaceInFilesManager. * MonoDevelop.Ide.Gui.Dialogs/ReplaceInFilesDialog.cs: Created method for loading search options in the dialog. * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/CombineNodeBuilder.cs: Added Find In Files option in the context menu of the project pad, which takes the selected folder as search directory. 2005-11-10 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/IEditable.cs: * MonoDevelop.Ide.Gui.Content/ITextBuffer.cs: Added some new methods. * MonoDevelop.Ide.Gui.Dialogs/SelectReferenceDialog.cs: Don't crash if a project is not found. * MonoDevelop.Ide.addin.xml: Added undo/redo to the toolbar. * MonoDevelop.Ide.Gui/Document.cs: Added Closed and Saved events. * MonoDevelop.Ide.Gui/StatusProgressMonitor.cs: Make sure the status bar is updated. 2005-11-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Content/IEditable.cs: Added InsertText method. * MonoDevelop.Ide.Gui.Content/ITextBuffer.cs: Added GetPositionFromLineColumn method. * MonoDevelop.Ide.Gui/IdeStartup.cs: * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: * MonoDevelop.Ide.Gui.OptionPanels/ExternalToolPanel.cs: Fixed warnings. * MonoDevelop.Ide.Gui/Workbench.cs: Fix NRE when opening a file in an external editor. 2005-10-25 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Workbench.cs: Don't show the main window until all stored sizes have been restored. * MonoDevelop.Ide.Gui/IdeStartup.cs: Remove unnecessary progress steps. * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: It is not the responsibility of the layout to Show the workbench. Don't load the stored layout when attaching, since the pads won't restore to the correct size if the workbench does not already have the original size. * MonoDevelop.Ide.Gui/Ide.cs: Minor progress monitoring fixes. * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: Update the current task name in IProgressMonitor.EndTask (). 2005-10-20 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Use icons-only toolbars in the IDE. There are too many buttons for icons-and-text. 2005-10-20 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.OptionPanels/ExternalToolPanel.cs: Get the command name directly from the Gtk.Entry, since GNome.FileEntry adds the default namespace to it. Also update the tool data when the command changes. This fixes bug #75627. 2005-10-20 Lluis Sanchez Gual * MonoDevelop.Ide.Commands/ProjectCommands.cs: * MonoDevelop.Ide.Gui.Pads.ProjectPad/ProjectReferenceNodeBuilder.cs: * MonoDevelop.Ide.addin.xml: Added LocalCopyReference command for toggling the Local Copy property of references. Fixes bug #75409. 2005-10-20 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Dialogs/NewProjectDialog.cs: Create the solution in the same folder as the project. Fixes bug #60314. 2005-10-19 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/Ide.cs: Execute auto-start commands. * MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide.Commands/ToolsCommands.cs: Added command for showing the Add-in manager. * Makefile.am: * MonoDevelop.Ide/MonoDevelop.Ide.mdp: Added new files. * MonoDevelop.Ide.Gui/DefaultStatusBarService.cs: * MonoDevelop.Ide.Gui/IStatusBarService.cs: * MonoDevelop.Ide.Gui/IStatusIcon.cs: * MonoDevelop.Ide.Gui/BackgroundProgressMonitor.cs: * MonoDevelop.Ide.Gui/SdStatusBar.cs: Icons are now hiden by calling Dispose. Added SetAlarmMode to make icons blink in the status bar. Use Pixbuf insted of Image for icons. * MonoDevelop.Ide.Gui/AddinUpdateHandler.cs: New auto-start handler that checks for add-in updates. 2005-10-17 Lluis Sanchez Gual * MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs: When moving or copying a file that is open and modified in the text editor, ask whether it should be saved or not. Fixes bug #76209. 2005-10-13 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProjectOperations.cs: In CreateCombineEntry, only open the combine if we are creating a root combine. 2005-10-11 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Fixed incorrect class name. 2005-10-11 Lluis Sanchez Gual * MonoDevelop.Ide.addin.xml: Fixed addin header information. Use "id" attribuet instead of "name" to identify addins. * MonoDevelop.Ide.Gui/IdeStartup.cs: MessageService is now registered in the config file. 2005-10-10 John Luke * MonoDevelop.Ide.Gui/IdeStartup.cs: remove call to Gdk.Threads.Init 2005-10-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: * MonoDevelop.Ide.Gui/ProjectOperations.cs: * MonoDevelop.Ide.Commands/EditCommands.cs: * MonoDevelop.Ide.Templates/ProjectTemplate.cs: * MonoDevelop.Ide.Templates/FileTemplate.cs: Use the new addin API. * Base.glade: Moved the addin load error dialog here from MonoDevelop.Startup. * MonoDevelop.Ide.Gui/IdeStartup.cs: Moved here startup code from MonoDevelop.Startup. * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: Make it implement IProgressMonitor. * MonoDevelop.Ide.Gui.Dialogs/AddinLoadErrorDialog.cs: Fixed namespace name. * MonoDevelop.Ide.addin.xml: Added addin dependencies. Registered the IDE application. * Makefile.am: Added new files. * MonoDevelop.Ide.Gui/DefaultStatusBarService.cs: * MonoDevelop.Ide.Gui/DisplayBindingService.cs: Moved initialization code to InitializeService (). * MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide.Gui/Workbench.cs: Report progress while initializing the workbench. 2005-10-04 Lluis Sanchez Gual * Makefile.am: Install the assembly in the AddIns directory. 2005-10-04 Lluis Sanchez Gual * MonoDevelop.Ide.Gui/ProgressMonitors.cs: Fixed wrong cast on find in files. * MonoDevelop.Ide.Gui.Pads/SearchResultPad.cs: Properly restore the tab title. Remove unused code. * MonoDevelop.Ide.Gui/Document.cs: Don't save the file if it has not been modified. * MonoDevelop.Ide.Gui/Workbench.cs: Use the new method for initializing the layout. * MonoDevelop.Ide.Gui/IWorkbench.cs: * MonoDevelop.Ide.Gui/DefaultWorkbench.cs: Merged the setter for WorkbenchLayout and UpdateViews in a single method, which does all work in the correct order. Layout restore should work again. 2005-09-28 Lluis Sanchez Gual * Renamed to MonoDevelop.Ide. Changed internal organization of files. Many files moved to MonoDevelop.Core.Gui, MonoDevelop.Projects and MonoDevelop.Projects.Gui. 2005-09-23 Lluis Sanchez Gual * Services/File/DefaultFileService.cs: In OpenFile, properly select the window when the requested file has not yet been saved. 2005-09-22 Lluis Sanchez Gual * Services/DispatchService/DispatchService.cs: * MonoDevelop.Base/Internal/ProgressMonitoring/BaseProgressMonitor.cs: Added new RunPendingEvents method in DispatchService. 2005-09-13 Todd Berman * Gui/Dialogs/ReferenceDialog/AssemblyReferencePanel.cs: Patch from Brion Vibber to fix bug #76080. Automagically adds references from the AssemblyReferencePanel's FileChooser in a sane fashion. 2005-09-10 John Luke * Makefile.am: remove old reference to perl 2005-09-05 Todd Berman * Services/MessageService.cs: Add a new overload that allows a parent Window to be passed in. * Gui/Dialogs/NewProjectDialog.cs: Fix bug #75981 2005-08-23 Lluis Sanchez Gual * Gui/Dialogs/CommonAboutDialog.c: Load the image for the About dialog from resources. * Gui/Pads/ProjectPad/ProjectFolderNodeBuilder.cs: * Gui/Pads/ProjectPad/ProjectFolder.cs: do not subscribe to the file change events by default. Only do it when the new TrackChanges property is set to true. This avoids unneeded subscriptions when using temporary ProjectFolder objects. * Gui/CommandService.cs: Enable idle toolbar update for the main command manager. * Makefile.am: Added about image resource. 2005-08-22 Lluis Sanchez Gual * Commands/ViewCommands.cs: Implemented delete layout command. * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: Properly load saved layouts. Added DeleteLayout method. * Gui/IWorkbenchLayout.cs: Added DeleteLayout method. * MonoDevelopCore.addin.xml: Added Delete Layout command. 2005-08-20 John Luke * Gui/Pads/OpenTaskView.cs: * Gui/Pads/FileScout/FileList.cs: fix some warnings with the new gtk# 2005-08-19 Lluis Sanchez Gual * Gui/Completion/CompletionListWindow.cs: Improved the declaration window. Now it will wrap the member declaration if it doesn't fit in the screen. * Gui/Completion/DeclarationViewWindow.cs: Indent the member declaration if it doesn't fit one line. Reduced the size of the the documentation text. 2005-08-19 Lluis Sanchez Gual * Gui/Completion/CompletionListWindow.cs: Avoid crash is something goes wrong while showing the completion window. 2005-08-12 Lluis Sanchez Gual * Internal/Codons/Commands/LinkItemCodon.cs: * Gui/Dialogs/WordCountDialog.cs: * Gui/Dialogs/NewProjectDialog.cs: * Gui/Dialogs/NewFileDialog.cs: * Services/Project/ProjectService.cs: Use stock icon id instead of file name. * Gui/Pads/ProjectPad/ProjectFolderNodeBuilder.cs: Track changes in Stock.cs. * Services/ResourceService.cs: Add stock icons registered in the addin extension file. * Internal/Codons/Commands/CommandCodon.cs: * Internal/Codons/Commands/ItemSetCodon.cs: * Services/IconService.cs: Provide the AddIn when calling GetStockId, so resource icons are properly loaded. * Makefile.am: Embed icon and templates as resources. * Internal/Templates/FileTemplate.cs: * Internal/Templates/ProjectTemplates/ProjectTemplate.cs: * Internal/Codons/Templates/FileTemplateCodon.cs: * Internal/Codons/Templates/ProjectTemplateCodon.cs: templates are now loaded from resources. * MonoDevelopCore.addin.xml: Register base stock icons. Always use stock icon id instead of file name. * Services/ParserService/DefaultParserService.cs: Fix potential deadlock in UnloadDatabase. 2005-08-10 Lluis Sanchez Gual * Internal/Project/Project/ProjectReference.cs: Find referenced projects looking at the root combine that contain this reference. * Internal/Project/Project/Collections/ProjectReferenceCollection.cs: Set the owner project of the references being added. * Internal/Project/Combine/Combine.cs: Added method for finding projects in the combine hierarchy. * Internal/Project/Combine/CombineEntry.cs: Added property for getting the root combine of a project. * Internal/Project/Project/Project.cs: Make sure to always set the owner project to the references collection. Use RootCombine to find referenced projects, instead of the project service. Perform a topological sort of the referenced projects to build. * Internal/Project/Combine/CombineEntryCollection.cs: Added Contains method. 2005-08-10 Lluis Sanchez Gual * Commands/EditCommands.cs: * Services/Project/ProjectService.cs: * Gui/Dialogs/ProjectOptionsDialog.cs: * Gui/Dialogs/TreeViewOptions.cs: * Gui/Dialogs/CombineOptionsDialog.cs: TreeViewOptions now takes the parent window as first parameter of the constructor. * Services/Language/LanguageService.cs: Commented out some unused stuff. 2005-08-10 Lluis Sanchez Gual * Services/ProcessService/ProcessHostController.cs: Avoid unneeded reference to GLib. Added id parameter that is added as argument to the process. This helps identifying the process in the process list. * Services/ProcessService/ProcessService.cs: Provide a meaningful id to the ProcessHostController instances. 2005-08-10 Peter Johanson * Services/ILoggingService.cs: * Services/DefaultLoggingService.cs: Add support for for logging to arbitrarily named loggers. Allows for easy filtering/control of logging. * Services/ResourceService.cs: Report to logger named by service type. 2005-08-10 Ben Motmans * MonoDevelop.Base.mdp: references update + missing/added files 2005-08-09 Lluis Sanchez Gual * MonoDevelopCore.addin.xml: * Commands/AutostartCommands.cs: Remove useless autostart command. * Services/Project/IProjectService.cs: * Services/Project/ProjectService.cs: Added a parser database to store information about the opened combine. * Internal/Project/Project/ProjectReference.cs: * Services/SystemAssemblyService.cs: Added GetAssemblyLocation method, which returns the path to an assembly by loading it out-of-process. * Internal/Parser/IParser.cs: * Services/ParserService/IParserService.cs: * Services/ParserService/CodeCompletionDatabase.cs: * Services/ParserService/AssemblyCodeCompletionDatabase.cs: * Services/ParserService/SimpleCodeCompletionDatabase.cs: * Gui/Pads/ClassPad/ProjectNodeBuilder.cs: * Gui/Pads/ClassPad/NamespaceNodeBuilder.cs: * Services/ParserService/DefaultParserService.cs: * Services/ParserService/ProjectCodeCompletionDatabase.cs: Use the new IParserContext API. * Gui/ContentInterfaces/IEditable.cs: Added TextChanged event. * Gui/Workbench/DefaultWorkbench.cs: Reparse the active file when the text changes. * Gui/Completion/CommentCompletionDataProvider.cs: * Gui/Completion/ICompletionDataProvider.cs: * Gui/Completion/CodeCompletionDataProvider.cs: * Gui/Completion/TemplateCompletionDataProvider.cs: * Gui/Completion/CompletionListWindow.cs: Project and FileName have now been moved into ICompletionDataProvider, so there is no need to pass them to all methods. 2005-08-08 Lluis Sanchez Gual * Services/File/DefaultFileService.cs: Properly jump to the requested line after opening a file. * Services/DispatchService/SyncContextAttribute.cs: Some optimizations. * Internal/ProgressMonitoring/BaseProgressMonitor.cs: Apply the FreeDispatch attribute to the Log getter. * Services/ProcessService/ProcessHostController.cs: Send the object reference using the process pipe. No more huge base64 strings in the process command line. * Services/Project/ProjectService.cs: * Services/DebuggerService/IDebuggerService.cs: Moved implementation of DebugExecutionHandlerFactory to the debugger addin. * Gui/Components/MenuButtonEntry.cs: Fix warnings. * Search/DocumentIterator/DirectoryDocumentIterator.cs: Don't get the whole directory structure at the beginning. Do it incrementally. * Services/Tasks/ISearchProgressMonitor.cs: * Services/Tasks/SearchProgressMonitor.cs: * Gui/Pads/SearchResultPad.cs: * Gui/Search/SearchReplaceInFilesManager.cs: * Services/Tasks/TaskService.cs: Added progress monitor and Pad specific for search results. 2005-08-06 John Luke * MonoDevelop.Base.mdp: update 2005-08-03 Lluis Sanchez Gual * MonoDevelop.Base.mdp: Removed unused file. * Services/MessageService.cs: * Gui/Dialogs/ErrorDialog.cs: Added Show method. Removed debug code. 2005-08-03 Lluis Sanchez Gual * Gui/Search/SearchOptions.cs: Store options at the correct property set. * Gui/Pads/SolutionPad/TreeViewPad.cs: * Gui/Dialogs/OptionPanels/ExternalToolPanel.cs: * Gui/Dialogs/ProjectOptionsDialog.cs: * Commands/HelpCommands.cs: * Commands/VBConverter/ConvertBuffer.cs: * Commands/VBConverter/ConvertProject.cs: Use the new command system. * Gui/CommandService.cs: Added method for showing context menus. * Gui/GuiService.cs: Removed Old menu and toolbar services. * Gui/Dialogs/TreeViewOptions.cs: Provide a CommandManager that can be used to show a context menu. * Internal/Codons/Commands/CommandCodon.cs: Allow commands that use a string as ID (prefixed with @). * Internal/CollectionUtilities/Comparers.cs: * Gui/Components/SdMenu.cs: * Gui/Components/SdMenuCheckBox.cs: * Gui/Components/SdMenuCommand.cs: * Gui/Components/SdToolbarCommand.cs: * Gui/Components/SdMenuSeparator.cs: * Gui/Pads/PropertyPad/PropertyPadCommands.cs: * Gui/Pads/TreeViewMemento.cs: * Services/Toolbar/ToolbarService.cs: * Services/MenuService/MenuService.cs: * Commands/ProjectOptionsCommands.cs: * Internal/Codons/MenuItems/AbstractCheckableMenuCommand.cs: * Internal/Codons/MenuItems/ISubmenuBuilder.cs: * Internal/Codons/MenuItems/IMenuCommand.cs: * Internal/Codons/MenuItems/AbstractMenuCommand.cs: * Internal/Codons/MenuItems/ICheckableMenuCommand.cs: * Internal/Codons/MenuItems/MenuItemCodon.cs: Removed old code. * MonoDevelopCore.addin.xml: Removed old elements. 2005-07-30 John Luke * Services/MessageService.cs: remove two unused variables 2005-07-29 John Luke * MonoDevelop.Base.mdp: add new files to the project 2005-07-27 Lluis Sanchez Gual * Services/Tasks/OutputProgressMonitor.cs: Implement the IConsole interface. * Services/Tasks/TaskService.cs: Implement IConsoleFactory interface. * Services/ProcessService/IConsole.cs: New interface. * Services/ProcessService/NativePlatformExecutionHandler.cs: Execution handler for native applications. * Services/ProcessService/ProcessWrapper.cs: make the class implement the IProcessAsyncOperation interface. * Services/ProcessService/ExternalConsoleFactory.cs: Factory for xterm consoles. * Services/ProcessService/MintPlatformExecutionHandler.cs: Execution handler for running managed applications on the mono interpreter. * Services/ProcessService/DefaultExecutionHandlerFactory.cs: The execution handler factory for normal non-debug executions. * Services/ProcessService/MonoPlatformExecutionHandler.cs: Execution handler for running managed applications on the mono jit. * Services/ProcessService/ProcessService.cs: Modified StartConsoleProcess which now takes a generic IConsole as parameter. * Services/ProcessService/DebugExecutionHandlerFactory.cs: The execution handler factory for debug executions. * Services/ProcessService/ExecutionContext.cs: New class. * Internal/Codons/ExecutionHandlerCodon.cs: New codon for registering execution handlers. * Services/ProcessService/IExecutionHandlerFactory.cs: * Services/ProcessService/IConsoleFactory.cs: * Services/ProcessService/IExecutionHandler.cs: * Services/ProcessService/IProcessAsyncOperation.cs: New interfaces. * Services/DebuggerService/IDebuggerService.cs: It now takes an IConsole as parameter. * Internal/Project/Project/DotNetProject.cs: * Internal/Project/Project/Project.cs: * Internal/Project/Combine/Combine.cs: * Internal/Project/Combine/CombineEntry.cs: * Services/Project/ProjectService.cs: Removed the Debug method. The Execute method now has a ExecutionContext parameter that can be used to specify a debugging context or any other kind of execution context. * MonoDevelop.Base/Base.glade: * Gui/Dialogs/ErrorDialog.cs: * Services/MessageService.cs: GUI improvements. * Gui/Pads/ClassPad/NamespaceNodeBuilder.cs: * Gui/Pads/ClassPad/ProjectNodeBuilder.cs: * Gui/Pads/ClassPad/ClassNodeBuilder.cs: Added "Show public members only" options. * Gui/Pads/FileScout/FileScout.cs: Fix warning. * Internal/ProgressMonitoring/SynchronizedProgressMonitor.cs: New class. * Internal/ProgressMonitoring/MessageDialogProgressMonitor.cs: New class. * Internal/ProgressMonitoring/AggregatedOperationMonitor.cs: New class. * Internal/ProgressMonitoring/BaseProgressMonitor.cs: * Internal/ProgressMonitoring/NullProgressMonitor.cs: * Internal/ProgressMonitoring/IProgressMonitor.cs: Added SyncRoot property, to support synchronized progress monitors. * Internal/ProgressMonitoring/AggregatedProgressMonitor.cs: Support filtering of monitor actions to propagate. * MonoDevelopCore.addin.xml: Registered new execution handlers. 2005-07-27 Lluis Sanchez Gual * Fix warnings. 2005-07-22 John Luke * MonoDevelop.Base.mdp: add Gui/Completion/* to the project 2005-07-20 John Luke * Gui/Dialogs/ReferenceDialog/GacReferencePanel.cs: don't display useless Path column and mark it with FIXME sort list of gac assemblies by name then version for consistency, thanks to Rafael Teixeira for noticing 2005-07-20 Lluis Sanchez Gual * Made internal lots of classes that don't really need to be public. 2005-07-20 Peter Johanson * Gui/Completion/*.cs: Migrated here from MonoDevelop.SourceEditor. Includes new ICompletionWidget API for completing arbitrary widgets. * Makefile.am: Changes for imported completion files. * Services/ParserService/DefaultParserService.cs: Connect to events for individual Projects, rather than using the project service events. 2005-07-20 Lluis Sanchez Gual * Gui/Pads/ProjectPad/ProjectFolderNodeBuilder.cs: When a folder is renamed, update the whole tree branch starting from the parent node. * Gui/Pads/ProjectPad/ProjectFolder.cs: Don't update the path of the folder when receiving the Renamed event. Just signal that the name has changed. * Gui/Pads/ProjectPad/FolderNodeBuilder.cs: ProjectFile objects that represent a folder generate ProjectFolder nodes, so the renaming callback must be attached to a ProjectFolder object. 2005-07-20 Lluis Sanchez Gual * Commands/SearchCommands.cs: * Gui/Search/DocumentIterator/AllOpenDocumentIterator.cs: * Gui/Search/SearchStrategy/KMPSearchStrategy.cs: * Gui/Search/SearchStrategy/ISearchStrategy.cs: * Gui/Search/SearchStrategy/WildcardSearchStrategy.cs: * Gui/Search/SearchStrategy/RegExSearchStrategy.cs: * Gui/Search/DefaultFind.cs: * Gui/Search/IFind.cs: * Gui/ContentInterfaces/ITextBuffer.cs: * Gui/Search/SearchReplaceManager.cs: Added support for backward search. * Gui/Search/TextIterator/ForwardTextFileIterator.cs: * Gui/Search/SearchStrategy/BruteForceSearchStrategy.cs: Added support for backward search and for native search method when available. * Gui/Search/TextIterator/ITextIterator.cs: * Gui/Search/TextIterator/ForwardTextIterator.cs: * Gui/Search/SearchReplaceInFilesManager.cs: * Gui/Search/SearchResult/DefaultSearchResult.cs: * Gui/Search/SearchResult/ISearchResult.cs: Added DocumentOffset property to ISearchResult and ITextIterator. * MonoDevelopCore.addin.xml: Added FindPreviousSelection command. 2005-07-18 Lluis Sanchez Gual * Services/Project/ProjectService.cs: Don't fire CurrentProjectChanged when setting CurrentProject to the same current project. The same for CurrentSelectedCombineChanged. * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: Removed duplicate event subscription to tabControl.SwitchPage. * Gui/Workbench/Layouts/SdiWorkspaceWindow.cs: There is no need to fire the ActiveMdiChanged event in SetTitleEvent, since the active window is not changing. * Gui/Pads/SolutionPad/TypeNodeBuilder.cs: New optional override: GetParentObject(). * Gui/Pads/SolutionPad/TreeViewPad.cs: Added an GetNodeAtObject which provides a way of locating a node in the tree, even if the parent nodes have not been expanded and filled. * Gui/Pads/SolutionPad/SolutionPad.cs: Removed old code. * Gui/Pads/ProjectPad/CombineNodeBuilder.cs: * Gui/Pads/ProjectPad/FolderNodeBuilder.cs: * Gui/Pads/ProjectPad/ProjectFileNodeBuilder.cs: * Gui/Pads/ProjectPad/ProjectNodeBuilder.cs: * Gui/Pads/ProjectPad/ProjectFolder.cs: * Gui/Pads/ProjectPad/ProjectFolderNodeBuilder.cs: Implement GetParentObject(). * Gui/Pads/ProjectPad/ProjectSolutionPad.cs: Select the active file in the tree. 2005-07-18 Lluis Sanchez Gual * Internal/Project/Combine/Combine.cs: Make sure StartupEntry returns the correct value after the deserialization of startEntryName. 2005-07-18 Lluis Sanchez Gual * Gui/Dialogs/NewProjectDialog.cs: Don't continue with project creation if the project directory can't be created. 2005-07-18 Lluis Sanchez Gual * Gui/Pads/ProjectPad/FolderNodeBuilder.cs: When adding an existing file to the project ask if it needs to be replaced. 2005-07-18 Lluis Sanchez Gual * Internal/ProgressMonitoring/BaseProgressMonitor.cs: Store the last reported exception object. Added ErrorException property. * Services/Tasks/StatusProgressMonitor.cs: Include the exception when showing the error dialog. * Gui/Dialogs/ErrorDialog.cs: Don't make it modal. There are some issues with that. 2005-07-16 John Luke * Gui/Dialogs/ReferenceDialog/ProjectReferencePanel.cs: sort by Projet name 2005-07-14 Ben Motmans * Gui/Pads/ProjectPad/FolderNodeBuilder.cs: #73772, 'remember action' in add files dialog * Gui/Pads/OpenTaskView.cs: show warnings after errors + sortable column based on task type * Services/File/RecentOpen.cs: emit correct event * Gui/Pads/SolutionPad/TreeViewPad.cs: make sure the parent node of the currently edited node is expanded * Services/DefaultLoggingService.cs: make sure log4net is always configured, even if the .config file doesn't exist 2005-07-13 Lluis Sanchez Gual * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: * Gui/Workbench/Layouts/SdiWorkspaceWindow.cs: * Gui/Workbench/DefaultWorkbench.cs: * Commands/AutostartCommands.cs: Don't abuse ShowAll(). * Gui/Dialogs/NewProjectDialog.cs: Use a default icon for the template if none is provided. * Gui/Dialogs/CombineOptionsDialog.cs: * Gui/Dialogs/ProjectOptionsDialog.cs: IConfiguration can't be renamed anymore, so to change the name, a copy has to be made. * Gui/Pads/SolutionPad/TreeViewPad.cs: ExpandToNode should not expand the current node, only the parents. * Gui/Pads/SolutionPad/NodeState.cs: Save/restore the selected node in the node state tree. * Gui/Pads/HelpBrowser/HelpViewer.cs: * Gui/Pads/HelpBrowser/MonodocTreePad.cs: * Gui/Pads/DefaultMonitorPad.cs: * Gui/Pads/TerminalPad.cs: * Gui/Pads/OpenTaskView.cs: The responsibility of showing the widgets of a pad is for the pad. The workbench won't ShowAll any more. * Gui/ToolWidgets/ConfigurationComboBox.cs: Update the combo when configurations are added or removed. * Internal/Project/Project/IConfiguration.cs: Don't allow renaming of configurations. * Internal/Project/Project/AbstractConfiguration.cs: Make Clone work for classes with no default constructor. * Internal/Project/Combine/Combine.cs: Ignore the ActiveConfigurationChanged event while deserializing. * Internal/Project/Combine/ConfigurationCollection.cs: * Internal/Project/Combine/CombineEntry.cs: Added ConfigurationAdded and ConfigurationRemoved events. * Internal/Templates/ProjectTemplates/ICombineEntryDescriptor.cs: * Internal/Templates/ProjectTemplates/CombineEntryDescriptor.cs: * Internal/Templates/ProjectTemplates/CombineDescriptor.cs: * Internal/Templates/ProjectTemplates/ProjectTemplate.cs: * Internal/Templates/ProjectTemplates/ProjectDescriptor.cs: Added template support for generic CombineEntry subclasses, which don't need to be Projects. 2005-07-11 Lluis Sanchez Gual * Services/File/IFileService.cs: * Services/File/DefaultFileService.cs: Added OpenFile overload to open a file at place the cursor at a given line at column. * Services/ProcessService/ProcessService.cs: Provide the assembly location when creating an out of process object. * Services/Project/ProjectService.cs: Use the new combine options dialog. Store and restore the active configuration of the root combine. * Gui/Dialogs/CombineConfiguration/CombineConfigurationPanel.cs: Implemented. * Gui/Dialogs/CombineConfiguration/CombineEntryConfigurationsPanel.cs: new option panel that shows the list of configurations of a combine. * Gui/Dialogs/TreeViewOptions.cs: Added new overridable methods to make costumization easier. * Gui/Dialogs/CombineOptionsDialog.cs: New dialog that shows the options for a combine. * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: Include the IPadContent in the command route. * Gui/Pads/SolutionPad/TreeViewPad.cs: Use the new ICommandDelegatorRouter interface. Made some methods virtual. The key for GetComposedIcon is now an object, instead of an string. * Gui/Pads/SolutionPad/ITreeBuilderContext.cs:The key for GetComposedIcon is now an object, instead of an string. * Gui/ToolWidgets/ConfigurationComboBox.cs: Toolbar widget that shows the active configuration. * Base.glade: Added new combine configuration dialogs. * MonoDevelopCore.addin.xml: Added the ConfigurationSelector command and the new combine configuration panels. 2005-07-11 Lluis Sanchez Gual * Internal/Codons/Commands/CommandCodon.cs: Set the text and description for custom commands. * Internal/Codons/LanguageBinding/ILanguageBinding.cs: CreateCompilationParameters now returns an ICloneable. * Internal/Project/IConfiguration.cs: Added CopyFrom method. * Internal/Project/AbstractConfiguration.cs: * Internal/Project/AbstractProjectConfiguration.cs * Internal/Project/DotNetProjectConfiguration.cs: Implement CopyFrom. * Internal/Combine/Combine.cs: Added CreateConfiguration method. When the active configuration is changed, propagate the change to all children entries. When building a combine, build the child entries which have the build flag in the active configuration. * Internal/Project/DotNetProject.cs: CreateConfiguration is now defined in CombineEntry. * Internal/Combine/CombineEntry.cs: Make it extensible by implementing IExtendedDataItem. Use the new ConfigurationCollection collection. Added CreateConfiguration abtract method. Added ActiveConfigurationChanged event. Moved CombineEntryCollection to its own file. * Internal/Combine/ConfigurationCollection.cs: New class. * Internal/Combine/CombineConfiguration.cs: Renamed the Config class to CombineConfigurationEntry and made it public. Implemented CopyFrom. * Internal/Combine/ConfigurationEventHandler.cs: New handler. * Internal/Combine/CombineEntryCollection.cs: Moved from CombineEntry.cs. * Internal/Serialization/ClassDataType.cs: Properties dynamically added to a class must also be added to its subclasses. * Internal/Serialization/ItemProperty.cs: Avoid crash in HasSetter for properties not linked to a member (extended properties). 2005-07-11 Lluis Sanchez Gual * Services/ParserService/AssemblyCodeCompletionDatabase.cs: Load referenced assemblies in an external process. gtk# 1.0 projects should work again. * Services/ParserService/IParserService.cs: * Services/ParserService/DefaultParserService.cs: Added GetProjectContents method. * Services/ParserService/CodeCompletionDatabase.cs: Added GetClassList method (to support GetProjectContents). 2005-07-08 John Luke * Makefile.am: remove MONO_POSIX_OEE defines * Internal/Project/Combine/Combine.cs: just use Mono.Unix now 2005-07-01 Joshua Tauberer * Internal/Project/Project/Project.cs: Pre/Post build tasks set up the ProcessStartInfo through the same function, set the working directory to the project base path. 2005-07-01 Jacob Ils Christensen * Services/Tasks/Task.cs: * Gui/Pads/OpenTaskView.cs: * Gui/Pads/ClassPad/ClassNodeBuilder.cs: * Gui/Pads/ClassPad/MemberNodeCommandHandler.cs: * Gui/Search/SearchResult/DefaultSearchResult.cs: Make lines and columns 1-based. 2005-06-30 John Luke * Services/ParserService/AssembyInformation.cs: fix possible nullref patch from shoehn@web.de (Sebastian) fixes bug #75418 2005-06-28 Raja R Harinath * Makefile.am (FILES): Move AssemblyInfo.cs ... (GENERATED_FILES): ... here. 2005-06-27 Lluis Sanchez Gual * Services/ParserService/DefaultParserService.cs: Don't get the current file text if we are not going to be able to parse it. * Gui/Search/*.cs: Moved here search/replace stuff from the editor addin. * Gui/ContentInterfaces.cs: * Base.glade: Added search/replace dialogs. * Makefile.am: Added new files. * MonoDevelopCore.addin.xml: Registered search/replace commands. 2005-06-15 John Luke * Services/File/RecentFiles.cs: catch exception when writing to ~/.recently-used, fixes bug #75305 2005-06-15 John Luke * MonoDevelopCore.addin.xml: add EditCommands.Rename to F2 shortcut, fixes bug# 73774 2005-06-15 John Luke * Gui/Dialogs/ReferenceDialog/AssemblyReferencePanel.cs: start at $HOME dir filter on *.exe and *.dll 2005-06-15 John Luke * Base.glade (AddReferenceDialog): change title to Edit References to match menu put the selected references section in an expander 2005-06-15 John Luke * Services/Project/ProjectService.cs: don't recreate SelectReferenceDialog every time, just set the project instead * Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs: allow it to be reused and just change the project to show the correct info * Gui/Dialogs/ReferenceDialog/ProjectReferencePanel.cs: add a SetProject that updates the info appropriately, remove old code * Gui/Dialogs/ReferenceDialog/GacReferencePanel.cs: add Reset method to update the info for a new project 2005-06-10 Jacob Ils Christensen * Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs: Make sure that projects are correctly marked as selected. 2005-06-09 Lluis Sanchez Gual * Commands/AutostartCommands.cs: Use IWorkbench.CreateMemento to create the default memento. * Gui/Workbench/WorkbenchMemento.cs: * Gui/Workbench/DefaultWorkbench.cs: * Gui/IWorkbenchLayout.cs: * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: Use dockable toolbars. Load/Save the toolbar layout when starting/exiting. Added support for IMementoCapable to IWorkbenchLayout. * Gui/CommandService.cs: Added CommandManager property. * Internal/Codons/Commands/CommandCodon.cs: Make sure that configuration commands defined by the command system can be found. * MonoDevelopCore.addin.xml: Added names to the toolbars. Added the ToolbarList command. 2005-06-07 Jacob Ils Christensen * Core/src/MonoDevelop.Base/Internal/Project/Project/Project.cs: * Core/src/MonoDevelop.Base/Internal/Project/Combine/CombineEntry.cs: When a project is renamed make sure that references to it are updated. 2005-06-04 John Luke * MonoDevelopCore.addin.xml: remove workaround for Shift|F8 as the dock handles it now 2005-06-03 Jacob Ils Christensen * Internal/Project/Combine/Combine.cs: Remove references to a project when it is removed from a combine (57782) 2005-06-02 John Luke * MonoDevelopCore.addin.xml: add Shift|F8 shortcut for tip of the day from yvind Neuman (spam@agurk.com) workaround for bug 61113 2005-06-02 John Luke * Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs: check GetIterFirst return value to avoid gtk+ assertions might fix bug 74445 2005-06-02 Lluis Sanchez Gual * Gui/Pads/SolutionPad/TreeViewPad.cs: Fix warning. * Internal/Project/Combine/CombineEntry.cs: Added ParentCombine property. 2005-06-01 John Luke * Core/src/MonoDevelop.Base/Services/ResourceService.cs: remove DllImport workaround for rendering an icon * Core/src/MonoDevelop.Base/MonoDevelop.Base.dll.config.in: remove as we no longer p/invoke * Core/src/MonoDevelop.Base/Makefile.am: updated for above 2005-06-01 John Luke * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: * Gui/Workbench/Layouts/SdiWorkspaceWindow.cs: * Gui/Pads/FileScout/FileListItem.cs: adjust to FileIconLoader changes 2005-06-01 Jacob Ils Christensen * Services/MessageService.cs: Added methods to ask a question with a cancel option. * Gui/Workbench/Layouts/SdiWorkspaceWindow.cs: Added a cancel option when trying to close a modified file. 2005-06-01 Jacob Ils Christensen * Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs: * Gui/Dialogs/ReferenceDialog/ProjectReferencePanel.cs: * Gui/Dialogs/ReferenceDialog/GacReferencePanel.cs: Prevent a project from referencing itself. 2005-05-30 Lluis Sanchez Gual * Services/StatusBar/DefaultStatusBarService.cs: Added null checks. * Services/MessageService.cs: Use a more convenient dialog for displaying errors. * Gui/Dialogs/ErrorDialog.cs: New error dialog. * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: Added null checks. * Base.glade: * Gui/Pads/SolutionPad/NodeCommandHandler.cs: * Gui/Pads/SolutionPad/TreeViewPad.cs: Notify node command handlers when a node is selected. * Gui/CommandService.cs: Use the Runtime.MessageService api to show errors in command execution. * Makefile.am: Added ErrorDialog.cs. 2005-05-26 John Luke * Gui/Dialogs/OptionPanels/ProjectOptions/CompileFileProjectOptions.cs: don't forget to save the list file in the files to compile list, remove some unneccessary code, fixes bug 75043 2005-05-19 Jacob Ils Christensen * Gui/Dialogs/WordCountDialog.cs: Fixed problem that numbers were not shown till moused over. 2005-05-17 Jacob Ils Christensen * Gui/IWorkbenchLayout.cs: * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: Added methods to go to next/previous tab page. 2005-05-15 Lluis Sanchez Gual * Services/File/DefaultFileService.cs: Make the service GUI thread safe. * Gui/Dialogs/ReferenceDialog: Cleaned up the dialog. * Gui/Workbench/Layouts/SdiWorkspaceWindow.cs: Added IntPtr constructor to make gtk# happy. * Gui/Pads/DefaultMonitorPad.cs: Don't indent when a task has a null name. * Base.glade: Many fixes to make the dialogs more conforming to the HIG. * Internal/Project/Project/DotNetProjectConfiguration.cs: Added SourceDirectory property. * Internal/Project/Project/DotNetProject.cs: Set the sources path before building. * Internal/Project/Project/Project.cs: In CopyReferencesToOutputPath, copy refereces of referenced projects. They are not needed for compiling, but they are for running. The Build method now also builds required references. 2005-05-09 Jacob Ils Christensen * Gui/Pads/OpenTaskView.cs: Fixed Gtk warnings by using Clipboard.Text 2005-05-08 John Luke * /Gui/Pads/SolutionPad/TreeViewPad.cs: use DefaultSortFunc property 2005-05-03 Lluis Sanchez Gual * Commands/ProjectCommands.cs: The Build command should compile the current file before running. * Services/Tasks/TaskService.cs: * Gui/Workbench/DefaultWorkbench.cs: * Gui/Pads/SolutionPad/TreeViewPad.cs: * Gui/Pads/OpenTaskView.cs: * Gui/Pads/TerminalPad.cs: * Gui/Pads/DefaultMonitorPad.cs: * Gui/Pads/FileScout/FileScout.cs: * Gui/AbstractPadContent.cs: * Gui/IWorkbench.cs: * Gui/IPadContent.cs: Removed BringToFront from IPadContent, and moved to IWorkbench. * Services/SystemAssemblyService.cs: Lazy load system assembly information. This speeds up MD startup time. * Services/ProcessService/ProcessService.cs: * Services/ProcessService/IProcessHost.cs: * Services/ProcessService/IProcessHostController.cs: * Services/ProcessService/ProcessHostController.cs: * Services/ProcessService/RemoteProcessObject.cs: * Makefile.am: Added new api for creating out-of-process objects. * Gui/Pads/FileScout/FileList.cs: Fix warnings. * Internal/Project/Project/DotNetProjectBinding.cs: Set the correct paths for single file projects. 2005-04-30 Lluis Sanchez Gual * Commands/ProjectCommands.cs: Added new build and run commands. * Services/DebuggerService/IDebuggerService.cs: Added some methods. * Services/Project/ProjectService.cs: Allow building a project even if there isn't an open combine. * Gui/Workbench/DefaultWorkbench.cs: Gui safe subscription to debugger events. * Makefile.am: added DebugCommands. * MonoDevelopCore.addin.xml: Added some missing descriptions. Registered new project and debug commands. 2005-04-27 Lluis Sanchez Gual * Commands/ViewCommands.cs: Use markup for the view list menu. * Commands/ProjectCommands.cs: Implemented Debug Application command. * Services/File/DefaultFileService.cs: In OpenFile, don't create a progress monitor if the file is already open. * Services/DebuggerService/IDebuggerService.cs: Added events that notify when breakpoints are added/removed. Added methods for getting the active breakpoints. * MonoDevelopCore.addin.xml: * Services/Project/IProjectService.cs: * Services/Project/ProjectService.cs: Added DebugApplication method. In the Debug methods, make sure the context switch is done in the gui thread. * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: Don't use ShowItem() to show a hidden pad, since it is not working properly. * Gui/Workbench/DefaultWorkbench.cs: Removed most of code related to debugging, since it is handled by the editor itself. * Makefile.am: Added some new files. 2005-04-27 Lluis Sanchez Gual * Makefile.am * Services/DebuggerService/IDebuggerService.cs: Moved IDebuggerService.cs to its own directory. 2005-04-25 Lluis Sanchez Gual * Commands/MenuItemBuilders.cs: Removed. Menu builders are now implemented as command arrays and handled in the following files. * Commands/RunCommands.cs: Removed. Moved to ProjectCommands. * Commands/EditCommands.cs: Most of code moved to MonoDevelop.Gui.ViewCommandHandlers. * Commands/ClassBrowserCommands/ClassBrowserCommands.cs * ProjectBrowserCommands/*: Removed. Handlers for tree commands are handled by NodeCommandHandler objects. * Commands/FileCommands.cs: * ProjectCommands.cs: * WindowCommands.cs: * HelpCommands.cs: * ViewCommands.cs: Added enums with IDs for the commands. Use the new CommandHandler base class for global commands. Removed commands that are not global. * Gui/ViewCommandHandlers.cs: Implements edit commands for workspace windows. * Services/File/IFileService.cs: * Services/File/DefaultFileService.cs: Moved here the code that shows the UI for saving files. * Services/IDebuggerService.cs: The Run method now takes a progress monitor, and will (should) stop if the monitor notifies a cancel request. * Services/Project/IProjectService.cs: * Services/Project/ProjectService.cs: Factorized the Build* methods into a single Build method which takes as parameter what you want to build. The same for Execute* methods. Moved here several operations previously implemeted in commands, to make it easier to reuse code. This includes: Debug(), Deploy(), ShowOptions(), CreateProject(), CreateCombine(), AddCombineEntry(), CreateProjectFile(), AddReferenceToProject(). * Gui/Dialogs/NewFileDialog.cs: * Gui/Dialogs/NewProjectDialog.cs: Added Run method to show the window as a modal dialog. * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: * Gui/IWorkbench.cs: * Gui/Dialogs/TreeViewOptions.cs: Removed old menu code. * Gui/Workbench/Layouts/SdiWorkspaceWindow.cs: Removed obsolete code. Plug the handler class for generic Edit commands into the window. * Gui/Workbench/DefaultWorkbench.cs: Use the new command service. * Gui/Components/SdMenu.cs: Moved here the ISubmenuItem interface, which was implemented in MenuItemBuilders.cs. * Gui/Pads/SolutionPad/NodeCommandHandler.cs: * Gui/Pads/SolutionPad/TreeViewPad.cs: Plug node command handlers into the new command system. * Gui/Pads/SolutionPad/NodeBuilder.cs: Don't reuse command handlers since they may store command state information. * Gui/Pads/SolutionPad/SolutionPad.cs: Made OnOpenCombine and OnCloseCombine virtual. * Gui/Pads/ProjectPad/ProjectSolutionPad.cs: Subclass of SolutionPad which keeps track of the current selected project. * Gui/Pads/ProjectPad/*: Moved here the handlers for commands previously implemented in MonoDevelop.Commands. * Gui/CommandService.cs: * Gui/GuiService.cs: Added the new command service. * Internal/Codons/Pads/SolutionPadCodon.cs: Subclasses of SolutionPad can now be specified in the "class" attribute. * Internal/Project/Project/DotNetProject.cs: Made the Debug method synchronous. * Internal/Conditions/WorkbenchContextCondition.cs: Set the correct class name. * Internal/Codons/Commands/*: Codons for the new command infrastructure. * MonoDevelopCore.addin.xml: Defined the new menu and toolbar structure. 2005-04-25 John Luke * Gui/Dialogs/NewProjectDialog.cs * Gui/Dialogs/NewFileDialog.cs: disambiguate IconView in gtk# head, based on patch by Fredrik Nilsson 2005-04-19 Ben Motmans * Gui/Pads/DefaultMonitorPad.cs * Services/StatusBar/DefaultStatusBarService.cs: Clear the output when a combine closes. * GUI/Pads/OpenTaskView.cs Reorder of some columns for better view on small resolutions. 2005-04-17 John Luke * Makefile.am: fix distcheck 2005-04-17 John Luke * Gui/Pads/SolutionPad/TreeViewPad.cs: use new AppendNode and SetDefaultSortFunc API 2005-04-14 Lluis Sanchez Gual * Internal/ProgressMonitoring/BaseProgressMonitor.cs: Don't crash when reporting an error with a null exception. 2005-04-10 John Luke * Internal/Project/Project/AbstractProjectConfiguration.cs: set RunWithWarnings = true by default, because newer compiler versions may add warnings, etc. * options/MonoDevelopProperties.xml: remove a bunch of old SharpDevelop prefs and add some defaults for what we use 2005-04-09 Christian Hergert * Services/DefaultLoggingService.cs: Fix the log4net error by checking for the .config before configuring. 2005-04-08 Christian Hergert * Services/DefaultLoggingService.cs: Add missing event firing for Error method. Attempt to fix the constructor to be more like log4net examples. 2005-04-07 Lluis Sanchez Gual * Commands/ProjectBrowserCommands/FolderNodeCommands.cs: Implemented IncludeFileToProject command. * Commands/ProjectBrowserCommands/GeneralNodeCommands.cs: New copy/cut/paste commands for tree nodes. * Services/File/DefaultFileService.cs: IFileService.cs: Use a progress monitor when opening files. OpenFile now return an IAsyncOperation object that can be used to track the status of the operation. Added methods for copying and moving files. * Services/DispatchService/DispatchService.cs: Dispatch all pending messages at once in the GUI thread. It gives better performance. * Services/Tasks/Task.cs: Track changes in IFileService. * Services/Project/IProjectService.cs: * Services/Project/ProjectService.cs: Implemented method for copying files between projects. * Gui/Pads/SolutionPad/TreeViewPad.cs: Implemented support for drag&drop and copy/paste. Some other internal improvements. * Gui/Pads/SolutionPad/ITreeNavigator.cs, * Gui/Pads/SolutionPad/TypeNodeBuilder.cs: Some API adjustments. * Gui/Pads/SolutionPad/NodeState.cs: New class that can store the status of a tree. * Gui/Pads/ProjectPad/ProjectFolder.cs: * Gui/Pads/ProjectPad/ProjectNodeBuilder.cs: * Gui/Pads/ProjectPad/ProjectFolderNodeBuilder.cs: * Gui/Pads/ProjectPad/ProjectFileNodeBuilder.cs: * Gui/Pads/ProjectPad/FolderNodeBuilder.cs: * MonoDevelopCore.addin.xml: Implemented support for drag&drop of files and folders. Moved all code that handles the ShowAllFiles option to its own node builder extension. * Gui/Pads/ProjectPad/SystemFile.cs: * Gui/Pads/ProjectPad/ShowAllFilesBuilderExtension.cs: * Gui/Pads/ProjectPad/SystemFileNodeBuilder.cs: New classes that implement the ShowAllFiles option. * Gui/Pads/ProjectPad/CombineNodeBuilder.cs: * Gui/Pads/ProjectPad/ProjectReferenceNodeBuilder.cs: * Gui/Pads/ProjectPad/ResourceFolderNodeBuilder.cs: * Gui/Pads/ProjectPad/ProjectReferenceFolderNodeBuilder.cs: * Gui/Pads/ClassPad/ClassNodeBuilder.cs: * Gui/Pads/ClassPad/ProjectNodeBuilder.cs: * Gui/Pads/ClassPad/MemberNodeBuilder.cs: * Gui/Pads/ClassPad/CombineNodeBuilder.cs: * Gui/Pads/ClassPad/NamespaceNodeBuilder.cs: * Gui/Pads/ClassPad/MemberNodeCommandHandler.cs: * Gui/Pads/ClassPad/EventNodeBuilder.cs: Track api changes. * Gui/Pads/ProjectPad/ResourceFolder.cs: Implemented Equals(). * Internal/Project/Project/Project.cs: Set the project as dirty when its files change. * Internal/Project/Project/Collections/ProjectFileCollection.cs: new method for getting all files in a path. * Commands/MenuItemBuilders.cs: Removed debug code. 2005-04-06 Chris Toshok * Services/IDebuggerService.cs: remove the CurrentFrame property, as it's only used by the stuff inside the DebuggerAddIn anyway, and the object typed property was bogus. 2005-05-04 John Luke * Internal/Conditions/WorkbenchContextCondition.cs: use Id so we can see the debugger menu again, it was comparing the wrong thing 2005-04-01 Christian Hergert * Commands/FileCommands.cs: Add Andrew's patch to ask if we want to overwrite an existing file before actually doing it. 2005-04-01 Christian Hergert * Services/ILoggingService.cs: Update the LogAppendedArgs and remove the category. * Services/DefaultLoggingService.cs: Remove the need for the StackTrace. We dont really need that in depth of information currently. Will look to find this feature directly in log4net and update soon. 2005-04-01 Christian Hergert * Commands/VBConverter/ConvertBuffer.cs: Convert to use new Logging framework. * Commands/MenuItemBuilders.cs * Commands/AutostartCommands.cs * Services/DefaultLoggingService.cs * Services/DispatchService/DispatchService.cs * Services/ILoggingService.cs: New logging service to help make debugging and information logging easy. * Services/Runtime.cs: Add logging service to Runtime. * Services/DisplayBinding/DisplayBindingService.cs: Convert to new Logging framework. * Services/ResourceService.cs * Services/ParserService/DefaultParserService.cs * Services/ParserService/AssemblyInformation.cs * Services/ParserService/AssemblyCodeCompletionDatabase.cs * Services/ParserService/CodeCompletionDatabase.cs * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs * Gui/Workbench/DefaultWorkbench.cs * Gui/Dialogs/Wizard/WizardDialog.cs * Gui/Dialogs/Wizard/AbstractWizardPanel.cs * Gui/Dialogs/WordCountDialog.cs * Gui/Dialogs/NewFileDialog.cs * Gui/Dialogs/ReferenceDialog/AssemblyReferencePanel.cs * Gui/Dialogs/ReferenceDialog/GacReferencePanel.cs * Gui/Pads/SolutionPad/TreeViewPad.cs * Gui/Pads/PropertyPad/PropertyPad.cs * Gui/Pads/ProjectBrowser/BrowserNode/ProjectBrowserNode.cs * Gui/Pads/ProjectBrowser/BrowserNode/DirectoryNode.cs * Gui/Pads/ProjectBrowser/NodeBuilder/DefaultDotNetNodeBuilder.cs * Gui/Pads/HelpBrowser/MonodocTreePad.cs * Gui/Pads/HelpBrowser/HelpViewer.cs * Gui/Pads/FileScout/FileList.cs * Gui/BrowserDisplayBinding/HtmlViewPane.cs * Gui/HtmlControl/HtmlControl.cs * Gui/HtmlControl/MozillaControl.cs * Makefile.am: Add new LoggingService files to build files * Internal/ExternalTool/ToolLoader.cs: Update to new Logging Service framework. * Internal/Project/Project/DotNetProject.cs * Internal/Project/Project/IncludeFilesDialog.cs * Internal/Project/Project/Project.cs * Internal/Project/Combine/Combine.cs * Internal/ProgressMonitoring/ConsoleProgressMonitor.cs * Internal/ProgressMonitoring/BaseProgressMonitor.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyParameter.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyMethod.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyReturnType.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyEvent.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyAttribute.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyField.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyProperty.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyClass.cs * Internal/Templates/CodeTemplateLoader.cs 2005-03-31 Christian Hergert * MonoDevelopCore.addin.xml: Use proper stock icon names for solution and class pads. 2005-03-22 John Luke * Internal/Project/Project/DotNetProject.cs: Release configuration should not enable debugmode * Internal/Project/Combine/CombineConfiguration.cs: no need to have configurationname on the Entry node, build=true by default 2005-03-20 Todd Berman * Gui/Pads/FileScout/FileScout.cs: dispatch to the gui thread. 2005-03-19 Christian Hergert * /Gui/Pads/FileScout/FileScout.cs: Change directories in the FileScout to the base directory of a opened combine. Return to home directory upon close of the combine. 2005-03-19 Lluis Sanchez Gual * Commands/MenuItemBuilders.cs: Fixed Include/Compile and Deploy options. * Commands/ProjectOptionsCommands.cs: * Commands/ClassBrowserCommands/ClassBrowserCommands.cs: * Internal/CollectionUtilities/Comparers.cs: Removed reference to old project pad. * Commands/ProjectBrowserCommands/ProjectNodeCommands.cs: * Gui/Dialogs/CombineConfiguration/CombineStartupPanel.cs: Use new StartupEntry property instead of SingleStartProjectName. * Gui/Pads/ProjectPad/ProjectFileNodeBuilder.cs: Use the correct menu path. * Makefile.am: Removed old solution pads. * Internal/Project/Combine/Combine.cs: Added StartupEntry property which replaces SingleStartProjectName. Storing the name made project renaming complex to handle. * Internal/Project/Combine/CombineExecuteDefinition.cs: * Internal/Project/Combine/CombineConfiguration.cs: Serialize the real entry name, which may have changed. 2005-03-19 Lluis Sanchez Gual * Commands/MenuItemBuilders.cs: Removed wrong check. * Gui/Pads/SolutionPad/NodeBuilder.cs: Removed unused method. 2005-03-15 John Luke * Gui/Workbench/Layout/SdiWorkspaceLayout.cs: add NoGrip flags to the documents section to match new dock API 2005-03-15 Lluis Sanchez Gual * Pads/SolutionPad/TreeViewPad.cs: implemented ITreeBuilder.UpdateAll() method in TreeBuilder. * Pads/SolutionPad/ITreeBuilder.cs: Added UpdateAll method and some documentation. * Pads/ProjectPad/ProjectNodeBuilder.cs: Don't remove files from the tree if ShowAllFiles option is set. * Pads/ProjectPad/ProjectFileNodeBuilder.cs: Removed unused class. * Pads/ProjectPad/FolderNodeBuilder.cs: When adding a file, don't duplicate nodes if ShowAllFiles option is set. * Internal/Project/Project/Collections/ProjectFileCollection.cs: When removing a file, unset the ProjectFile's project. Removed indexer setter. Nobody uses it and it adds complexity. 2005-03-14 Lluis Sanchez Gual * Commands/MenuItemBuilders.cs * Gui/Components/SdMenuCheckBox.cs * Gui/Components/SdMenuCommand.cs: Avoid subscribing self events since it can be a source of memory leaks. * Commands/ProjectBrowserCommands/ResourceFolderNodeCommands.cs, Commands/ProjectBrowserCommands/ProjectNodeCommands.cs, Commands/ProjectBrowserCommands/ReferenceFolderNodeCommands.cs, Commands/ProjectBrowserCommands/FolderNodeCommands.cs, Commands/ProjectBrowserCommands/CombineNodeCommands.cs, Commands/ProjectBrowserCommands/GeneralNodeCommands.cs: Modified to use the new tree navigation api. * Services/Project/ProjectService.cs: call RestoreCombinePreferences in the gui thread. * IconService.cs: Added helper method for changing the alpha of a pixbuf. * PadContentCollection.cs: Pads now have an Id. Use it. * SelectReferenceDialog.cs: Use a ProjectReferenceCollection instead of an array list to return the results. * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: Name dock items after pad's ids. Read the list of pads for the context from the addin xm file. Use the new IPadContent.DefaultPlacement property to put pads in the right place. * Gui/Workbench/Layouts/SdiWorkspaceWindow.cs: Properly dispose the window. * Gui/Workbench/DefaultWorkbench.cs: Read pads declarations from the new addin tree path, and using the new codons. * Gui/AbstractPadContent.cs: Added Id and DefaultPlacement properties. * Gui/Pads/SolutionPad/*: The new generic solution pad. * Gui/Pads/ClassPad/*: Node builders for the new class pad. * Gui/Pads/ProjectPad/*: Node builders for the new project pad. * Gui/Pads/ClassScout/ClassScout.cs: * Gui/Pads/OpenTaskView.cs: * Gui/Pads/TerminalPad.cs: * Gui/Pads/DefaultMonitorPad.cs: * Gui/Pads/ProjectBrowser/ProjectBrowserView.cs: * Gui/Pads/FileScout/FileScout.cs: Track API changes. * Gui/IWorkbench.cs: WorkbenchContext is now a class instad of an enum. New context can be dynamically created. * Gui/IPadContent.cs: Added Id and DefaultPlacement properties. * options/DefaultEditingLayout.xml: Use new pad Ids. * Internal/Codons/ContextPadCodon.cs: New codon for defining pads in a workbench context. * Internal/Codons/Pads/NodeBuilderCodon.cs: New codon for defining node builders. * Internal/Codons/Pads/PadOptionCodon.cs: New codon for defining pad options. * Internal/Codons/Pads/SolutionPadCodon.cs: New codon for defining solution pads. * Internal/Codons/Pads/PadCodon.cs: New codon for defining pads. * Internal/Codons/WorkbenchContextCodon.cs: New codon for defining workbench contexts. * Internal/Project/Project/ProjectReference.cs: Implemented Equals(). * Internal/Project/Project/IncludeFilesDialog.cs: Doesn't need to be modal. * Internal/Project/Project/Project.cs: Enable include files dialog. * Internal/Project/Combine/Combine.cs: Fixed some wrong events. * MonoDevelopCore.addin.xml: Use the new codons for defining pads and contexts. 2005-03-13 Todd Berman * Gui/Workbench/Layouts/SdiWorkspaceWindow.cs: Don't use a dock, this is insane, and it always was. 2005-03-12 John Luke * Makefile.am: use MonoDevelop.Dock.dll * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: minor API changes for C# version of dock 2005-03-11 Lluis Sanchez Gual * Internal/Project/Combine/Combine.cs: Fixed wrong event subscriptions. 2005-03-11 Lluis Sanchez Gual * Services/Project/ProjectService.cs: Search for new files after the whole combine has been loaded. * Internal/Project/Project/Project.cs: Don't show the include file dialog because it doesn't work. It will work with the new solution pad. All this partially fixes bug #71688. 2005-03-10 Todd Berman * Gui/Dialogs/SplashScreen.cs: Use an alignment, not labels. 2005-03-10 Christian Hergert * Gui/Dialogs/SplashScreen.cs: Add progress bar with status message support. Will help users with slow initial startup times. 2005-03-09 John Luke * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: remove toolbarContainer that was causing an assertion and was no longer used 2005-03-08 Todd Berman * Gui/AbstractViewContent.cs: only emit an event when the name actually changes. 2005-03-07 Lluis Sanchez Gual * Commands/MenuItemBuilders.cs: Added null check. * Services/MenuService/MenuService.cs: Added new ShowContextMenu method. * Services/Tasks/OutputProgressMonitor.cs: Fixed namespace. * Services/Tasks/TaskService.cs: The id of output pads are now like "OutputPad1". * Services/Project/IProjectService.cs, * Services/Project/ProjectService.cs: Added FileRenamedInProject event. * Services/ParserService/ClassInformationEventHandler.cs: Added a Project property to ClassInformationEventArgs. * Services/ParserService/ProjectCodeCompletionDatabase.cs: Handle the new FileRenamedInProject event. * Services/ParserService/DefaultParserService.cs, * Services/ParserService/CodeCompletionDatabase.cs, * Services/ParserService/IParserService.cs: Added GetClassList method and added a new includeReferences parameter to GetNamespaceList. * Gui/Workbench/Layouts/SdiWorkspaceWindow.cs: Avoid memory leaks. * Gui/Pads/DefaultMonitorPad.cs: Set the correct namespace. * Internal/Project/Project/ProjectFileEventArgs.cs: Added new handler for file rename events. * Internal/Project/Project/ProjectFile.cs: Use the new file renamed event. Fixed RelativePath property. * Internal/Project/Project/Project.cs: Use the new file renamed event. Moved find code to ProjectFileCollection. * Internal/Project/Project/Collections/ProjectReferenceCollection.cs: improved handling of events. * Internal/Project/Project/Collections/ProjectFileCollection.cs: Added file find method. * Internal/Project/Combine/Combine.cs: Use the new file renamed event. Other minor fixes. * Internal/Project/Combine/CombineEntry.cs: Notify the combine when an entry is removed. 2005-03-04 Christian Hergert * Gui/Pads/FileScout/FileScout.cs: Fix race condition when adding files to the pad. 2005-02-26 Poul Andersen * Services/MessageService.cs: Added ShowMessage(string message, Gtk.Window parent ) to ensure modal messagebox as window on top. 2005-02-20 John Luke * Gui/Components/SharpMessageBox.cs * Gui/Components/StatusBar/AxStatusBarPanel.cs * Gui/Components/StatusBar/AxStatusBar.cs * Gui/Components/SideBar * Gui/Components/SideBar/AxSideBar.cs * Gui/Components/SideBar/AxSideTabItem.cs * Gui/Components/SideBar/AxSideTab.cs * Gui/Components/SideBar/SharpDevelopSideBar.cs * Gui/Components/SideBar/SharpDevelopSideTabItem.cs * Commands/SideBarCommands.cs: * Gui/Pads/SideBarView.cs: * Gui/ErrorDialogs: * Gui/ErrorDialogs/LoadingError.cs: * Makefile.am: remove unused stuff from SD 2005-02-11 Todd Berman * Services/Project/ProjectService.cs: * Internal/Project/Combine/CombineEntry.cs: Make sure the filename is valid for the format. 2005-02-11 Lluis Sanchez Gual * Services/Project/ProjectService.cs: Fix default file formats. 2005-02-11 Ben Motmans * Internal/ProgressMonitoring/BaseProgressMonitor.cs: moved cancelRequestedEvent inside MbrWrapper * Services/Tasks/TaskService.cs * Services/Tasks/OutputProgressMonitor * Services/ProcessService/ProcessService.cs * Gui/Pads/DefaultMonitorPad.cs: Added kill and clear button 2005-02-10 Todd Berman * Internal/Project/Combine/Combine.cs: Don't generate makefiles on Save. 2005-02-10 Todd Berman * Services/Project/DefaultProjectService.cs: Moved, see below. * Services/Project/ProjectService.cs: * Makefile.am: * MonoDevelopCore.addin.xml: Moved DefaultProjectService to ProjectService. 2005-02-10 Todd Berman * Commands/FileCommands.cs: * Services/Project/DefaultProjectService.cs: * Services/IconService.cs: * Gui/Dialogs/NewProjectDialog.cs: * Makefile.am: * Internal/Project/PrjxFileFormat.cs: * Internal/Project/MdsFileFormat.cs: * Internal/Project/Project/Project.cs: * Internal/Project/CmbxFileFormat.cs: * Internal/Project/Combine/Combine.cs: * Internal/Project/MdpFileFormat.cs: * Internal/Templates/ProjectTemplates/CombineDescriptor.cs: * Internal/Templates/ProjectTemplates/ProjectDescriptor.cs: * MonoDevelopCore.addin.xml: Changes to make the default file extensions .mds and .mdp. Your projects will be converted to this fileformat by default. Also a lot of misc changes across the codebase to make this work properly with other bad code that checks for .CMBX and .PRJX. 2005-02-09 John Luke * Gui/Dialogs/TreeViewOptions.cs * Gui/Dialogs/NewFileDialog.cs: dont ref XmlForms * Gui/Dialogs/TabbedOptions.cs * Gui/Dialogs/InputBox.cs * Gui/Dialogs/FusionNative.cs * Gui/XmlForms * Gui/XmlForms/BaseSharpDevelopForm.cs * Gui/XmlForms/SharpDevelopPropertyValueCreator.cs * Gui/XmlForms/SharpDevelopObjectCreator.cs * Gui/XmlForms/SharpDevelopStringValueFilter.cs * Gui/XmlForms/BaseSharpDevelopUserControl.cs * Makefile.am: kill some unused stuff 2005-02-02 Lluis Sanchez Gual * Gui/Dialogs/CombineConfiguration/CombineStartupPanel.cs: Fix nullref exception when saving. 'store' wasn't being set. 2005-02-02 John Luke * Commands/MenuItemBuilders.cs: only use RecentItem.Private if it contains something, should fix disappearing labels 2005-02-02 John Luke * Gui/Dialogs/CombineConfiguration/CombineBuildOptions.cs * Gui/Dialogs/OptionPanels/ProjectOptions/OutputOptionsPanel.cs * Gui/Dialogs/OptionPanels/ProjectOptions/DeployFileOptions.cs * Gui/Dialogs/OptionPanels/ExternalToolPanel.cs * Gui/Dialogs/OptionPanels/IDEOptions/LoadSavePanel.cs * Base.glade: use Gnome.FileEntry where appropriate remove disabled line endings prefs a few other spacing, spelling, capitalization improvements 2005-02-02 John Luke * Parser/ICompilationUnitBase.cs: * Parser/Implementations/AbstractCompilationUnit.cs: adjust to ErrorInfo 2005-01-31 Lluis Sanchez Gual * Services/Project/DefaultProjectService.cs: In BuildActiveCombine(), show the output window even if compilation is not needed. Register file formats defined in the configuration file. * Services/ParserService/CodeCompletionDatabase.cs: * Services/ParserService/ProjectCodeCompletionDatabase.cs: Use project events to detect when project files are modified/added/removed. * Services/ParserService/DefaultParserService.cs: Remove subscription to projectService.FileAddedToProject. This is now handled in the ProjectCodeCompletionDatabase. * Gui/Components/SdMenuSeparator.cs: Separators are visible by default. * Gui/Components/SdMenuCommand.cs: If the command is not visible, avoid the ShowAll() call at the end. * Services/MenuService/MenuService.cs: Don't use ShowAll() to show the menu since it will also show hidden menu items. * Gui/Pads/OpenTaskView.cs: The Description, Path and File columns are now resizable. * Gui/Pads/DefaultMonitorPad.cs: Only reposition the cursor when a line of text is complete. * Makefile.am: Added new file format codon. * Internal/Project/Project/ProjectFile.cs: Removed the FileSystemWatcher from ProjectFile. File changes are now detected at project level. This saves lots of resources for big projects. * Internal/Project/Project/Project.cs: Properly detect when a project needs to be built. * Internal/Project/Combine/CombineEntry.cs: * Internal/Project/Combine/Combine.cs: Removed GetOutputFileName() method. It does not make sense in Combine. * Internal/ProgressMonitoring/LogTextWriter.cs: Added method for chaining several text writers. * MonoDevelopCore.addin.xml: Defined extension path for custom file formats. 2005-01-31 John Luke * Gui/Components/SdToolbarCommand.cs: * Services/Toolbar/ToolbarService.cs: use newer gtk toolbar API, and simplify it a little 2005-01-30 John Luke * Internal/Project/Project/DotNetProject.cs: pass fileName to the LangaugeBinding to determine if it is compilable fixes bug# 71694 2005-01-28 John Luke * Services/ParserService/DefaultParserService.cs: * Parser/IParser: use CanParse () instead of HandlesFileExtension to be consistent with what SD did upstream 2005-01-27 John Luke * Gui/Dialogs/CommonAboutDialog.cs: use a timeout to make scrolling a more constant speed * Gui/Dialogs/SharpDevelopAboutPanels.cs: remove a bunch of stale code 2005-01-27 John Luke * Base.glade: update to newer glade format * Commands/ToolsCommands.cs: * Commands/FileCommands.cs: * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: * Gui/Dialogs/CombineConfiguration/CombineStartupPanel.cs: * Gui/Dialogs/OptionPanels/IDEOptions/SelectStylePanel.cs: * Base.glade: * Internal/Parser/SharpAssemblyLayer/SharpAssemblyAttribute.cs: * Internal/Templates/ProjectTemplates/ProjectTemplate.cs: use ComboBox instead of OptioMenu and fix a bunch of little warnings 2005-01-27 Lluis Sanchez Gual * Services/ParserService/CodeCompletionDatabase.cs: Moved classes to their own files, which are the following: * Services/ParserService/AssemblyCodeCompletionDatabase.cs: * Services/ParserService/ClassEntry.cs: * Services/ParserService/FileEntry.cs: * Services/ParserService/NamespaceEntry.cs: * Services/ParserService/ProjectCodeCompletionDatabase.cs: * Services/ParserService/SimpleCodeCompletionDatabase.cs: * Services/ParserService/ReferenceEntry.cs: New files. 2005-01-27 Christian Hergert * Gui/Pads/HelpBrowser/MonodocTreePad.cs: Fix to use new ShowView in DefaultWorkbench. 2005-01-27 John Luke * Makefile.am: * Services/File/RecentOpen.cs: * Services/File/DefaultFileService.cs: * Gui/BrowserDisplayBinding/BrowserDisplayBinding.cs: use Gnome.Vfs 2005-01-27 Lluis Sanchez Gual * Gui/IWorkbench.cs: * Gui/Workbench/DefaultWorkbench.cs: * Services/File/IFileService.cs: * Services/File/DefaultFileService.cs: Added BringToFront parameter in OpenFile. * IProjectService.cs: * Services/Project/DefaultProjectService.cs: Return IAsyncOperation in OpenCombine, so the load operation can be controlled. Use the new BringToFront parameter set to false when opening the files of a combine. No more window dances. * Internal/Templates/ProjectTemplates/ProjectTemplate.cs: Wait for the combine to be completely loaded before opening the project files. This fixes #61028. 2005-01-26 Lluis Sanchez Gual * Services/Tasks/StatusProgressMonitor.cs: Forgot to save the showErrorDialogs parameter. * Services/Project/DefaultProjectService.cs: Catch and report combine load errors. * Internal/Project/CmbxFileFormat.cs: * Internal/Project/PrjxFileFormat.cs: Version '1' is the same as '1.0. * Internal/Project/Project/UnknownProjectVersionException.cs: Improved error message. * Internal/ProgressMonitoring/BaseProgressMonitor.cs: \n is not nice in the status bar. 2005-01-25 Todd Berman * Gui/Workbench/Layouts/SdiWorkspaceWindow.cs: Add ShowNotification and use it to make the tablabel blue. * Gui/Components/SdMenuCheckBox.cs: Use markup instead of text, this will allow the view menu item builder to show things properly. * Gui/IWorkbenchWindow.cs: Add ShowNotification get; set; * Commands/MenuItemBuilders.cs: Use ShowNotification to properly show the open contents menu. 2005-01-25 Lluis Sanchez Gual * Internal/Project/Project/Project.cs: Honor ExternalConsole option when running an execution script. 2005-01-25 Lluis Sanchez Gual * Services/DispatchService/DispatchService.cs: Don't set the gui sync context here. The default context won't be always a safe context. * Services/DispatchService/SyncContextAttribute.cs: Set the target context when switching to a new context. * Internal/ProgressMonitoring/BaseProgressMonitor.cs: * Services/Tasks/OutputProgressMonitor.cs: OnWriteLog is now only called internally, so no need for async. * Services/ProcessService/ProcessService.cs: Added parameter to StartConsoleProcess to allow running a console process inside MD. * Services/ProcessService/ProcessWrapper.cs: More than one thread may want to wait for the process, so use ManualResetEvent instead of AutoResetEvent. * Services/Project/DefaultProjectService.cs: Don't use output monitors for project execution, since the project will create the output panel when needed. * Internal/Project/Project/DotNetProject.cs: Start processes using the new StartConsoleProcess method. * Internal/Project/Combine/Combine.cs: For multiple startup combines, run all projects in parallel. * Internal/ProgressMonitoring/NullProgressMonitor.cs: Set the wait event when all is done. * Commands/ProjectBrowserCommands/ReferenceFolderNodeCommands.cs: * Commands/ProjectBrowserCommands/FolderNodeCommands.cs: * Commands/HelpCommands.cs: * Services/ParserService/DefaultParserService.cs: * Services/ParserService/CodeCompletionDatabase.cs: * Gui/Dialogs/DirtyFilesDialog.cs: * Gui/Dialogs/ProjectOptionsDialog.cs: * Gui/Dialogs/OptionPanels/ProjectOptions/CompileFileProjectOptions.cs: * Gui/Dialogs/OptionPanels/ProjectOptions/DeployFileOptions.cs: * Gui/Dialogs/NewFileDialog.cs: * Gui/Dialogs/ReferenceDialog/WebReference.cs: * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: * Gui/Pads/ClassScout/NodeBuilder/DefaultDotNetClassScoutNodeBuilder.cs: * Gui/Pads/HelpBrowser/MonodocTreePad.cs: * Internal/Project/Project/IncludeFilesDialog.cs: * Internal/Project/Project/Project.cs: * Internal/ProgressMonitoring/ConsoleProgressMonitor.cs: * Internal/Parser/SharpAssemblyLayer/SharpAssemblyMethod.cs: * Internal/Parser/SharpAssemblyLayer/SharpAssemblyField.cs: * Internal/Parser/SharpAssemblyLayer/SharpAssemblyAttribute.cs: * Internal/Parser/SharpAssemblyLayer/SharpAssemblyProperty.cs: * Internal/Serialization/DataCollection.cs: * Internal/Serialization/ItemProperty.cs: Fix warnings. 2005-01-24 Lluis Sanchez Gual * Services/Project/DefaultProjectService.cs: Don't raise the combine opened event until all is done. * Internal/ProgressMonitoring/BaseProgressMonitor.cs: Add the exception message to the log. * Internal/Project/Project/DotNetProject.cs: Execute mono through sh. This is a workaround to what seems like a bug in mono. 2005-01-24 Lluis Sanchez Gual * Services/ParserService/DefaultParserService.cs: * Services/ParserService/CodeCompletionDatabase.cs: * Commands/ProjectBrowserCommands/CombineNodeCommands.cs: * Gui/Pads/TerminalPad.cs: * Gui/BrowserDisplayBinding/HtmlViewPane.cs: * Internal/Codons/LanguageBinding/ILanguageBinding.cs: * Internal/Project/PrjxFileFormat.cs: * Internal/Project/CmbxFileFormat.cs: * Internal/Project/IFileFormat.cs: * Internal/Project/Project/DotNetProject.cs: * Internal/Project/Project/Project.cs: * Internal/Project/Combine/Combine.cs: * Internal/Project/Combine/CombineEntry.cs: * Internal/Templates/ProjectTemplates/CombineDescriptor.cs: * Internal/Templates/ProjectTemplates/ProjectDescriptor.cs: * Commands/MenuItemBuilders.cs: Use the new progress monitor API. * Internal/ProcessMonitoring/*: New progress monitoring classes. * Commands/RunCommands.cs: Factorized a lot of common code into ProjectService.cs. * Services/DispatchService/DispatchService.cs: Added new ThreadDispatch method, which dispatches the call in a new thread (and does not queue the call, like BackgroundDispatch). * Services/ProcessService/ProcessService.cs: StartProcess now returns a reference to the started process. Added a StartProcess methods that writes the output in a text writer. Added StartConsoleProcess method which runs a process in an xterm. * Services/ProcessService/ProcessWrapper.cs: Added WaitForOutput method which blocks until all process output has been read. * Services/Project/DefaultProjectService.cs: Use the new progress monitor API. Factorized here some methods from RunCommands.cs. * IProjectService.cs: Added new methods for building and running projects. Removed some event methods that are now handled internally. * Services/StatusBar/IStatusBarService.cs: * Services/StatusBar/DefaultStatusBarService.cs: Simplified. All progress monitoring is now done by TaskService. Added API for managing the progress bar and showing and hiding the icons. * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: Allow dynamic addition of new pads. * Gui/Workbench/Layouts/SdiWorkspaceWindow.cs: Sanity fix. * Base.glade: * Internal/Project/Project/AbstractProjectConfiguration.cs: * Gui/Dialogs/OptionPanels/ProjectOptions/OutputOptionsPanel.cs: Added option for chosing bewteen internal or external output window. * Gui/Components/StatusBar/SdStatusBar.cs: Don't use AppBar any more, and use something that allows more flexibility. Added support for icons. * Internal/Codons/LanguageBinding/DefaultCompilerResult.cs: Added new properties: WarningCount, ErrorCount, BuildCount, FailedBuildCount. * Internal/Project/ProjectPathItemPropertyAttribute.cs: Minor fix. * Internal/Project/Project/ProjectReference.cs: Added new useful constructors. * Gui/Pads/ProjectBrowser/BrowserNode/FileNode.cs: * Gui/Pads/ProjectBrowser/ProjectBrowserView.cs: * Gui/Pads/ProjectBrowser/NodeBuilder/DefaultDotNetNodeBuilder.cs: * Gui/Pads/OpenTaskView.cs: Fix warnings. * Makefile.am: Added new files. 2005-01-18 Lluis Sanchez Gual * Internal/Project/CmbxFileFormat.cs: Fix hang when the entry list is empty. 2005-01-17 Todd Berman * Gui/Pads/FileScout/FileList.cs: This is a ListStore, not a TreeStore. 2005-01-17 Lluis Sanchez Gual * Internal/Serialization/ItemProperty.cs: Added workaround for a bug in mono 1.0 (enum values are encoded as ints in attributes). 2005-01-14 Christian Hergert * Commands/FileCommands.cs: Added a Close All menu item. * Gui/Dialogs/CommonAboutDialog.cs: Added Christian to authors array. * MonoDevelopCore.addin.xml: Removed Close Solution shortcut. Added Close File shortcut. 2005-01-14 Lluis Sanchez Gual * Makefile.am, AbstractProject.cs, Project.cs: Renamed AbstractProject.cs. * Internal/Project/ProjectPathItemPropertyAttribute.cs: Ignore empty paths. 2005-01-13 Todd Berman * Internal/Project/Project/AbstractProject.cs: Actually start the Execute Script. 2005-01-11 Lluis Sanchez Gual * Services/Project/DefaultProjectService.cs: Added support for custom file formats and project types. * Gui/Dialogs/OptionPanels/ProjectOptions/OutputOptionsPanel.cs: * Base.glade: Moved here the OutputOptionsPanel dialog from the c# binding. * Internal/Codons/LanguageBinding/ILanguageBinding.cs: Moved some methods to the new IProjectBinding interface, since they are language independent. Actually, ILanguageBinding is now a "dot net language binding". Support for non-.net languages should be implemented by extending IProjectBinding. * Internal/Project/Project/AbstractProjectConfiguration.cs: Moved some properties to the new DotNetProjectConfiguration, and added some others from the language bindings. * Internal/Project/Project/AbstractProject.cs: The IProject interface is not used anymore. All serialization code has been removed and reimplemented in PrjxFileFormat. Some methods have been moved to the new base class CombineEntry, and some others to the DotNetProject subclass. * Internal/Project/Combine/Combine.cs: It is now a subclass of CombineEntry. All serialization code has been removed and reimplemented in CmbxFileFormat. The class interface has been simplified. * Internal/Project/Combine/CombineEntry.cs: It is now the base class for Combine and Project. Some common properties have been factorized here. * Internal/Templates/ProjectTemplates/ProjectTemplate.cs: LanguageName is optional. * Internal/Templates/ProjectTemplates/ProjectDescriptor.cs: Use the new project type model. * MonoDevelopCore.addin.xml: Added extension path for project types. * Services/Project/FileFormatManager.cs: New file. Class that allows to register new types of combine entry files. * Internal/Conditions/LanguageActiveCondition.cs: New file. Condition that checks the language of the current project. * Internal/Codons/ProjectBinding/IProjectBinding.cs: New file. Interface that represents a project binding. * Internal/Codons/ProjectBinding/ProjectBindingCodon.cs: new codon for project bindings. * Internal/Project/Attributes/*: Removed. Equivalent funcionality is now provided by MonoDevelop.Internal.Serialization. * Internal/Project/IFileFormat.cs: Base interface for file format implementations. * Internal/Project/PrjxFileFormat.cs: Implements serialization into the prjx file format. * Internal/Project/CmbxFileFormat.cs: Implements serialization into the cmbx file format. * Internal/Project/Project/DotNetProject.cs: * Internal/Project/Project/DotNetProjectBinding.cs: * Internal/Project/Project/DotNetProjectConfiguration.cs: A basic .net project implementation. * Internal/Project/Project/IProject.cs: Removed. Not needed anymore. * Internal/Project/Combine/CombineEntryRenamedEventArgs.cs: New file. * Internal/Serialization/*: A generic data serializer. * Other files: Follow architecture changes. 2004-01-03 Todd Berman * Commands/RunCommands.cs: * Services/Project/DefaultProjectService.cs: * Services/Project/IProjectService.cs: * Gui/Pads/OpenTaskView.cs: * Makefile.am: * Internal/Project/Project/ProjectCompileEventHandler.cs: Change ProjectService.EndBuild to emit a bool variable to denote the success or failure of the combine build. Add a new delegate. Patch various uses to properly use new delegate. 2004-12-26 Sander Rijken * Services/ProcessService/ProcessService: Set property "EnableRaisingEvents" to true, to be able to catch the Process.Exited event. * Internal/ExternalTool/ExternalTool.cs: Load the UseOutputPad setting from config file. 2004-12-21 Todd Berman * Services/Toolbar/ToolbarService.cs: * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: * Gui/Dialogs/CommonAboutDialog.cs: * Gui/Pads/ProjectBrowser/ProjectBrowserView.cs: * Gui/BrowserDisplayBinding/HtmlViewPane.cs: * Internal/Project/Project/ConvertXml.cs: * Internal/Project/Combine/CombineEntry.cs: Remove/Fix code causing warnings. 2004-12-21 Sander Rijken * Services/ProcessService/ProcessService.cs: * Services/ProcessService/ProcessWrapper.cs: * Services/Runtime.cs: Add new ProcessService property. * Makefile.am: Add new files. * Commands/MenuItemBuilders.cs: Wire the console output of external tools to the output pad. 2004-12-21 Lluis Sanchez Gual * Services/DispatchService/DispatchService.cs: Removed unneded check for empty queue in QueueMessage. Not needed since all changes are now done inside a lock. * Services/DispatchService/SyncContext.cs: Fixed the delegate generator. The implementation was wrong. Also added a sample generated class to help understand what it does. * Gui/Pads/OpenTaskView.cs: Keep track of added tasks. TaskService events can be sent asynchronously, so when the event is handled, there is no guarantee that the state of the task service is the same as when the event was raised. 2004-12-16 Lluis Sanchez Gual * Services/DispatchService/SyncContext.cs: Dispatch delegate calls asynchronously, no minimize the risk of deadlocks. 2004-12-16 Lluis Sanchez Gual * Services/DispatchService/DispatchService.cs: added a locks for accessing the message queue. In synchronous calls, don't use gui dispatch if the calling thread is already the gui thread. * Services/ParserService/DefaultParserService.cs: Removed unneeded lock that was causing deadlocks. 2004-12-15 Sander Rijken * Commands/CustomStringTagProvider.cs: Patch to have COMBINEDIR return the actual directory instead of the filename, COMBINEFILENAME already does that. 2004-12-14 John Luke * Gui/Dialogs/CommonAboutDialog.cs: only redraw the right-half on scrolling use an array and a stringbuilder to build CreditText remove the old SD quotes 2004-12-13 Lluis Sanchez Gual * Gui/BrowserDisplayBinding/HtmlViewPane.cs: StatusBarService.ProgressMonitor is not a StatusBar widget any more. 2004-12-13 Lluis Sanchez Gual * Services/StatusBar/DefaultStatusBarService.cs: Made it gui thread safe. 2004-12-11 Alexandre Gomes * Commands/EditCommands.cs, * Gui/ContentInterfaces/ICodeStyleOperations.cs: Added support and menu entries for the already implemented Indent and UnIndent selection. 2004-12-09 Todd Berman * Gui/Pads/HelpBrowser/HelpViewer.cs: gtk# API changed again (thanks mikey!) 2004-12-08 Everaldo Canuto * Internal/Project/Combine/Combine.cs: Add support to multiple runtime in Makefiles generated by MonoDevelop. 2004-12-07 Alexandre Gomes * Gui/ContentInterfaces/ICodeStyleOperations.cs: Added to rule style changes in code like (Un)Comment Code * Commands/EditCommands.cs: Changed to handle (Un)CommentCode menu options * Internal/Codons/LanguageBinding/ILanguageBinding.cs: Added CommentTag to all language bindings * MakeFile.am: Added reference to Gui/ContentInterfaces/ICodeStyleOperations.cs 2004-12-07 Todd Berman * Gui/Pads/HelpBrowser/HelpViewer.cs: Update to new gtk# api. 2004-12-07 Lluis Sanchez Gual * Services/DispatchService/DispatchService.cs: Made some method non-static. * Services/DispatchService/GuiSyncContext.cs: Minor fix. * Services/Tasks/TaskService.cs: Added ShowTasks method, which brings to the front the task view. * Services/Project/DefaultProjectService.cs: It is the resposibility of the subscriber to handle the event in the right thread. * Services/MessageService.cs: Handle gui-thread transitions automatically by deriving from GuiSyncAbstractService. * Gui/Workbench/DefaultWorkbench.cs, * Gui/Pads/OpenTaskView.cs, * Gui/Pads/TerminalPad.cs, * Gui/Pads/ProjectBrowser/ProjectBrowserView.cs, * Gui/Pads/ClassScout/ClassScout.cs: Subscribe to service events using gui-thread aware delegates. * Makefile.am: New file. 2004-12-06 Lluis Sanchez Gual * Services/DispatchService/DispatchService.cs: Added support for synchronous dispatch to the gui thread. * Services/DispatchService/AsyncDispatchAttribute.cs: * Services/DispatchService/SyncContext.cs: * Services/DispatchService/SyncObject.cs: * Services/DispatchService/FreeDispatchAttribute.cs: * Services/DispatchService/SyncContextAttribute.cs: * Services/DispatchService/GuiSyncContext.cs: * Services/DispatchService/GuiSyncObject.cs: New classes that support some new dispatch features. 2004-12-06 Lluis Sanchez Gual * *.cs: Removed remaining calls to ServiceManager.GetService. 2004-12-06 Lluis Sanchez Gual * Services/Runtime.cs: Root class that gives access to all services. * Gui/GuiService.cs: Root class that gives access to some gui-related services. * Services/ClassBrowserIcons/ClassBrowserIconsService.cs: Moved to IconService.cs. * Services/ResourceService.cs: Format. * Services/IconService.cs: Moved here methods from ClassBrowserIcons. * Makefile.am: Added new files. * *.cs: Removed all calls to ServiceManager.GetService (some files are still missing). 2004-12-05 John BouAntoun * Internal/Project/Combine/Combine.cs: made it work with mono svn head Posix OEE 2004-12-03 John Luke * Commands/MenuItemBuilders.cs: * Gui/Components/SdMenuCommand.cs: use AccelMap instead of Accel.Map* * Gui/Dialogs/SharpDevelopAboutPanels.cs: * Gui/Dialogs/CommonAboutDialog.cs: * Gui/Dialogs/WordCountDialog.cs: * Gui/Pads/FileScout/FileList.cs: * Gui/BrowserDisplayBinding/HtmlViewPane.cs: remove obsolete GType stuff, use ComboBox instead of obsolete OptionMenu 2004-12-03 Lluis Sanchez Gual * Gui/Pads/ClassScout/NodeBuilder/DefaultDotNetClassScoutNodeBuilder.cs: UpdateClassTree: Changed parameter parentNode to projectNode, since this is what it is. DropPhantomNamespaces now deletes unexpanded namespaces if they are empty. This fixes bug #70149. 2004-12-01 John Luke * Gui/Pads/FileScout.cs: use ShadowType.In so the FileBrowser doesn't look funny when it is the only pad 2004-11-16 Todd Berman * Internal/Project/Project/AbstractProject.cs: Make sure that references of references are copied in properly. This code needs to be refactored. However, this does work. We should basically be walking through the references, for Project references, and calling out to a helper function. I will rewrite this soon to be more robust and less insane. 2004-11-12 Todd Berman * Gui/HtmlControl/MozillaControl: No gtype registration, fixes jba's bug. 2004-11-11 Todd Berman * Makefile.am: Add $(MONO_POSIX_OEE) * Internal/Project/Combine/Combine.cs: #ifdef around FileMode using. This should fix cvs HEAD users. 2004-11-05 Levi Bard * Internal/Parser/IParser.cs: Added HandlesFileExtension() for selection among multiple parsers * Services/ParserService/DefaultParserService.cs: Added parser selection using IParser.HandlesFileExtension() 2004-11-02 John Luke * Services/File/RecentOpen.cs: use simpler RecentFiles AddWithLimit * Services/File/RecentFiles.cs: sort and return items in the right order among some other incremental improvements, should also fix bug #68999 * Commands/AutoStartCommands.cs: revert Todds workaround from yesterday * Services/File/RecentOpen.cs: * Services/Project/DefaultProjectService: * Commands/MenuItemBuilders.cs: display project name for projects * Services/File/DefaultFileService.cs: * Services/File/RecentOpen.cs: * Commands/MenuItemBuilders.cs: * Commands/FileCommand.cs: display File [Project] or just File 2004-11-01 Fawad Halim * Internal/Parser/SharpAssemblyLayer/SharpAssemblyParameter.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyMethod.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyReturnType.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyEvent.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyAttribute.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyField.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyProperty.cs: Added using aliases for AssemblyReader and SharpCustomAttribute to allow compilation with mono HEAD 2004-11-01 Todd Berman * Commands/AutoStartCommands.cs: Open the real last project. 2004-11-01 Todd Berman * Services/File/RecentOpen.cs: Properly handle if the renaming occurs on a Directory, or if it is using SourceFile instead of FileName. Need to investigate why SourceFile and FileName both exist. 2004-10-29 Todd Berman * Commands/FileCommands: Fix SaveAs. 2004-10-29 Todd Berman * Commands/FileCommands.cs: Patch from Valters Svabe to close bug #62300 2004-10-28 Todd Berman * Services/File/RecentFiles.cs: Remove C.WL 2004-10-27 Todd Berman * Commands/AutoStartCommands.cs: Fix the Load Previous Project on Startup option. 2004-10-27 John Luke * Internal/Parser/SharpAssemblyLayer/SharpAssemblyParameter.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyMethod.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyReturnType.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyEvent.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyAttribute.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyField.cs * Internal/Parser/SharpAssemblyLayer/SharpAssemblyProperty.cs: Add a using alias for SharpAssembly so we can compile with mcs HEAD we were taking advantage of a mcs bug it seems 2004-10-27 Levi Bard * Services/ParserService/DefaultParserService.cs: comment out code to select the VB parser, because we dont actually have one yet. 2004-10-22 Chris Toshok * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: add DebuggerThreadPad. 2004-10-22 Chris Toshok * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: add MonoDevelop.SourceEditor.Gui.DebuggerStackTracePad to the debugPads. 2004-10-21 Chris Toshok * Gui/Workbench/DefaultWorkbench.cs: don't try to open cur_dbgFilename if it's String.Empty. 2004-10-20 John Luke * Commands/MenuItemBuilders.cs: * Commands/FileCommands.cs: * Commands/AutostartCommands.cs: * Services/File/RecentOpen.cs: * Services/File/DefaultFileService.cs: * Services/Project/DefaultProjectService.cs: enable new Recent Files stuff, and small adjustments for it. 2004-10-20 John Luke * Services/File/RecentFiles.cs: fix a bunch of bugs 2004-10-20 John Luke * Makefile.am: remove RingBuffer, add RecentFiles (not used yet) * Services/File/FdoRecentFiles.cs * Services/File/RecentItem.cs * Services/File/RingBuffer.cs: remove old unused stuff * Services/File/RecentFiles.cs: new in-progress implementation 2004-10-15 Todd Berman * Internal/Project/Combine/CombineEntry.cs: Before running, copy all dependant output assemblies to the proper place. 2004-10-12 Gert Driesen * Internal/Parser/SharpAssemblyLayer/SharpAssemblyClass.cs: use alias to workaround mcs change 2004-10-07 Todd Berman * Internal/Project/Project/AbstractProject.cs: Make sure to copy the .mdb file if it exists when pushing the new dll into the AppBase of the executing assembly. This gives debug info for supporting dlls under 1.1.x and HEAD when you click 'Run'. 2004-10-07 Todd Berman * Servers/MessageService.cs: Fix a little (but important) bug with ShowMessage not properly working. Now you can actually *close* the window. Pretty good. 2004-10-06 Todd Berman * Services/ParserService/CodeCompletionDatabase.cs: Check to see if the namespace is already in the list before adding. 2004-09-26 Todd Berman * Gui/Components/SdMenu.cs: this should fix i18n for menus 2004-09-25 Peter Johanson * Gui/Components/SdMenuCheckBox.cs: Workaround released gtk# 1.0.2 interaction with 1.1.1. 2004-08-10 Todd Berman * Gui/Dialogs/CombineConfiguration/CombineStartupPanel.cs: fix left over ${RES:} strings. 2004-08-10 Todd Berman * Gui/Dialogs/NewProjectDialog.cs: * Gui/Dialogs/OptionPanels/IDEOptions/LoadSavePanel.cs: Patch from Samuel Kaufman to change the default project location to ~/Projects. 2004-08-09 Todd Berman * Services/SystemAssemblyService.cs: Work w/ cvs HEAD and 1.0.x 2004-08-07 Todd Berman * AssemblyInfo.cs.in: Use new ASSEMBLY_VERSION variable. 2004-07-28 Fawad Halim * Services/File/DefaultFileService.cs: Added inner class FileInformation as a container for File Opening information. Overloaded OpenFile to accept a delegate to call after File Opening. * Services/File/IFileService.cs: Added a delegate FileOpeningFinished for use after File Opening. * Services/Tasks/Task.cs: Use OpenFile, having call OnFileOpened after completion. * Gui/Pads/ClassScout/ClassScout.cs: Use OpenFile on node activation, having call OnFileOpened after completion. 2004-07-12 John Luke * Gui/Dialogs/NewProjectDialog.cs: catch an IOException when creating a project with the name of an existing file should fix bug #61034 2004-07-05 Todd Berman * Commands/MenuItemBuilders.cs: properly escape filename with underscores in them. 2004-07-05 Todd Berman * Gui/Pads/HelpBrowser/HelpViewer.cs: enable images in monodoc. 2004-07-05 Todd Berman * Internal/Codons/MenuItems/MenuItemCodon.cs: allow menuitems with a submenu to be translated properly. 2004-07-04 John Luke * Gui/Dialogs/OptionPanels/ProjectOptions/DeployFileOptions.cs: * Gui/Pads/ProjectBrowser/ProjectBrowserView.cs: * Gui/Pads/ProjectBrowser/BrowserNode/AbstractBrowserNode.cs: * Gui/Pads/ProjectBrowser/BrowserNode/ReferenceNode.cs: * Gui/Pads/ProjectBrowser/BrowserNode/FileNode.cs: * Gui/Pads/ProjectBrowser/BrowserNode/CombineBrowserNode.cs: * Gui/Pads/ProjectBrowser/BrowserNode/DirectoryNode.cs: * Gui/Pads/ProjectBrowser/NodeBuilder/DefaultDotNetNodeBuilder.cs: * Internal/Project/Project/IncludeFilesDialog.cs: Use the MessageService everywhere, and cleanup these files a bit 2004-07-02 Todd Berman * Services/MessageService.cs: Convert most of these to be threadsafe. Need to do AskQuestion, but this fixes a bug, so I will commit now. 2004-07-02 Todd Berman * Commands/FileCommands.cs: Dont use the FileFilters, as there are not functional at the moment. * Services/File/DefaultFileService.cs: don't attempt to load a directory, as its never valid. 2004-07-01 John Luke * Commands/AutoStartCommands.cs: remove old Code generation, assembly preload, and tip of the day on start, because they are no longer used, and I believe no longer will be someone correct me if I am wrong 2004-07-01 Todd Berman * Gui/Worbench/Layouts/SdiWorkspaceLayout.cs: Remove the code that hides the tabs when there is only one item. 2004-07-01 Todd Berman * Services/ResourceService.cs: Remove a lot of code associated with loading resources at runtime, etc. 2004-06-29 Todd Berman * Internal/Codons/Templates/ProjectTemplateCodon.cs: new codon for project templates. * Internal/Templates/ProjectTemplates/ProjectTemplate.cs: convert to using new codon based system. * Makefile.am: add new file. 2004-06-28 Todd Berman * Gui/Workbench/Layouts/SdiWorkspaceWindow.cs: make sure everything is being disposed on close. * Gui/AbstractViewContent.cs: work around small virtual bug, will file this when i can replicate in a smaller test case. 2004-06-28 Todd Berman * Services/Project/DefaultProjectService.cs: * Services/Project/IProjectService.cs: * Internal/Project/Project/IProject.cs: * Internal/Project/Project/AbstractProject.cs: * Internal/Project/Project/ProjectFile.cs: * Internal/Project/Combine/Combine.cs: Patch from Ray Molenkamp to add a FSW that monitors for external changes to any file in a project and emits an event on the project service for it. 2004-06-28 Todd Berman * Internal/Codons/Templates/FileTemplateCodon.cs: add new codon for handling file templates. * Internal/Templates/FileTemplate.cs: Use the new codon based system instead of the old find files that end in .xft system. This means that you can now specify file templates in the addin.xml files and it brings us one step closer to being able to split off the backend bindings properly. (You will only see templates for bindings you have installed). 2004-06-26 Todd Berman * Gui/Dialogs/DirtyFilesDialog.cs: small layout fixes. 2004-06-26 Lluis Sanchez Gual * Commands/RunCommands.cs, Services/Project/DefaultProjectService.cs, Internal/Project/Combine/CombineEntry.cs: reflect changes in the TaskService. * Services/Tasks/Task.cs: Set comment type if the task do not refer to a file. * Services/Tasks/TaskService.cs: Don't allow direct manipulation of the task list, everything must be done through the TaskService api. Added new TaskAdded event. * Gui/Pads/OpenTaskView.cs: Use the new TaskAdded event, instead of loading the full list at every change. 2004-06-25 Todd Berman * Services/Project/DefaultProjectService.cs: When restoring combine preferences, if xml document is invalid, just return, closes bug #60417. 2004-06-25 Todd Berman * Gui/Dialogs/SharpDevelopAboutPanels.cs: Removing ASP mention at the request of Mike Krueger. 2004-06-25 Todd Berman * Gui/AbstractViewContent.cs: Make PathRelativeToProject not store in a string, and always be correct, no matter if the file is new, or has been moved since being loaded. * Gui/Dialogs/DirtyFilesDialog.cs: New dialog to use on close, should be working perfectly. * Gui/Dialogs/ReferenceDialog/GacReferencePanel.cs: formatting fixes. * Gui/IViewContent.cs: No longer all PathRelativeToProject to be set. * Gui/Workbench/DefaultWorkbench.cs: remove the old closing code, and use the new dirty files dialog. * Services/File/FileService.cs: Fix LoadWrapperClass to not set the path relative to project, as that is handled differently now. Remove a method to make a path relative as there is no need for it now. 2004-06-24 Todd Berman * Commands/ProjectBrowserCommands/CombineNodeCommands.cs: set dialog to null after we are done with it. 2004-06-24 Todd Berman * Gui/Dialogs/NewSolutionDialog.cs: * Commands/ProjectBrowserCommands/CombineNodeCommands.cs: * Commands/FileCommands.cs: convert to using new async dispatcher stuff. 2004-06-23 Todd Berman * Gui/Dialogs/NewFileDialog.cs: add an event for when Ok is pressed. * Commands/ProjectBrowserCommands/FolderNodeCommands.cs: fix new file dialog from here. 2004-06-23 Todd Berman * Gui/CompletionDatabaseWizard: removed directory, as its unused. * Makefile.am: updated to reflect above. 2004-06-23 Todd Berman * Services/Project/DefaultProjectService.cs: make solution loading take place without any gui locks. * Service/File/DefaultFileService.cs: proxy OpenFile to a real method that gets called in the idle handler. 2004-06-23 Todd Berman * Services/DispatchService/DispatchService.cs: change up a bit to allow a void blah () delegate and a void blah (object) delegate. Added overloads to hit those. * Gui/Pads/ClassScout/ClassScout.cs: Update to new DispatchService API. * Gui/Dialogs/NewFileDialog.cs: Update to new DispatchService API. 2004-06-23 Todd Berman * Commands/FileCommands.cs: Cleanup a bit, move some code around. * Gui/Dialogs/NewFileDialog.cs: Convert to using DispatchService. This also tests the BackgroundDispatch method, which seems to be working fine. Now New File will no longer lock up the GUI at all. Also cleanup misc code, and unused pieces. 2004-06-23 Todd Berman * Gui/Pads/ClassScout/ClassScout.cs: use DispatchService instead of IdleWork stuff. * Services/DispatchService/DispatchService.cs: new service, used to pass messages to the gui, or a background thread. The gui stuff has been tested by the ClassScout above, the background thread dispatching has yet to be tested. * Makefile.am: Add DispatchService.cs 2004-06-21 John Luke * Gui/Dialogs/OptionPanels/ProjectOptions/CompileFileProjectOptions.cs: use the messageservice for a the error dialog don't skip the first item when storing whether files should be included, fixes bug # 60363 * Commands/ProjectBrowserCommands/FolderNodeCommands.cs: Change the title of Add Files to Add Files, so it will be clearer you can select more than one file put the name of the file in the Copy or Move dialog when adding an external file, fixes bug # 59516 2004-06-21 Todd Berman * Commands/AutostartCommands.cs: workaround icewm issue, dont show tip of the day dialog automatically under any circumstance. 2004-06-21 John Luke * Gui/Pads/OpenTaskView.cs: implement a popup menu for copying a task to the clipboard, bug #56817 2004-06-20 Todd Berman * Services/ParserService/CodeCompletionDatabase.cs: fix nullref in file types that dont have a parser. 2004-06-20 Todd Berman * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: fix bug #60352. 2004-06-18 Todd Berman * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: cleanups, and a small icon related fixup. 2004-06-18 Todd Berman * Commands/MenuItemBuilders.cs: clean up accel path code. * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: reduce code complexity by removing the extra ArrayList. Also properly use the tab reordering event, closes bug #60356. 2004-06-17 John Luke * Commands/ProjectBrowserCommands/ResourceFolderNodeCommands.cs: * Commands/ProjectBrowserCommands/FolderNodeCommands.cs: * Commands/ProjectBrowserCommands/CombineNodeCommands.cs: * Commands/FileCommands.cs: * Gui/Dialogs/OptionPanels/ExternalToolPanel.cs: * Gui/Dialogs/ReferenceDialog/AssemblyReferencePanel.cs: * Internal/Project/Project/AbstractProject.cs: * Internal/Project/Combine/Combine.cs: * Gui/Dialogs/OptionPanels/ProjectOptions/DeployFileOptions.cs: use MonoDevelop.Gui.Widgets.FileSelector instead of Gtk.FileSelection * Gui/Pads/HelpBrowser/HelpViewer.cs: set IsViewOnly property to true so we don't crash on save * Gui/Pads/ProjectBrowser/BrowserNode/FileNode.cs: do not force an extension on renamed files fixes bug # 59677 * Commands/FileCommands.cs: workaround for #59731 2004-06-16 John Luke * Gui/Dialogs/NewProjectDialog.cs: guard against unauthorized exception when creating the project directory, and display an error message and allow the user to fix it. fixes bug # 60001 2004-06-13 Todd Berman * Internal/Project/Project/Deployment/ScriptDeploy.cs: string fix 2004-06-11 Todd Berman * Services/SystemAssemblyService.cs: Dont scan the same path twice. 2004-06-10 Lluis Sanchez Gual * Commands/ProjectBrowserCommands/FolderNodeCommands.cs: Set the project of newly added files. * Services/ParserService/DefaultParserService.cs: Generate and cache code completion databases for opened files that do not belong to any project. * Services/ParserService/CodeCompletionDatabase.cs: Added Clear method. Made Write() virtual. Added new SimpleCodeCompletionDatabase, for storing information for a single file. * Internal/Project/Project/AbstractProject.cs: Ignore members with the xml name set to null. * Internal/Project/Project/ProjectFile.cs: Added project filed. Notify the project when the file name changes. * Internal/Project/Project/Collections/ProjectFileCollection.cs: assign the project to the files in the collection. 2004-06-06 John Luke * Gui/Dialogs/CommonAboutDialog.cs: make the scrollbox not expand fixes bug #59652 2004-06-02 Todd Berman * Commands/ProjectBrowserCommands/FolderNodeCommands.cs: call new func. * Gui/Dialogs/NewFileDialog.cs: remove dead code * Gui/Pads/ProjectBrowser/ProjectBrowserView.cs: add function that worksaround the gtk+ 2.4 regression workaround. 2004-06-02 Todd Berman * Gui/Dialogs/CommonAboutDialog.cs: This is actually how translator credits are supposed to work. Update the po and go ahead and translate the string "translator_credits" to include what you want it to include. It will then show up properly. 2004-06-02 Todd Berman * MonoDevelop.Base.prjx: fixed ICSharpCode.SharpZipLib reference and added new file. * Gui/Dialogs/CombineConfiguration/CombineBuildOptions.cs: new dialog for the .mdsx relative output build path. * Makefile.am: add new file. * Internal/Project/Combine/Combine.cs: Add BaseDirectory property. * Makefile.MonoDevelop.Base: automagic updates to reflect new file (This is good to see). 2004-05-30 Todd Berman * Commands/AutostartCommands: Remove some dead code. * Services/ParserService/DefaultParserService.cs: Properly setup the pathing so it works without an existing setup. 2004-05-30 Lluis Sanchez Gual * Services/ParserService/DefaultParserService.cs: Don't use the "Gac:" prefix to reference gac assemblies, they are handled internally by AssemblyCodeCompletionDatabase. When locating an assembly database, take into account partial names, and avoid loading the same db twice. Perform the modified file check taking into account dependencies between databases. This increases the posibility of resolving all classes of a database in the first parse cycle (since its dependecies will be already parsed). Added parameter to GetClass which allows deep search of a class in all project references. In ResolveTypes, added out parameter to inform if all types could be resolved. In ClassInheritanceEnumerator, use a reference deep search to get base classes. * IParserService.cs: Added parameter to GetClass which allows deep search of a class in all project references. * CodeCompletionDatabase.cs: Increased db version, since the format has changed a bit. Added an easy way for derived classes to serialize data together with the index. When writing the db, make a byte copy from the old file to the new one for classes not loaded. In ProjectCodeCompletionDatabase, if a file can't be fully resolved, schedule a reparse. In GetClass() support lookup of inner classes. Improved some internal methods to support this. 2004-05-29 Todd Berman * Services/Project/DefaultProjectService.cs: try catch around generate makefiles, as some bindings toss exceptions. 2004-05-28 Todd Berman * Gui/Dialogs/CombineConfiguration/CombineStartupPanel.cs: * Gui/Dialogs/OptionPanels/ProjectOptions/CompileFileProjectOptions.cs: * Gui/Dialogs/OptionPanels/ProjectOptions/DeployFileOptions.cs: * Gui/Dialogs/OptionPanels/ExternalToolPanel.cs: * Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs: * Gui/Dialogs/ReferenceDialog/GacReferencePanel.cs: * Gui/Pads/HelpBrowser/MonodocTreePad.cs: * Internal/Project/Project/IncludeFilesDialog.cs: update to reflect gtk-sharp api out -> ref change 2004-05-27 Todd Berman * Services/Project/DefaultProjectService.cs: fix removing files from projects via the project browser. 2004-05-27 Todd Berman * Internal/Project/Project/Combine.cs: properly handle spaces in the solution and project names. * Gui/Pads/ProjectBrowser/BrowserNode/CombineBrowserNode.cs: check for invalid characters. 2004-05-27 Todd Berman * Internal/Project/Project/AbstractProject.cs: Properly ignore .svn and CVS directories. * Gui/Pads/ClassScout/ClassScout.cs: Properly work around potential exceptions until we figure out why they are happening. * Commands/ProjectBrowserCommands/FolderNodeCommands.cs: start the add file dialog in the proper place. 2004-05-26 Todd Berman * Internal/Project/Combine/Combine.cs: fix nullref when you dont have a valid single startup project name set. 2004-05-26 Todd Berman * Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs: fix up per edd's suggestions. Now we select a valid node if possible when you remove, and the remove button is only sensitive when an iter is selected. 2004-05-26 Todd Berman * Services/ProjectService/DefaultProjectService.cs: move the call to GenerateMakefiles when the solution is closed to somewhere that actually generates a makefile. 2004-05-26 Todd Berman * Internal/Project/Combine/Combine.cs: actually tested with a solution with 2 projects in it, one that references the other. It works now, building, cleaning, running, etc. * Internal/Templates/ProjectTemplates/CombineDescriptor.cs: setup OutputDirectory properly by default. 2004-05-26 Todd Berman * Internal/Project/Project/AbstractProject.cs: ignore .pidb, .mdsx and make.sh. 2004-05-26 Todd Berman * Services/Project/DefaultProjectService.cs: auto-generate makefiles on changes. I think i hit all the needed events, lets see. 2004-05-26 Todd Berman * Services/ParserService/DefaultParserService.cs: Update Monodoc and IsAs resolvers. * Services/ParserService/IParserService.cs: Expose new search type method for use in Monodoc and IsAs resolvers. * Internal/Parser/IParser.cs: Update Monodoc and IsAs resolvers. * Gui/Pads/ClassScout/ClassScout.cs: add a null check to workaround a *strange* nullref that keeps popping up. 2004-05-26 Lluis Sanchez Gual * Services/ParserService/DefaultParserService.cs: Type names for fields, parameters, base classes and so on come unresolved from the parser (without namespace information). They must be resolved before adding them to the database. This is done through the method ResolveTypes. * CodeCompletionDatabase.cs: Resolve type names before adding the class to the database. * PersistentIndexer.cs, PersistentParameter.cs, PersistentMethod.cs, PersistentReturnType.cs, PersistentEvent.cs, PersistentField.cs, PersistentProperty.cs, PersistentClass.cs: Added method for resolving the type names. 2004-05-25 Todd Berman * Services/ParserService/DefaultParserService.cs: create the directory if it doesnt exist. 2004-05-25 Lluis Sanchez Gual * Services/File/DefaultFileService.cs: Enabled database regeneration for modified assemblies. 2004-05-25 Lluis Sanchez Gual * Commands/ProjectBrowserCommands/ReferenceFolderNodeCommands.cs: Removed call to IParserService.AddReferenceToCompletionLookup. The parser service now receives an event when a reference is added. * Commands/AutostartCommands.cs: Disabled generation of initial code completion database. * Services/File/DefaultFileService.cs: In LoadFileWrapper, use IProject reference instead of project name. * Services/Project/DefaultProjectService.cs: Added ReferenceAddedToProject and ReferenceRemovedFromProject events. Changed how event are handled. Now the service just forwards the events received from the open combine. The file events now use a new ProjectFileEventHandler delegate, which provide information about the source project in the args. * Services/Project/IProjectService.cs: Added new reference events. * ParserService/DefaultParserService.cs: Mostly reimplemented. The new implementation uses a unified data structure for storing information from projects and assemblies. * Services/ParserService/AssemblyInformation.cs: Added FileName property. * Services/ParserService/IParserService.cs: Added IProject parameter to most of methods. Added SearchNamespace, SearchType methods (moved from AbstractUnit), and GetClassInheritanceTree (moved from AbstractClass). Removed ParseInformationAdded and ParseInformationRemoved, and added a new ClassInformationChanged event that provides all change information at once. * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: Take the name of the project from view's IProject property. * Gui/IViewContent.cs: Changed ProjectName property to IProject Project property. * Gui/Pads/ClassScout/NodeBuilder/DefaultDotNetClassScoutNodeBuilder.cs * Gui/Pads/ClassScout/ClassScout.cs: Use the new events and data structures from of parser service. Now, class data is not fully loaded when opening the project, but it is loaded under demand as project nodes are expanded. * Gui/Pads/ClassScout/NodeBuilder/IClassScoutNodeBuilder.cs: Use a single method to update the tree from parse event args. * Gui/Pads/ProjectBrowser/BrowserNode/ProjectBrowserNode.cs, Gui/Pads/ProjectBrowser/BrowserNode/CombineBrowserNode.cs: Use Combine.RemoveEntry to remove projects from a combine. * Gui/AbstractViewContent.cs: Implement new Project property. * Makefile.am: Added new files: Services/ParserService/CodeCompletionDatabase.cs, Services/ParserService/ClassInformationEventHandler.cs, Internal/Project/Project/ProjectReferenceEventArgs.cs, Internal/Project/Project/ProjectFileEventArgs.cs, Internal/Project/Combine/CombineEntryEventArgs.cs. * Internal/Project/Project/IProject.cs: Added new events for changes in files and references. * Internal/Project/Project/Collections/ProjectReferenceCollection.cs Internal/Project/Project/Collections/ProjectFileCollection.cs, AbstractProject.cs, Internal/Project/Combine/Combine.cs: Added support for new events. * Internal/Project/Combine/CombineEntry.cs: Created CombineEntryCollection. * Internal/Parser/PersistenceLayer/PersistentIndexer.cs, Internal/Parser/PersistenceLayer/PersistentParameter.cs, Internal/Parser/PersistenceLayer/PersistentMethod.cs, Internal/Parser/PersistenceLayer/PersistentReturnType.cs, Internal/Parser/PersistenceLayer/PersistentEvent.cs, Internal/Parser/PersistenceLayer/PersistentField.cs, Internal/Parser/PersistenceLayer/PersistentProperty.cs, Internal/Parser/PersistenceLayer/PersistentClass.cs, New implementation of read and write methods based on static methods. In this way it can be used to write instances of any IType and not only PersistentClass. Also use new helper methods for writing strings and object references. * Internal/Parser/IType.cs: Moved ClassInheritanceTree to IParserService. * Internal/Parser/ReflectionLayer/ReflectionClass.cs: Added Null check for MonodocService. * Internal/Parser/IRegion.cs: Added FileName property. * Internal/Parser/Implementations/AbstractUsing.cs, Internal/Parser/IUsing.cs: Moved SearchType and SearchNamespace to IParserService. * Internal/Parser/Implementations/AbstractDecoration.cs, Internal/Parser/Implementations/AbstractNamedEntity.cs, Internal/Parser/Implementations/AbstractReturnType.cs: Fixed usage of documentation hashtable. GetHashCode() do not return unique values! * Internal/Parser/Implementations/DefaultRegion.cs: Implemented FileName property. * Internal/Parser/Implementations/AbstractClass.cs: Moved ClassInheritanceTree to IParserService. * Internal/Parser/Implementations/AbstractParameter.cs: Added null check. * Internal/Parser/IParser.cs: Added Project parameter to some methods. 2004-05-25 Todd Berman * Internal/Project/Combine/Combine.cs: more makefile magic for building, outputting semi-properly, and a make run setup. * Internal/Project/Combine/CombineEntry.cs: pass the Combine to the makefile being generated. * Internal/Codons/LanguageBinding/ILanguageBinding.cs: pass the Combine on down. * Makefile.am: Add Mono.Posix to the build. 2004-05-24 Todd Berman * Gui/Workbench/DefaultWorkbench.cs: Setup text/uri-list DnD. Tested with single and multiple files/projects from nautilus. * Internal/Parser/ReflectionLayer/ReflectionClass.cs: workaround potential nullref. * Commands/AutostartCommands.cs: fix focus issue. 2004-05-22 Todd Berman * Gui/Dialogs/NewProjectDialog.cs: Sort properly. 2004-05-19 Todd Berman * Services/ParserService/DefaultParserService.cs: potential nullref removed. 2004-05-20 Pawel Rozanski * Services/Tasks/Task.cs: add a "COMMENT" ErrorNumber in order to show TaskType.Comment in Task List. 2004-05-18 Todd Berman * Internal/Project/Combine/Combine.cs: load/save a new property 'RelativeOutputPath' on the solution level. Much hilarity ensues. 2004-05-17 Todd Berman * Commands/ProjectBrowserCommands/CombineNodeCommands.cs: * Commands/FileCommands.cs: * Gui/Dialogs/NewProjectDialog.cs: * Gui/Dialogs/OptionPanels/IDEOptions/LoadSavePanel.cs: change from SpecialFolder.Personal to getenv ("HOME"). 2004-05-16 Todd Berman * Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs: fix to use the new SystemAssemblySerivce. * Gui/Dialogs/ReferenceDialog/GacReferencePanel.cs: ^^ * Gui/Components/SdMenuCommand.cs: remove useless code, use the proper overload. * Gui/Pads/ClassScout/ClassScout.cs: revert semi-fix of r1600 and add a new fix that might or might not work, but will not cause the speed issues of the previous fix. * Gui/Pads/ClassScout/NodeBuilder/DefaultDotNetClassScoutNodeBuiler.cs: ^^ * Gui/Pads/HelpBrowser/HelpViewer.cs: indenting fix. * Services/SystemAssemblyService.cs: new service for identifying system assemblies (mono installed + pc'd assemblies) * Services/ParserService/DefaultParserService.cs: * Services/ParserService/IParserService.cs: passthrough for monodoc resolver. * Makefile.am: add SystemAssemblyService * Internal/Project/Project/ProjectReference.cs: proper reference information. * Internal/Project/Project/AbstractProject.cs: remove windows .ToUpper hack. * Internal/Project/Combine/Combine.cs: start of solution level makefiles. * Internal/Parser/IParser.cs: monodoc resolver addition. 2004-05-10 Todd Berman * Gui/Workbench/DefaultWorkbench.cs: Attempt non-metacity toplevel fix * Gui/Dialogs/SplashScreen.cs: explicity set this to popup 2004-05-09 Todd Berman * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: use DragNotebook 2004-05-07 Todd Berman * Gui/Pads/ClassScout/ClassScout.cs: adding a lock. 2004-05-06 Todd Berman * Gui/Pads/ClassScout/ClassScout.cs: try catch to prevent potentialy strange threading interactions. 2004-05-04 John Luke * Makefile.am: make Services/StockIcons.cs regen properly and pass make distcheck 2004-05-04 Pawel Rozanski * Makefile.am: Services/StockIcons.cs update is triggered by a changes in build/data/resources/icons dir 2004-05-03 Francisco "Paco" Martinez * Gui/Dialogs/CommonAboutDialog.cs: Added Paco Martinez name to the list of authors 2004-05-02 Todd Berman * Services/Project/IProjectService.cs * Services/Project/DefaultProjectService.cs: Add events for Files being added and removed. * Gui/Pads/ClassScout/ClassScout.cs: Properly update on files added and removed. 2004-05-02 Todd Berman * Services/ParserService/DefaultParserService.cs: expose gac lib location finder * Services/ParserService/AssemblyInformation.cs: remove previous fix * Services/ParserService/IParserService.cs: expose gac lib location finder * Gui/Dialogs/ReferenceDialog/GacReferencePanel.cs: sort properly * Internal/Project/Project/ProjectReference.cs: Use parser method to find gac lib location. 2004-05-01 Todd Berman * Gui/Dialogs/TreeViewOptions.cs: notify main window that gui effecting changes may have occured, update the menu. 2004-05-01 Todd Berman * Gui/Pads/OpenTaskView.cs: Fix gtk+2.4 regression. * Services/ParserService/DefaultParserService.cs: load assemblies out of the GAC for indexing. 2004-04-30 Todd Berman * Gui/Pads/HelpBrowser/MonodocTreePad.cs: Hide doc nodes without any docs. This is an ugly ugly solution, but it works. Feel free to replace it with something better that looks nice. 2004-04-29 Todd Berman * Services/ParserService/DefaultParserService.cs: commenting out a GC.Collect () per lluis' instructions, this results in monodevelops cpu usage at idle going from 20% to 2%. Good stuff :) 2004-04-29 Todd Berman * Gui/Dialogs/OptionPanels/ExternalToolPanel.cs: fix up to match gtk# from cvs. * Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs: * Gui/Dialogs/ReferenceDialog/GacReferencePanel.cs: Now we actually pull assemblies from the gac. NOTE: Until gtk-sharp, and other libraries actually start using the gac it will not be possible to add a proper gac reference to them. This will be fixed on their end by beta1 however. 2004-04-28 Todd Berman * Internal/Project/Project/AbstractProject.cs: Actually make that check and the others like it work. 2004-04-28 Todd Berman * Internal/Project/Project/AbstractProject.cs: For now, dont ask to add new Makefiles. 2004-04-28 Todd Berman * Commands/RunCommands.c: * Services/Project/DefaultProjectService.cs: * Services/Project/IProjectService.cs: * Internal/Codons/LanguageBinding/ILanguageBinding.cs: * Internal/Project/Project/IncludeFilesDialog.cs: * Internal/Project/Combine/Combine.cs: * Internal/Project/Combine/CombineEntry.cs: Commit basically sets up the skeleton for the GenerateMakefiles stuff. Right now all the real code is in the LanguageBinding, where it should be (I think). Anyone looking to add this functionality to their LanguageBinding is welcome too, however the api and setup may change while the C# implementation is being written, so there are no promises at all. 2004-04-27 Todd Berman * Gui/Pads/HelpBrowser/MonodocTreePad.cs: Select the content window when you render new docs. 2004-04-27 John Luke * Gui/Pads/FileScout.cs: kill * Gui/Pads/FileScout/FileScout.cs * Gui/Pads/FileScout/FileList.cs * Gui/Pads/FileScout/FileListItem.cs: split these up, remove unneeded/used code, implement File.Delete popup * Makefile.am: account for new files 2004-04-25 John Luke * Gui/Dialogs/WordCountDialog.cs: use ShadowType.in * Gui/Pads/ClassScout/ClassScout.cs: * Gui/Pads/ProjectBrowser/ProjectBrowserView.cs: implement PopupMenu to show ContextMenus 2004-04-25 Pawel Rozanski * Gui/Dialogs/CommonAboutDialog.cs: fixed my very Polish name. 2004-04-25 John Luke * Gui/Dialogs/CommonAboutDialog.cs: update contributors and adjust the scroll slightly 2004-04-24 Todd Berman * Services/ParserService/DefaultParserService.cs: * Services/ParserService/IParserService.cs: * Internal/Parser/IParser.cs: add stubbing for IsAsResolver 2004-04-22 Todd Berman * Gui/Components/SdMenu.cs: check for children, if none, hide menu. * Gui/Components/SdMenuCheckBox.cs: small change for gtk-sharp from future cvs, should work with current cvs though. 2004-04-20 Todd Berman * Commands/AutostartCommands.cs: Move stuff around so workbench memento works. * Gui/Workbench/DefaultWorkbench.cs: Same as above. 2004-04-19 Todd Berman * Commands/AutostartCommands.cs: Match new ReflectionLayer api. * Services/MonodocService.cs: uncomment GetHelpXml * Services/AmbienceService/AmbienceReflectionDecorator.cs: match api. * Services/ParserService/AssemblyInformation.cs: match api. * Internal/Parser/ReflectionLayer/Reflection*.cs: Add the start of documentation integration into the actual IDE. Now the docs show up on code completion tooltips, just the summary. Potentially we should enable the entire doc for the class/method, but I havnt seen how it looks yet, as it will most likely be large for some methods/classes. **NOTE: To get this documentation integration, you have to rebuild your code completion database. 2004-04-17 Todd Berman * Services/Toolbar/ToolbarService.cs: * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: * Gui/Workbench/DefaultWorkbench.cs: * Gui/Components/SdToolbarCommand.cs: Fixup the entire toolbar scheme to actually *work* properly. This is only temporary, as the entire toolbar setup is going to be rewritten again to support arbitrary widgetry, proper saving/loading of toolbars tied to layouts, etc, etc. 2004-04-17 Todd Berman * Gui/Components/SdMenu.cs: * Commands/MenuItemBuilders.cs: Fix the menu system so we dont rebuild the menu's from scratch every time you use them. This should speed using the menu's up a lot. The only trick is new SubmenuItemBuilders need to create menu types with the ISubmenuItem interface so we can tell that they are built and not static. 2004-04-16 John Luke * Gui/Dialogs/SharpDevelopAboutPanels.cs: align the labels to the left and space them a little better 2004-04-14 John Luke * Gui/Dialogs/CommonAboutDialog.cs: chain to base (GType) so Gtk# cvs is happy 2004-04-14 Nick Drochak * Gui/Pads/ProjectBrowser/ProjectBrowserView.cs: When file is added, put it under the correct folder. 2004-04-14 Pawel Rozanski * Commands/RunCommands.cs: * Internal/Project/Combine/Combine.cs: fix bug #56864. 2004-04-13 John Luke * Gui/BrowserDisplayBinding/HtmlViewPane.cs: use Navbar control, use StatusBarService for messages and a Progress monitor 2004-04-11 Todd Berman * Gui/Workbench/WorkbenchMemento.cs: ugh, check for valid data too. 2004-04-11 Todd Berman * Gui/Workbench/WorkbenchMemento.cs: fix potential nullrefs. 2004-04-11 Todd Berman * Commands/AutostartCommands.cs: reorganize the SetMemento so it works better. * Gui/Workbench/WorkbenchMemento.cs: readd windowstate. * Gui/Workbench/DefaultWorkbench.cs: now we restore from maximized properly. 2004-04-10 Todd Berman * Internal/Project/Project/AbstractProject.cs: fix potentiall nullref 2004-04-10 Todd Berman * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: * Gui/Workbench/Layouts/SdiWorkspaceWindow.cs: * Gui/IWorkbenchLayout.cs: fix bug #56769. 2004-04-09 John Luke * Commands/AutostartCommands: remove dead code * Gui/Pads/TerminalPad.cs: update and rename from 'Output' to 'Terminal' * Gui/HtmlControl/MozillaControl.cs: remove CWL 2004-04-09 Todd Berman * Gui/Dialogs/SharpDevelopAboutPanels.cs: closing per bug #55955. 2004-04-09 Todd Berman * Gui/Components/SdStatusBar.cs: Add pulsing. 2004-04-09 Pawel Rozanski * Services/Tasks/Task.cs: don't show "()" when error.ErrorNumber is empty 2004-04-07 John Luke * Gui/Dialogs/CommonAboutDialog.cs: * Gui/Dialogs/SharpDevelopAboutPanels.cs: rearrange the copyright, license, sponsorship, and version information. Add back info about SharpDevelop and AlphaSierraPapa * Gui/Dialogs/TipOfTheDay.cs: remove IDisposable and call Hide and Dispose instead of Destroy on the window, remove some unneccesary public things * Commands/HelpCommand.cs: revert addition of using () {} to tipoftheday * Gui/Workbench/DefaultWorkbench.cs: uncomment memento restoring code 2004-04-07 Todd Berman * Commands/ProjectBrowserCommands/FolderNodeCommands: Incorporate bug fix for bug #56275 based on a patch from eddie tejeda . Also fix an exception that could occur when the file already exists in the target directory. 2004-04-07 Nick Drochak * Gui/Pads/ProjectBrowser/ProjectBrowserView.cs: Before the actual edit have node un-munge the text it wraps around the combine name. * Gui/Pads/ProjectBrowser/BrowserNode/CombineBrowserNode.cs: Re-munge name with number of entries after the combine name changes. 2004-04-06 Todd Berman * Commands/FileCommands.cs: Combine the open solution/file into one open... command * Gui/Pads/FileScout.cs: add .ToUpper () to catch .pRjx, etc. 2004-04-06 Todd Berman * Commands/MenuItemBuilders.cs: change to use alt instead of control for a more 'gnomey' feel. 2004-04-06 Todd Berman * Gui/Workbench/Layouts/SdiWorkspaceLayout.cs: update the menu after a context switch. * Gui/Components/SdMenu.cs: remove some junk. * Internal/Conditions/WorkbenchContextCondition.cs: new condition to allow conditionals on current context state. * Makefile.am: add above file to build 2004-04-06 Todd Berman * Commands/ProjectBrowserCommands/CombineNodeCommands.cs: fix bug #56429. 2004-04-06 Todd Berman * Gui/Workbench/DefaultWorkbench.cs: register gtype. add message about using proper ctor. * Gui/BrowserDisplayBinding/HtmlViewPane.cs: remove useless event box. 2004-04-04 John Luke * Gui/BrowserDisplayBinding/HtmlViewPane.cs: * Gui/BrowserDisplayBinding/BrowserDisplayBinding.cs: small cleanups * Commands/HelpCommands.cs: make sure dispose is called on the tip of the day, about and viewgpl dialogs * Commands/ToolsCommands.cs: make sure dispose is called for the NewLayoutDialog * Gui/Dialogs/NewLayoutDialog.cs: implement IDisposable * Gui/Dialogs/ViewGplDialog.cs: implement IDisposable * Gui/Dialogs/TipOfTheDayDialog.cs: implement IDisposable 2004-04-04 Todd Berman * Services/ParserService/AssemblyInformation.cs: workaround mono bug with Assembly.Load (byte[]). (this fixes radek's bug) * Gui/Dialogs/NewProjectDialog.cs: proper string 2004-04-04 Todd Berman * Services/ParserService/DefaultParserService.cs: fix nullref 2004-04-04 John Luke * Gui/Pads/FileScout.cs: use Gtk.Stock.Open for the icon * Gui/Dialogs/SharpDevelopAboutPanels.cs: call Path.GetFullPath on assembly location to get rid of '../AddIn/..' stuff send the text to the X clipboard also * Gui/BrowserDisplayBinding/HtmlViewPane.cs: register the GType to fix weirdness 2004-04-04 Todd Berman * Internal/Codons/MenuItems/MenuItemCodon.cs: * Internal/Codons/DialogPanelCodon.cs: change label to _label and gettext it 2004-04-04 Nick Drochak * Gui/Dialogs/NewProjectDialog.cs: On double click of icon when there is an illegal or empty solution name, do not hide dialog. 2004-04-03 Todd Berman * Gui/Workbench/Layous/SdiWorkspaceLayout.cs: set pref height and width on the Documents dockitem to -2 to make gdl-dock attempt to give it greedy resizing as much as possible. 2004-04-03 Todd Berman * Services/GettextCatalog.cs: moved to .Core. * Makefile.am: reflect above change. 2004-04-02 Todd Berman * Services/File/DefaultFileService.cs: * Services/ResourceNotFoundException.cs: * Services/DisplayBinding/DisplayBindingService.cs: * Services/Project/DefaultProjectService.cs: * Services/StatusBar/DefaultStatusBarService.cs: * Services/MessageService.cs: * Services/ParserService/DefaultParserService.cs: Finished gettextifyin the base dll. 2004-04-02 Todd Berman * Gui/Pads/ProjectBrowser/BrowserNode/NamedFolderNode.cs: * Gui/Pads/ProjectBrowser/NodeBuilder/DefaultDotNetNodeBuilder.cs: phantom commit, no one saw this 2004-04-02 Todd Berman * Commands/RunCommands.cs: * Commands/FileCommands.cs: * Gui/Pads/ProjectBrowser/NodeBuilder/DefaultDotNetNodeBuilder.cs: * Internal/ExternalTool/ExternalTool.cs: * Internal/ExternalTool/ToolLoader.cs: * Internal/Project/Project/Deployment/FileDeploy.cs: * Internal/Project/Project/Deployment/AssemblyDeploy.cs: * Internal/Project/Project/Deployment/ScriptDeploy.cs: * Internal/Project/Project/IncludeFilesDialog.cs: * Internal/Project/Project/AbstractProject.cs: * Internal/Project/Combine/Combine.cs: * Internal/Project/Combine/CombineEntry.cs: * Internal/Templates/FileTemplate.cs: * Internal/Templates/CodeTemplateLoader.cs: * Internal/Templates/ProjectTemplates/CombineDescriptor.cs: * Internal/Templates/ProjectTemplates/ProjectDescriptor.cs: gettextify, and actually COMPILE it before checking in this time... 2004-04-02 Todd Berman * Commands/MenuItemBuilders.cs: * Commands/RunCommands.cs: * Commands/ClassBrowserCommands/ClassBrowserCommands.cs: * Commands/ProjectCommands.cs: * Commands/ProjectBrowserCommands/ResourceFolderNodeCommands.cs: * Commands/ProjectBrowserCommands/FolderNodeCommands.cs: * Commands/ProjectBrowserCommands/CombineNodeCommands.cs: * Commands/FileCommands.cs: * Commands/HelpCommands.cs: gettextify all of the in-use Commands/ 2004-04-02 Todd Berman * Gui/Dialogs/SharpDevelopAboutPanels.cs: * Gui/Dialogs/ProjectOptionsDialog.cs: * Gui/Dialogs/WordCountDialog.cs: * Gui/Dialogs/TreeViewOptions.cs: * Gui/Dialogs/OptionPanels/ProjectOptions/CompileFileProjectOptions.cs: * Gui/Dialogs/OptionPanels/ProjectOptions/GeneralProjectOptions.cs: * Gui/Dialogs/OptionPanels/ProjectOptions/DeployFileOptions.cs: * Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs: * Gui/Dialogs/ReferenceDialog/AssemblyReferencePanel.cs: * Gui/Dialogs/ReferenceDialog/ProjectReferencePanel.cs: * Gui/Dialogs/ReferenceDialog/GacReferencePanel.cs: gettextify, this finishes Gui/Dialogs/* that we use currently i think. 2004-04-02 Todd Berman * Gui/Dialogs/OptionPanels/ExternalToolPanel.cs: * Gui/Dialogs/OptionPanels/IDEOptions/LoadSavePanel.cs: * Gui/Dialogs/OptionPanels/IDEOptions/BuildPanel.cs: * Gui/Dialogs/OptionPanels/IDEOptions/CodeGenerationPanel.cs: * Gui/Dialogs/OptionPanels/IDEOptions/ProjectAndCombinePanel.cs: gettextify 2004-04-02 Todd Berman * Gui/Dialogs/NewProjectDialog.cs: * Gui/Dialogs/CommonAboutDialog.cs: * Gui/Dialogs/OptionPanels/EditTemplateDialog.cs: * Gui/Dialogs/NewFileDialog.cs: gettextified 2004-04-02 Todd Berman * Services/GettextCatalog.cs: changed to use static methods. * Gui/Dialogs/CommonAboutDialog.cs: reflecting above change. 2004-04-02 Todd Berman * Makefile.am: Added GettextCatalog.cs * Services/GettextCatalog.cs: imported from muine, modified a bit. * Gui/Dialogs/CommonAboutDialog.cs: added gettext translatable title to test .cs translations. * Gui/Dialogs/OptionPanels/IDEOptions/LoadSavePanel.cs: modified to test .glade translations 2004-04-01 John Luke * Internal/ExternalTool/ExternalTool.cs: store UseOutputPad in xml file 2004-04-01 Todd Berman * Gui/Dialogs/TipOfTheDay.cs: make same change here. 2004-04-01 Todd Berman * Commands/AutostartCommands.cs: default to false for ShowToTD 2004-03-31 Todd Berman * Gui/Dialogs/CommonAboutDialog.cs: fixing the string stuff. * Makefile.am: adding -codepage:utf8 2004-03-31 Todd Berman * Gui/Dialogs/CommonAboutDialog.cs: adding miguel :) 2004-03-31 Todd Berman * Internal/Project/AbstractProject.cs: dont include *.swp, *~ or .* in search for new files. closes bug #56282. 2004-03-31 Todd Berman * Gui/Pads/ProjectBrowser/ProjectBrowserView.cs: fix bug #56273, rename Projects tab to Combine. 2004-03-31 John Luke * Commands/ProjectBrowserCommands/FolderNodeCommands.cs: use stock buttons and put the MessageDialog in a using {} 2004-03-30 Todd Berman * Gui/Pads/ClassScout/ClassScout.cs: stop using Gdk.Threads.Enter and .Leave, as they can cause deadlocks, using a GLib.IdleHandler instead. Closes bug #56260 2004-03-29 Todd Berman * Gui/Pads/ClassScout/ClassScout.cs: partial fix to bug with double clicking not setting focus properly. 2004-03-29 Todd Berman * Commands/RunCommands.cs: When you run, you need to make sure the compile completed properly. * Gui/Workbench/Layouts/SdiWorkspaceWindow.cs: Mark file/project dirty if it becomes dirty, relying on unsaved files is not acceptable. 2004-03-28 Todd Berman * Services/ParserService/DefaultParserService.cs: re-add try catch to prevent exceptions from percolating up and blowing up. closes bug #56128 2004-03-28 John Luke * Services/ParserService/DefaultParserService.cs: if filename == null don't switch on it * Gui/Pads/TerminalPad.cs: add but dont build yet 2004-03-27 Todd Berman * Commands/FileCommands: remove save as notification, as its useless closes bug #56126 2004-03-27 Todd Berman * Internal/Parser/*: update to new parser from upstream. * Gui/ContentInterfaces/IParseInformationListener.cs: update. * Gui/Pads/ClassScout/NodeBuilder/DefaultDotNetClassScoutNodeBuilder.cs: rework to use SortUtilities and a TreeNodeComparer for removal this should fix 99% of those strange class browser bugs. * Gui/CompletionDatabaseWizard/CreateDBGenerator.cs: update to reflect new parser changes. * Services/ParserService/*: update from upstream, add some of our mods * Services/ProjectService/ParseInformationEventHandler.cs: * Services/ClassBrowserIcons/ClassBrowserIconsService.cs: * Services/AmbienceService/*: * Commands/AutostartCommands.cs: update to reflect other changes. * Makefile.am: update with new files. 2004-03-26 John Luke * Gui/Dialogs/SharpDevelopAboutPanels.cs: enable copy button for assembly version info fixes bug #55955 * Gui/Pads/ProjectBrowser/BrowserNode/FileNode.cs: workaround/fix for #55185, a confusing message when removing a file from a project, need to revisit it later * Gui/Pads/HelpBrowser/MonodocTreePad.cs: expand the first row by default * Gui/Pads/ProjectBrowser/ProjectBrowserView.cs: expand the first row by default 2004-03-25 Todd Berman * Makefile.am: * Gui/HtmlControl/MozillaControl.cs: * Gui/BrowserDisplayBinding/HtmlViewPane.cs: updated for gecko-sharp 2004-03-25 Todd Berman * Services/File/DefaultFileService.cs: adding a new method of external app launching based on gnome vfs stuff, works around broken gnome installs. 2004-03-21 John Luke * Commands/ProjectBrowserCommands/FolderNodeCommands.cs: set the default of the FileSelector to ~/MonoDevelopProjects closes bug #55188 2004-03-21 Todd Berman * Commands/FileCommands: fix bug #55869. 2004-03-21 Todd Berman * Commands/VBConverter/ConvertProject.cs: * Commands/VBConverter/ConvertBuffer.cs: Changed to use new parser