687 Commits (5efb3e05260298f15fe9694bf7d1e0d3b26e202e)

Author SHA1 Message Date
Matt Ward b0738dbc51 Fixed SD2-722 - Cutting and pasting folder adds duplicate entries into MSBuild project file. 20 years ago
Matt Ward c3a5affaec SD2-720 - Cutting and pasting a file/folder to another folder in the project browser was generating a null reference exception. The directory node now uses Clipboard.Clear instead of setting the data object's data to null. 20 years ago
Matt Ward b139833472 SD2-690. The project browser tree nodes no longer override the default tree behaviour when the node text is being edited. 20 years ago
Matt Ward c7a105f3a3 SD2-714 - Save all menu option not disabled after saving all files. The OpenWindowStateEvaluator was looking for a condition called windowstate instead of openwindowstate. 20 years ago
Matt Ward 5f3a0c3da0 SD2-495, SD2-719. The file extension combo box is now editable in the code template dialog. The code template dialog makes a copy of the code templates so that modifications can be cancelled. 20 years ago
Daniel Grunwald 3c07d41faa Applied patch by Scott Ferrett: AnyCPU error on new solution 20 years ago
Daniel Grunwald 67bdeee0dd Update to Boo 0.7.6.2160. 20 years ago
Daniel Grunwald 9893583080 When DebugType property doesn't exist, use value of DebugSymbols. This prevents SharpDevelop from resetting DebugSymbols to false on imported projects. 20 years ago
Matt Ward 68ec2bea24 Fixed format exception when adding a reference to a COM library that has version numbers which are characters rather than numbers. 20 years ago
Daniel Grunwald e9c13c09e1 Fixed SD2-711: Clear all bookmarks menu option selected when bookmarks pad not visible 20 years ago
Daniel Grunwald e378b90e2e Fixed exception when opening a solution containing web projects. 20 years ago
Matt Ward 3ae2408380 SD2-710 - Unable to add a web reference by browsing to a wsdl file when entering a file path (e.g. 'file:///C:/Projects/MyService.wsdl'). The web service discovery code no longer assumes the received response is a HttpWebResponse object. 20 years ago
Daniel Grunwald 17c49a84b4 Fixed forum-5561: Preferences not saving if path exceeds certain length 20 years ago
Daniel Grunwald 099643ef83 Fixed forum-5573: Error compiling projects created by VS 2005 for .NET 1.1. 20 years ago
Daniel Grunwald 94d339bf97 Improved VB -> C# converter. 20 years ago
Daniel Grunwald 579134aeec Fixed SD2-676: Code completion for a class with many methods can be slow 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 c78a1b2d48 Fixed exception when using Boo callable definition. 20 years ago
Daniel Grunwald 100f98a085 Boo CodeDomVisitor now supports TryCastExpressions 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 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