1011 Commits (37c18e066081a10a16787f844d3f5eaf97253b71)

Author SHA1 Message Date
Daniel Grunwald c2189bfa7f Fixed SD2-1044: Semi-colon in MSBuild properties encoded when project saved 19 years ago
Daniel Grunwald 00f292290d Code completion for .NET CF 2.0 projects. 19 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. 19 years ago
Daniel Grunwald e2f4e6b86e Add some strings to translation database. 19 years ago
Daniel Grunwald 432f63447f Fixed SD2-1017: Generated xml comments do not use text editor line terminator 19 years ago
Daniel Grunwald 7bdc43c9c4 Fixed SD2-1012: "Find references" throws exception when used in a stand alone file. 19 years ago
Daniel Grunwald ccf76e4596 Fixed SD2-1005: Time before text editor is editable when creating a new file without a project 19 years ago
Daniel Grunwald 4584a6fa5b Fixed forum-9028: orphan resx file if form file is renamed 19 years ago
Daniel Grunwald 5e978e4769 Fixed SD2-917: Added project items not checked for illegal names 19 years ago
Daniel Grunwald fcc3c17310 Fixed SD2-1018: Nameing projects with especial characters makes them unable to run. 19 years ago
Daniel Grunwald d154f02884 Fixed SD2-1020: Nameing project folders with ';' makes the solution unable to run. 19 years ago
Daniel Grunwald ddf419442b Fixed SD2-1021: Alias for namespaces not converted correctly between C#<-->VB.NET for base types. 19 years ago
Daniel Grunwald ce71a3c7dd Fixed SD2-1029: Clean build after deleting GlobalAssemblyInfo.cs fails 19 years ago
Daniel Grunwald d52c09180f SD2-1000: Deleting the ".." folder visible when the project contains incorrectly linked files deletes the whole parent directory 19 years ago
Daniel Grunwald 66acc25b3b Fixed SD2-992: C# Interface public elements are converted to VB as Privates ones. 19 years ago
Daniel Grunwald 05acdf817f "throw new" now only shows types deriving from Exception. 19 years ago
Daniel Grunwald f22e89b7d1 Fixed code-completion bug (NullReferenceException) introduced in rev. 1661 19 years ago
Daniel Grunwald 6f3ea68408 Fix web reference unit tests by initializing the LanguageBindingService with dummy data. 19 years ago
Daniel Grunwald 39efcc6cdb Fixed code-completion unit tests. 19 years ago
Daniel Grunwald 8b52417845 Web references in Boo projects are now supported. 19 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 19 years ago
Daniel Grunwald f83c70125d Fixed SD2-960: Rename file from class view does not update project 19 years ago
Daniel Grunwald f783114241 Fixed SD2-869: When opening a project with solution, ensure the solution contains the project 19 years ago
Daniel Grunwald cbaa40a505 Fixed SD2-967: Buffer convertion from C# to VB throws exception if C# code contains the 'fixed' keyword. 19 years ago
Daniel Grunwald b4f80867cd Fixed SD2-904 by displaying an error message if a class contains multiple InitializeComponents methods. 19 years ago
Daniel Grunwald 8ee931825f Add IconEditor AddIn (can currently only view icons, modifying them will be added later) 19 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. 19 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. 19 years ago
Daniel Grunwald 941c45808b Make Consolas the default font on Vista. 19 years ago
Daniel Grunwald 3ab6c9973f Add ICSharpCode.SharpDevelop.Sda and SdaUser example application. 19 years ago
Daniel Grunwald 821cae6ee3 Remove unnecessary usage of Assembly.GetEntryAssembly 19 years ago
Daniel Grunwald 301d7ee33b Implemented enum completion after "return". 19 years ago
Daniel Grunwald 179b62f630 Fixed SD2-920: Refactoring menu options for enums contains invalid options 19 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) 19 years ago
Daniel Grunwald 56b2aa0f70 Fixed some translation issues. 19 years ago
Daniel Grunwald 19d999cf82 SD2-945: Typing a declaration of two or more variables in the same line (VB) throws exception 19 years ago
Daniel Grunwald ae6de2495e Improved NRefactory public API (moving classes to other namespaces etc.) 19 years ago
Daniel Grunwald 720d93d03f Fixed SD2-930: VB exponential operator not converted to C# 19 years ago
Daniel Grunwald a5ec465e77 Merged missing SharpReport resources from Corsavy. 19 years ago
Daniel Grunwald ee3b8e7273 Add "Suppress message" command to FxCop warnings on the error list 19 years ago
Daniel Grunwald 9fa1b07c0c Fixed some FxCop warnings in NRefactory. 19 years ago
Daniel Grunwald a06b1d7c39 Fixed SD2-922: RegEx window not restoring its size after been maximized 19 years ago
David Alpert 8ed9f2a774 Fixed SD2-937 19 years ago
David Alpert 5f30db49e6 Fixed SD2-939 19 years ago
David Alpert 7527f78d62 Fixed the following build errors for the SharpDevelop.Tests solution: 19 years ago
Daniel Grunwald c842399550 Allow AddIns to customize the MSBuild logger. 19 years ago
Daniel Grunwald 94832e929a Implemented SD2-572: Enum autocomplete 19 years ago
Daniel Grunwald 6f4e2a4736 Work around MSBuild CopyToOutputDirectory bug. 19 years ago
Daniel Grunwald 3c18394e4b New feature: move class to file 19 years ago
Daniel Grunwald 835c7dedbd NRefactory: use Location structure instead of System.Drawing.Point for source positions. 19 years ago