51 Commits (6121f63c7ae57348b076254c18e71a6c850e8063)

Author SHA1 Message Date
Daniel Grunwald 4eb879cda0 Avoid crash on invalid version numbers in assembly references. 16 years ago
eusebiu 09a6012069 GacReferencePanel: add search function 16 years ago
Daniel Grunwald 49de1d390d Add support for right-to-left translations to SharpDevelop. 16 years ago
Daniel Grunwald f5780c2944 Apply new file headers 16 years ago
Daniel Grunwald 25b828694b Add "CopyLocalWorkaround" to build. (part of fix for SD2-1670 - Allow compiling .NET 4 projects without having the .NET 4 SDK installed) 16 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 17 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 17 years ago
Siegfried Pammer 091c06d2b3 - refactoring of LanguageBindings, introduced ProjectBindings 17 years ago
Daniel Grunwald ba0cb0bd43 Shut down build worker processes after the build has finished. 17 years ago
Daniel Grunwald 4db1e52468 Use a single ProjectCollection - MSBuild 4.0 doesn't support parallel builds if multiple project collections are used. 17 years ago
Daniel Grunwald 7da40d343b Updated fullAssemblyNameToRequiredFrameworkVersionDictionary. 17 years ago
Daniel Grunwald 103e19faf5 Add Project Reference dialog: sort projects alphabetically. 17 years ago
Daniel Grunwald 19025349a9 Move ICSharpCode.SharpDevelop.Dom.IParser to ICSharpCode.SharpDevelop.Project 17 years ago
Daniel Grunwald 26a1551633 When handling file names, use StringComparison.OrdinalIgnoreCase instead of InvariantCultureIgnoreCase. 17 years ago
Matt Ward bb010887f8 Fixed SD2-1340 - Can specify invalid namespace in Add Web Reference dialog. 18 years ago
Daniel Grunwald 69598c8466 Make workbench a WPF window. 18 years ago
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 18 years ago
Daniel Grunwald adf614394b Fixed XML documentation warnings. 18 years ago
Daniel Grunwald 111e507419 Fixed forum-7497: Wrong generic overload resolution in tooltip (when a generic method was called from another generic method) 18 years ago
Christian Hornung ce70b63ac3 Fixed the "select" and "remove" buttons in the SelectReferenceDialog. 18 years ago
Daniel Grunwald ebe69d2387 Don't reuse IAmbience instances (they are not thread-safe). 19 years ago
Daniel Grunwald d5b3330f71 Fixed SD2-1355: FormattingStrategy: meaning of IndentLine, FormatLine return value 19 years ago
Daniel Grunwald 096c91e094 Add "RequiredTargetFramework" meta data to references. 19 years ago
Daniel Grunwald 4423707856 GacReferencePanel: when the GAC contains multiple versions of an assembly, show the version that MSBuild will use. 19 years ago
Daniel Grunwald 12d559c90f Fixed forum-16247: Add Web Reference dialog missing URL on 120 DPI 19 years ago
Daniel Grunwald dcaf24c04d Implemented SD2-1183: Use MSBuild libraries 20 years ago
Markus Palme a1543c981e removed unused import statements 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 8b52417845 Web references in Boo projects are now supported. 20 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 20 years ago
Daniel Grunwald 730def510e Referenced assemblies are now loaded with Mono.Cecil. 20 years ago
Matt Ward 9add2ad9bb SD2-799 - Updating web references resets the namespace. The namespace is now stored inside the MSBuild WebReferenceUrl element. Modified SharpQuery's OLE DB COM reference to use the new format so the interop assembly can be located for code completion. 20 years ago
Matt Ward 7a49557073 SD2-568 - No code completion for COM references. COM interops now loaded after a build. Type library filenames now have end digits removed from filenames in the add reference dialog. In the MSBuild file the COM reference include attribute is now set to the type library short name and not its description. 20 years ago
Matt Ward 3ae2408380 SD2-710 - Unable to add a web reference by browsing to a wsdl file when entering a file path (e.g. 'file:///C:/Projects/MyService.wsdl'). The web service discovery code no longer assumes the received response is a HttpWebResponse object. 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) 21 years ago
Daniel Grunwald 1893856800 Fixed SD2-580: Adding GAC reference to standard .NET assemblies adds full assembly name to project 21 years ago
Daniel Grunwald a3c3230123 Added some strings to the translation database. 21 years ago
Matt Ward e29ae4dd10 User is now prompted for discovery credentials when adding or refreshing a web reference if the server returns a Http status of 401 (Unauthorised). Tested with basic and NT authentication. 21 years ago
Daniel Grunwald cf8f7e43f2 Added project converter (C# <-> VB -> Boo). Project settings are currently not converted. 21 years ago
Matt Ward 5d68029091 Added support for Mono's GAC. Added Gtk# and Glade# project templates. Project templates can now clear any imports added by default. Improved code completion for Mono GAC assemblies with dependencies. 21 years ago
Matt Ward 533efc470c Added support for web references. 21 years ago
Markus Palme bfd3512e6b allow sorting of GAC panel 21 years ago
Daniel Grunwald 32abb6ee5a Change file header. 21 years ago
Daniel Grunwald 605a6e924e Fixed SD2-560: Interface implementation generator messes up arrays 21 years ago
Daniel Grunwald eb93ff4149 SharpDevelop now passes properties so that MSBuild accepts them for both the scanning and building steps -> compiling Boo and ILAsm applications and specifying the target Framework version in C# works again. 21 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 21 years ago
Daniel Grunwald 8f0d6da9ad Fixed SD-318 and SD-347. Many small changes. 21 years ago
Mike Krüger c4336b038c created trunk folder. 22 years ago