2084 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
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 e2f4e6b86e Add some strings to translation database. 20 years ago
Daniel Grunwald 432f63447f Fixed SD2-1017: Generated xml comments do not use text editor line terminator 20 years ago
Daniel Grunwald 7bdc43c9c4 Fixed SD2-1012: "Find references" throws exception when used in a stand alone file. 20 years ago
Daniel Grunwald ccf76e4596 Fixed SD2-1005: Time before text editor is editable when creating a new file without a project 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 5e978e4769 Fixed SD2-917: Added project items not checked for illegal names 20 years ago
Daniel Grunwald fcc3c17310 Fixed SD2-1018: Nameing projects with especial characters makes them unable to run. 20 years ago
Daniel Grunwald d154f02884 Fixed SD2-1020: Nameing project folders with ';' makes the solution unable to run. 20 years ago
Daniel Grunwald ddf419442b Fixed SD2-1021: Alias for namespaces not converted correctly between C#<-->VB.NET for base types. 20 years ago
Daniel Grunwald ce71a3c7dd Fixed SD2-1029: Clean build after deleting GlobalAssemblyInfo.cs fails 20 years ago
Daniel Grunwald a3fb4dd463 Fixed SD2-1023: SharpDevelop.exe.config bindingRedirect contains question marks 20 years ago
Scott Ferrett 9509fe8a93 #D core assemblies are only compatible with versions 1661 and later. 20 years ago
Daniel Grunwald d52c09180f SD2-1000: Deleting the ".." folder visible when the project contains incorrectly linked files deletes the whole parent directory 20 years ago
Daniel Grunwald bbb73b9b8f C# parser bug: fixed arrays in unsafe structs are now parsed correctly 20 years ago
Scott Ferrett 4d419fc395 Allow lists of unknown items to be retrieved from the property service. 20 years ago
Scott Ferrett d6575e249d Allow applications that use the SharpDevelop core to detect if the property service has been initialized, when there are no addins in the system. 20 years ago
Scott Ferrett a36634e8a9 You could not include a partial XML file in an .addin file using the "Include" element 20 years ago
Daniel Grunwald 66acc25b3b Fixed SD2-992: C# Interface public elements are converted to VB as Privates ones. 20 years ago
Daniel Grunwald 05acdf817f "throw new" now only shows types deriving from Exception. 20 years ago
Daniel Grunwald 14594474f1 Fixed SD2-964: Public VB structure variables are recognized as private ones. 20 years ago
Daniel Grunwald f22e89b7d1 Fixed code-completion bug (NullReferenceException) introduced in rev. 1661 20 years ago
Daniel Grunwald 6f3ea68408 Fix web reference unit tests by initializing the LanguageBindingService with dummy data. 20 years ago
Daniel Grunwald 39efcc6cdb Fixed code-completion unit tests. 20 years ago
Daniel Grunwald 8b52417845 Web references in Boo projects are now supported. 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 f83c70125d Fixed SD2-960: Rename file from class view does not update project 20 years ago
Daniel Grunwald f783114241 Fixed SD2-869: When opening a project with solution, ensure the solution contains the project 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
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 941c45808b Make Consolas the default font on Vista. 20 years ago
Daniel Grunwald eb5a5ec721 Add UpdateAssemblyInfo.exe.manifest - prevents UAC popups when compiling SharpDevelop on Vista 20 years ago
Daniel Grunwald 3ab6c9973f Add ICSharpCode.SharpDevelop.Sda and SdaUser example application. 20 years ago
Daniel Grunwald 821cae6ee3 Remove unnecessary usage of Assembly.GetEntryAssembly 20 years ago
Daniel Grunwald 301d7ee33b Implemented enum completion after "return". 20 years ago
Daniel Grunwald 179b62f630 Fixed SD2-920: Refactoring menu options for enums contains invalid options 20 years ago
Daniel Grunwald c6ce484c76 When creating a property in VB, rename the field if it would conflict with the property name (fixes SD2-947) 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 720d93d03f Fixed SD2-930: VB exponential operator not converted to C# 20 years ago
Daniel Grunwald a5ec465e77 Merged missing SharpReport resources from Corsavy. 20 years ago
Daniel Grunwald ee3b8e7273 Add "Suppress message" command to FxCop warnings on the error list 20 years ago
Daniel Grunwald 9fa1b07c0c Fixed some FxCop warnings in NRefactory. 20 years ago
Daniel Grunwald a06b1d7c39 Fixed SD2-922: RegEx window not restoring its size after been maximized 20 years ago