568 Commits (35d50ec12e331776b06365ad10802cc049d3cc47)

Author SHA1 Message Date
Matt Ward 374b7737d2 SD2-704. The find next button is set to be the default button on the search and replace dialog. 20 years ago
Daniel Grunwald 579134aeec Fixed SD2-676: Code completion for a class with many methods can be slow 20 years ago
Daniel Grunwald 5b7822936a Applied patch by John Simons: Closing an open file tab returns focus to the previously focused tab. 20 years ago
Matt Ward 0dac40f144 Fixed SD2-662, SD2-664 - Replace all inserting incorrect text or getting stuck in an infinite loop. The search and replace manager was replacing the text twice if the document was open in SharpDevelop. 20 years ago
Daniel Grunwald 7d9df59085 Fixed forum-5455: Importing old Visual Studio projects with non-ASCII characters in system encoding fails. 20 years ago
Daniel Grunwald 23d5b75f68 Fixed crash when trying to view components in assembly Microsoft.VisualStudio.CommonIDE. (forum-5369) 20 years ago
Daniel Grunwald 05aa4c4885 Fixed exception when loading a project when a referenced library was missing dependencies. 20 years ago
Daniel Grunwald 493e792709 Fixed SD2-700: Exception when selecting AddIn Manager About option 20 years ago
Matt Ward af3c2e2d76 SD2-693 - ToolstripContainer designer loading problem. Applied Christian Hornung's patch that adds a Deselecting event handler for the IBaseViewContent interface, which is called before the view has been deselected, allowing the forms designer to read the correct ToolStripPanelVisible properties before the designed form is hidden. 20 years ago
Daniel Grunwald 100f98a085 Boo CodeDomVisitor now supports TryCastExpressions 20 years ago
Daniel Grunwald 5cadcaa96c Apply our patches to the DockPanel Suite. 20 years ago
Daniel Grunwald 6e1d43f2d7 Upgrade to DockPanel Suite 1.0.0. 20 years ago
Daniel Grunwald 1a17634102 Fixed exception when QuickClassBrowserPanel panel was refreshing while a partial class was updated by the parser thread. 20 years ago
Daniel Grunwald ff9c98b6cd Fixed SD2-677: Copy file path/name menu option not disabled for new file 20 years ago
Daniel Grunwald 872563323d Add Boo.InterpreterAddIn and SubversionAddIn. 20 years ago
Daniel Grunwald b89b1c599f Fixed bug: "Run Tests in Debugger" / "Run with NCover" / etc fail with warnings. 20 years ago
Daniel Grunwald ebee6a70d1 Fixed BOO-653: Creating a new class without a file extension does not put the build action to compile. 20 years ago
Daniel Grunwald e871bbbb6c Applied patch by Scott Ferret: Enhancement to Cut/Copy/Paste 20 years ago
Daniel Grunwald 98335d8152 Fixed SD2-426: About box / Version info tab / Copy (the clipboard seems to be set correctly, we can ignore the ExternalException) 20 years ago
Daniel Grunwald 2e030b8b2a Fixed Forum-5038: using "Go to line number" does not clear the selection. 20 years ago
Daniel Grunwald 8c8f945005 Allow CodeCompletionDataProvider to specify the chars that are allowed to be entered while the code completion window is opened. 20 years ago
Daniel Grunwald 9caae3a9db Fixed SD2-666: Code generation for EventHandler produces invalid code 20 years ago
Daniel Grunwald 44a402378e Fixed SD2-680: Exception when deleting the *Designer.cs partial class file 20 years ago
Daniel Grunwald 1893856800 Fixed SD2-580: Adding GAC reference to standard .NET assemblies adds full assembly name to project 20 years ago
Matt Ward 149af8951d Fixed SD2-679. Attempting to create a directory in the project browser containing invalid characters, such as a backslash, will display an error message. 20 years ago
Matt Ward 44ad25ab69 Moved ProcessRunner and associated classes out of the NAnt and Code Coverage addin and into ICSharpCode.SharpDevelop (Base). 20 years ago
David Srbecký bcae75a925 Implemented SD2-546: Breakpoints that will not be hit should have different icon; 20 years ago
David Srbecký edc71e8dd7 Renaming in Breakpoint class. Added WillBeHit property to BreakpointBookmark. 20 years ago
Daniel Grunwald 440e3e6ba5 Fixed SD2-674: Invalid indentation used by "override" code generator. 20 years ago
Daniel Grunwald 7c58827869 Sort ExtTreeView only when expanding a node for the first time instead of every time a node is expanded. 20 years ago
Daniel Grunwald 36ef218ec5 Fixed SD2-673: Opening invalid projects raises exception 20 years ago
Daniel Grunwald 94d5e5bc08 Switch from MbUnit to NUnit: 20 years ago
Matt Ward a328ef8561 Output text line parser now successfully parses NUnit output containing a carriage return character. 20 years ago
Matt Ward 5c474f46a7 When a tree node in the ExtTreeView is selected, but the control does not currently have the focus, the node's text colour is set to ControlText and not the node's ForeColor. This makes the ExtTreeView consistent with the .NET framework TreeView. 20 years ago
Daniel Grunwald ae35cdce8b Fixed exception when adding solution folder. 20 years ago
Daniel Grunwald 42dcc8da05 Patch by Scott Ferrett: List of project file extensions to open when the file was specified on the command line was hardcoded to csproj,vbproj,booproj; now it can be extended using the AddIn tree. 20 years ago
Daniel Grunwald fdad3d05d5 Fixed SD2-661: Project browser cannot be navigated with keyboard 20 years ago
David Alpert 5ea1656392 Fixed another possible NullReferenceException in recent changes to the project browser. 20 years ago
Daniel Grunwald ebbd3bd080 Fixed SD2-640: Add existing form to project does not add .resx file 20 years ago
Daniel Grunwald ae6635bcb6 Fixed SD2-639: Renaming a form should rename the resource file 20 years ago
Daniel Grunwald 8f779b2ffb Fixed SD2-654: Get file types to register from AddIn tree. 20 years ago
Daniel Grunwald 9a42a2c0f8 Fixed SD2-484: Designer verbs not displayed in forms designer 20 years ago
Daniel Grunwald 3255344aba Fixed SD2-652: Code completion for form component with modifier set to public 20 years ago
Daniel Grunwald ff84b11400 Fixed SD2-653: Design tab missing for new form added to project 20 years ago
Daniel Grunwald 8cad70aec9 Fixed exception when renaming project while project options are opened. 20 years ago
Daniel Grunwald 4816d086ef The Boo forms designer now supports partial classes. 20 years ago
David Alpert e53be414f7 Grouped code according to interface implementations and added #region wrappers to identify them. 20 years ago
Daniel Grunwald 218da5ed20 Fixed SD2-651: Opening a single file displays error message 20 years ago
Daniel Grunwald 889902cff7 Fixed SD2-650: Find References error with single file open 20 years ago
Matt Ward 6cc832fad8 Fixed null reference exception in project browser if the last selected file is null. 20 years ago