266 Commits (30258f361f74899af58994873759010e6fe82d3a)

Author SHA1 Message Date
Matt Ward 30258f361f Fixed SD2-1051 - Unhandled xml exception when trying to create an xml schema from an xml document that is not well formed. 20 years ago
Matt Ward c1d5e13433 Fixed SD2-697 - Creating a new file does not switch the current view. 20 years ago
Daniel Grunwald 52ae050e58 Apply ResourceEditor patch by Christian Hornung : Resource editor now keeps metadata. 20 years ago
Daniel Grunwald 4af14f6adf When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions. 20 years ago
Daniel Grunwald 244e82fffc Fixed SD2-1013: Disposing splash screen image stream 20 years ago
Daniel Grunwald 4584a6fa5b Fixed forum-9028: orphan resx file if form file is renamed 20 years ago
Daniel Grunwald b2a1463b3b Implemented forum-10323: TODO comments in designer-generated event handlers 20 years ago
Daniel Grunwald ce71a3c7dd Fixed SD2-1029: Clean build after deleting GlobalAssemblyInfo.cs fails 20 years ago
Daniel Grunwald cbbedce145 Applied forms designer assembly loading patch by Alex Prudkiy. 20 years ago
Matt Ward 8b8ed2ca5e Added a basic Wix directory, component and file editor - consists of a explorer-like tree view and property editor. Made the Wix project template more modular - separate files for the product, the user interface sequence, the component files and each dialog. Wix dialog designer can now find bitmap files defined in a different file to the dialog but part of the project. 20 years ago
Matt Ward 019487d8c2 Currently selected xpath query result list item is highlighted in the XML editor. Fixed FileNotFound exception when running xpath queries on XMLSchema.xsd. Fixed exception that could occur when scrolling to the selected node when the XML had been removed. 20 years ago
Matt Ward e63247c63f Added Goto Definition support for an XML schema. XML editor now supports navigation points. Xml query history now set to 20 items. 20 years ago
Matt Ward 6052f22389 Added an XPath Query pad - can be used to run xpaths on the active XML document and highlights the resulting matches. 20 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 20 years ago
Daniel Grunwald cbaa40a505 Fixed SD2-967: Buffer convertion from C# to VB throws exception if C# code contains the 'fixed' keyword. 20 years ago
Daniel Grunwald b4f80867cd Fixed SD2-904 by displaying an error message if a class contains multiple InitializeComponents methods. 20 years ago
Matt Ward 449f921eac File extensions that are to be opened in the XML Editor are now defined in the XmlEditor.addin file and not by the text editor library. This means that a user can add a new extension by editing the XmlEditor.addin file without needing to edit and recompile the text editor library. 20 years ago
Daniel Grunwald 8ee931825f Add IconEditor AddIn (can currently only view icons, modifying them will be added later) 20 years ago
Matt Ward 9ab7da37a5 Updated WixBinding - added a custom WiX project type (.wixproj) which uses MSBuild to create the installer, added a simple dialog designer, added a setup dialogs list pad, updated to WiX 2.0.4221. StringParser can now expand GUIDs. Added new DesignerSerializationService used by XmlDesignerLoader to fix SD2-599 - cut, copy and paste not working when designing XML forms. 20 years ago
Daniel Grunwald 44dfe7f1b8 Fix file headers: set svn:keywords=Revision on all files; apply file header to all files; make all files UTF-8. 20 years ago
Daniel Grunwald 3ab6c9973f Add ICSharpCode.SharpDevelop.Sda and SdaUser example application. 20 years ago
Daniel Grunwald 56b2aa0f70 Fixed some translation issues. 20 years ago
Daniel Grunwald 19d999cf82 SD2-945: Typing a declaration of two or more variables in the same line (VB) throws exception 20 years ago
Daniel Grunwald ae6de2495e Improved NRefactory public API (moving classes to other namespaces etc.) 20 years ago
Daniel Grunwald 9fa1b07c0c Fixed some FxCop warnings in NRefactory. 20 years ago
Daniel Grunwald 6f4e2a4736 Work around MSBuild CopyToOutputDirectory bug. 20 years ago
Daniel Grunwald 835c7dedbd NRefactory: use Location structure instead of System.Drawing.Point for source positions. 20 years ago
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 20 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. 20 years ago
Mike Krüger 4cfab23d13 Fixed SD2-846:Saving XSLT output to a file throws an invalid operation exception 20 years ago
Mike Krüger f4c5f8f126 Fixed SD2-855:Attempting to create event handler for xml form terminates SharpDevelop 20 years ago
Daniel Grunwald 89e34175cf Fixed SD2-885: Folding breaks using 'ReferenceEquals()' method in VB (Parser error for member access on VB "Object") 20 years ago
Daniel Grunwald f678d9c8c7 More untranslated strings moved to the translation database, fixed SD2-838: Untranslated resource strings in output window 20 years ago
Daniel Grunwald 40347a51c9 Add more strings to translation database. (based on list by asl) 20 years ago
Daniel Grunwald 82f68b0329 Fixed several minor bugs; put some strings into the translation database. 20 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