241 Commits (8ed9f2a77491b6123e862d8169d863a7b070784c)

Author SHA1 Message Date
Daniel Grunwald c842399550 Allow AddIns to customize the MSBuild logger. 19 years ago
Daniel Grunwald 64971ec421 Implemented SD2-446: Support skipping method bodies in VB Lexer. 19 years ago
Daniel Grunwald d4abe4a752 NRefactory now preserves blank lines. 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
Daniel Grunwald a4894539d4 Some FxCop suggestions to NRefactory. 19 years ago
Daniel Grunwald 63e20cbdbe Fixed SD2-886: Converted VS2003 solution does not show correct configurations 19 years ago
Daniel Grunwald 53c8c4d56c Fixed forum-8951: C# parser bug with "default(T)". 19 years ago
Daniel Grunwald f521b44db3 Fixed SD2-883: C# to VB conversion error when having a 'while()' statement in one line 19 years ago
Daniel Grunwald 89e34175cf Fixed SD2-885: Folding breaks using 'ReferenceEquals()' method in VB (Parser error for member access on VB "Object") 19 years ago
Daniel Grunwald 2ed82fd4cb Fixed some bugs reported in the forum. 19 years ago
Daniel Grunwald 80d967e240 Fixed parsing of the VB "Custom" keyword (it is valid variable identifier but not valid field identifier) 19 years ago
Daniel Grunwald 79f22303b6 Fixed VB parser bug: Using statement can have multiple variable declaration expressions. (forum-8651) 19 years ago
Daniel Grunwald 515b955432 Lock access to DefaultProjectContent.ReferencedContents - can be modified by main thread and solution loading thread. 19 years ago
Daniel Grunwald 29b56d32d0 Fixed forum-8723: exception when loading designer for form containing enum TypeDeclarations. 19 years ago
Daniel Grunwald b2a3cc4ead More bugfixes for the C# <-> VB converter. 19 years ago
Daniel Grunwald 06680fb191 Improved C#<->VB converter. 19 years ago
Daniel Grunwald 8d441d6f05 Fixed forum-8452: VB parser bug 19 years ago
Daniel Grunwald b0a4b07005 CodeDOMOutputVisitor.cs now supports arrays - fixes forum-8320 19 years ago
Daniel Grunwald 30d6d5f7fa Fixed forum-8128: C# parser bug when type parameter is a fully qualified name. 19 years ago
Daniel Grunwald 2de421c5a9 Fixed C# <-> VB conversion bugs. 19 years ago
Daniel Grunwald df43c0eef7 Fixed SD2-816: Output visitor does not output implicit/explicit operators 20 years ago
Daniel Grunwald 58dfc5abce Fixed SD2-813: If statement not parsed 20 years ago
Daniel Grunwald af70e15281 New feature: Removed unused "using" statements. 20 years ago
Daniel Grunwald e5bc45a6e2 Fixed base addresses and used [DependencyAttribute] to prevent assemblies from being relocated. 20 years ago
Daniel Grunwald d4e9eff246 Fixed SD2-642: Region inside class method not recognised 20 years ago
Daniel Grunwald 499fe3bdc2 Fixed conversion of "global::" in CodeDOMOutputVisitor (part of SD2-576). 20 years ago
Daniel Grunwald dd4e5f9ea9 Fixed crash when parsing incomplete Imports statement. 20 years ago
Daniel Grunwald db253755b8 Fixed SD2-571: Folding classes hides the declaration line 20 years ago
Daniel Grunwald 01b05ed704 Fixed SD2-725: Partial inner class defined inside form 20 years ago
Daniel Grunwald 254bf37011 Fixed exception when parsing incomplete Select Case statement. 20 years ago
Daniel Grunwald 73a9ab7d0c Fixed SD2-752: Exception when classes use "global::" as base class reference 20 years ago
Daniel Grunwald 98e7ddff44 Comment positions inside enum are preserved (forum-6415). 20 years ago
Daniel Grunwald 69df449dd5 Fixed SD2-735: Assemblies with methods having a "where T: IEquatable<T>" constraint crash SharpDevelop 20 years ago
Daniel Grunwald 67bdeee0dd Update to Boo 0.7.6.2160. 20 years ago
Daniel Grunwald 94d339bf97 Improved VB -> C# converter. 20 years ago
Daniel Grunwald c78a1b2d48 Fixed exception when using Boo callable definition. 20 years ago
Daniel Grunwald 100f98a085 Boo CodeDomVisitor now supports TryCastExpressions 20 years ago
Daniel Grunwald c020c5848d C# parser bugfix: casts to non-builtin nullable types 20 years ago
Daniel Grunwald 2a2745948d Fixed C# parser bug (casts to nullables). 20 years ago
Daniel Grunwald 7a95e8ead4 Update AssemblyInfo to version 2.1. 20 years ago
Daniel Grunwald b89b1c599f Fixed bug: "Run Tests in Debugger" / "Run with NCover" / etc fail with warnings. 20 years ago
Daniel Grunwald 6c0473638e Fixed some NRefactory bugs, added NRefactory unit tests. 20 years ago
Daniel Grunwald 7c58827869 Sort ExtTreeView only when expanding a node for the first time instead of every time a node is expanded. 20 years ago
Daniel Grunwald b8db7f0b60 Fixed unit tests. 20 years ago
Daniel Grunwald 94d5e5bc08 Switch from MbUnit to NUnit: 20 years ago
Daniel Grunwald 8cad70aec9 Fixed exception when renaming project while project options are opened. 20 years ago
Daniel Grunwald 3d398142f4 C# form template now uses partial classes. File templates now can use the "DependentUpon" attribute. 20 years ago
Daniel Grunwald 1538282335 C# <-> VB converter now converts P/Invoke declarations. 20 years ago