997 Commits (a725d631a51c03347a80e8328103412d45f7f6f2)

Author SHA1 Message Date
Daniel Grunwald 4e7fdc9893 Update to Cecil revision 65051. Fixes SD2-1052: Crash when starting SharpDevelop 2.1 on 64 bit Windows 20 years ago
Daniel Grunwald efa0ab52a0 Fixed SD2-1055: SharpDevelop can't start after modifying layouts. 20 years ago
Daniel Grunwald 4825990a90 Fixed SD2-965: Exception thrown on ProjectConfigurationPlatforms without '|' 20 years ago
Daniel Grunwald 2987e5b5a0 Fixed SD2-979: Enums are not colapsed when executing 'Show definitions only' command. 20 years ago
Daniel Grunwald 52e507e78c Fixed SD2-954: String resources are missing for Refactor menu. 20 years ago
Daniel Grunwald c6885b51e2 Prevent disposing and recreating WorkbenchWindows on layout change. Fixes SD2-1003. 20 years ago
Matt Ward c1d5e13433 Fixed SD2-697 - Creating a new file does not switch the current view. 20 years ago
Daniel Grunwald 63ef570ea4 Fixed SD2-1042: Microsoft sample for VB v1.0 hangs #Develop. - DependentUpon cycles are now broken up. 20 years ago
Daniel Grunwald c1944ef3cb Allow the user to add custom layout configurations. 20 years ago
Daniel Grunwald 6e47a8a518 Move Insert color & Insert GUID to edit menu. 20 years ago
Daniel Grunwald 8a61777e5d Fixed SD2-643: Project content registry does not find references using relative paths 20 years ago
Daniel Grunwald c2189bfa7f Fixed SD2-1044: Semi-colon in MSBuild properties encoded when project saved 20 years ago
Daniel Grunwald 00f292290d Code completion for .NET CF 2.0 projects. 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 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