925 Commits (843a8c478866c587cb3dbe75cb1ca0a2c901b6d7)

Author SHA1 Message Date
David Alpert 9b96afbfde Added support for IViewContent navigation history (known in the Wiki as Code Navigation). Basic documentation available in the XML comments for ICSharpCode.Core.NavigationService 19 years ago
Matt Ward 6055906c73 SD2-843. When editing XML file with url dtd reference whilst having no network connection the WebException is now caught by the XML Editor. 19 years ago
Mike Krüger 4cfab23d13 Fixed SD2-846:Saving XSLT output to a file throws an invalid operation exception 19 years ago
Mike Krüger f4c5f8f126 Fixed SD2-855:Attempting to create event handler for xml form terminates SharpDevelop 19 years ago
Daniel Grunwald 89e34175cf Fixed SD2-885: Folding breaks using 'ReferenceEquals()' method in VB (Parser error for member access on VB "Object") 19 years ago
Daniel Grunwald f678d9c8c7 More untranslated strings moved to the translation database, fixed SD2-838: Untranslated resource strings in output window 19 years ago
Daniel Grunwald 40347a51c9 Add more strings to translation database. (based on list by asl) 19 years ago
Daniel Grunwald 82f68b0329 Fixed several minor bugs; put some strings into the translation database. 19 years ago
Daniel Grunwald 059d8e0873 Fixed SD2-821: Cursor position after generating event handler 20 years ago
Daniel Grunwald 730def510e Referenced assemblies are now loaded with Mono.Cecil. 20 years ago
Daniel Grunwald 676a617c3a Fixed SD2-814: Expanding wildcard search result node throws exception 20 years ago
Daniel Grunwald 251761f70a Add Rename command to refactoring menu. 20 years ago
Daniel Grunwald af70e15281 New feature: Removed unused "using" statements. 20 years ago
Daniel Grunwald f2ecb18965 Fixed BOO-713: Explode operator must be used for DataGridView.Columns.AddRange. 20 years ago
Daniel Grunwald e5bc45a6e2 Fixed base addresses and used [DependencyAttribute] to prevent assemblies from being relocated. 20 years ago
Daniel Grunwald ed672103f2 Fixed SD2-716: Forms Designer loads "hidden references" twice 20 years ago
Daniel Grunwald a8eba6021a Forms designer now tries to find VS designer assemblies if they are required - this fixes problems like SD2-617 (Editing Sql Connection ConnectionString property throws a FileNotFound exception) that only occur when VS is installed. 20 years ago
Daniel Grunwald 499fe3bdc2 Fixed conversion of "global::" in CodeDOMOutputVisitor (part of SD2-576). 20 years ago
Daniel Grunwald 8b3834d8c7 Fixed SD2-730: Closing one of the partial form classes of a newly created form 20 years ago
Matt Ward e0dd5e3fca SD2-758. XML element and attribute completion now works for complex types defined inside an xs:all element. 20 years ago
Daniel Grunwald c662b4083d Fixed SD2-779: XML form's font ignored 20 years ago
Daniel Grunwald d85d8966b3 Fixed SD2-771: Adding MenuStrip to Xml Form 20 years ago
Matt Ward f457d2ed4b SD2-759. Xml completion window no longer displayed when typing in space characters inside the attribute value. 20 years ago
Matt Ward 2c64f4131b SD2-758. XML element completion now working for xs:all child elements. 20 years ago
Daniel Grunwald c6688222c1 Fixed SD2-755: Partial classes in class browser 20 years ago
Daniel Grunwald 52e68ef768 Applied Forms Designer patch by Robert Zaunere. 20 years ago
Matt Ward d80ad0eb28 Added Alex Knip's patch to fix SD2-553 - Cannot Show Form Designer Grid. 20 years ago
Daniel Grunwald c3c8cc56f2 Applied forms designer assembly loading patch by Alex Prudkiy. 20 years ago
Matt Ward 55777f300b SD2-581 - Unable to remove controls from toolbox using context menu. Toolbox context menu items remove, rename, move up, move down and delete are now working for forms designer specific tabs. 20 years ago
Matt Ward 9fb3aed842 SD2-427. The forms designer remembers which tools tab was selected on switching from the designer to the source code and back again. 20 years ago
Matt Ward f936c1c1b9 SD2-689 - Resource editor copy/paste. The resource editor now checks that the list item is not being edited and that the list view has focus before overriding the standard copy/paste behaviour when using keyboard shortcuts. 20 years ago
Matt Ward 2b08ae8c2b Fixed a null reference exception in the XML editor that occurs if the schema references an element that is not defined. 20 years ago
Matt Ward f97a1dae96 Validating .xsd files now uses the XmlSchema class which returns better error information. 20 years ago
Matt Ward d4ad2a79a6 SD2-464. Added projects and solutions options. 20 years ago
Daniel Grunwald 099643ef83 Fixed forum-5573: Error compiling projects created by VS 2005 for .NET 1.1. 20 years ago
Matt Ward ea64b543f7 SD2-675 - Left/right keys should move the cursor when displaying the code completion window. 20 years ago
Daniel Grunwald 4dbfac0f4e Fixed SD2-688: Selecting GAC list items in the Add Components dialog 20 years ago
Daniel Grunwald 23d5b75f68 Fixed crash when trying to view components in assembly Microsoft.VisualStudio.CommonIDE. (forum-5369) 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
Matt Ward 80f198e7fa Added format option to the XML menu which will format and indent the entire xml document. 20 years ago
Matt Ward 91dec8424b Fixed SD2-695. Unsetting a breakpoint when viewing an xml document no longer leaves red text behind. 20 years ago
Daniel Grunwald 7a95e8ead4 Update AssemblyInfo to version 2.1. 20 years ago
Daniel Grunwald 79222e01e9 Add HtmlPreview and ImageViewer sample AddIns. 20 years ago
Daniel Grunwald ae64d1e72e Applied patch by Christian Hornung: Forms designer resource loading 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
Markus Palme f984fe2446 patch from scott ferret: saving image resources with the correct extension 20 years ago
Matt Ward 2192003822 The xml editor now keeps the existing document folds if the xml is no longer well formed. 20 years ago
Daniel Grunwald 382a4eaf32 Fixed build error and Forum-4986. 20 years ago
Daniel Grunwald cbb371b262 Fixed SD2-670: Second form resource added if design view switched to from designer partial class 20 years ago
Daniel Grunwald b8db7f0b60 Fixed unit tests. 20 years ago