677 Commits (efba806bb0466553ca7760ceee81645733f4c6a6)

Author SHA1 Message Date
Mike Krüger 1b44fac5a9 * Src/PrettyPrinter/CSharp/PrettyPrintOptions.cs: 17 years ago
Daniel Grunwald 4c32ea2a50 Fixed output for overloaded unary operators. 17 years ago
Daniel Grunwald c5a371dd2c Fixed SD2-1572 - operators are shown as nameless methods in code completion 17 years ago
Daniel Grunwald 34e76133c3 Fixed SD2-1465 - Convert integer casts correctly between VB and C# 17 years ago
Daniel Grunwald e051b6560f Fixed forum-9858: problem with sizeof operator converting from C# to VB.NET 17 years ago
Daniel Grunwald d23af1f02a Fixed parsing of try statements with multiple catch clauses (bug introduced in r4526). 17 years ago
Mike Krüger fc6e55f483 * Src/Visitors/LookupTableVisitor.cs: Lookup table visitors now can 17 years ago
Mike Krüger ffc41d4a7c * Src/Parser/CSharp/cs.ATG: 17 years ago
Mike Krüger a4a77737bd * Src/Visitors/LookupTableVisitor.cs: Catch variable declarations 17 years ago
Daniel Grunwald de88a9a00b Use svn:eol-style=native for NRefactory. 17 years ago
Daniel Grunwald a07a78e80b CSharpOutputTest: don't ignore whitespace. 17 years ago
Mike Krüger 1489bafa98 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 17 years ago
Mike Krüger 3ba7f361b6 * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Corrected else in 17 years ago
Daniel Grunwald 6ace8895af NRefactory: Fixed incorrect end column in C# type declarations. 17 years ago
Mike Krüger b9ebdadd18 * Src/Visitors/AbstractAstTransformer.cs: Made node stack protected. 17 years ago
Daniel Grunwald 03339ba83a Fixed build. 17 years ago
Mike Krüger 80b46b6b8d * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Improved 17 years ago
Mike Krüger a3b56d8ca4 * Src/PrettyPrinter/CSharp/PrettyPrintOptions.cs: 17 years ago
Mike Krüger e0152e8500 * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Removed 17 years ago
Mike Krüger 64ef2a35f7 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 17 years ago
Mike Krüger 52cefeecb0 * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: If statements 17 years ago
Mike Krüger d80a5b833b * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: removed embedded 17 years ago
Mike Krüger 5ad991bd51 * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Correctly indent 17 years ago
Daniel Grunwald a0b130adfd Move solution from SharpDevelop/src to SharpDevelop. 17 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 17 years ago
Mike Krüger 65e94963f5 * Src/Lexer/AbstractLexer.cs: Allow white spaces as symbol 17 years ago
Mike Krüger ebc2f1b64f * Src/Parser/gen.sh: 17 years ago
Mike Krüger cec95aa60d * Src/Lexer/CSharp/Lexer.cs: 17 years ago
Mike Krüger 5705bb78c5 * Src/Visitors/LookupTableVisitor.cs: Added IsQueryContinuation flag 17 years ago
Daniel Grunwald fd9e16c394 AvalonEdit code completion 17 years ago
Daniel Grunwald 2cbe40b6a4 Started replacing ICSharpCode.TextEditor references in SharpDevelop API with new ITextEditor interface. 17 years ago
Daniel Grunwald 985ff63921 Revert changes to NRefactory.csproj in revision 3849 - add GlobalAssemblyInfo.cs back so that the assembly is correctly versioned. 17 years ago
Mike Krüger 5c18da0470 * Src/Lexer/AbstractLexer.cs: Added null check. 17 years ago
Mike Krüger f5e37276c2 * Src/Lexer/ILexer.cs: 17 years ago
Daniel Grunwald 26a1551633 When handling file names, use StringComparison.OrdinalIgnoreCase instead of InvariantCultureIgnoreCase. 17 years ago
Mike Krüger b978482653 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 17 years ago
Mike Krüger 1e6aefef7e * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: fixed bracket 17 years ago
Mike Krüger 175c1b9082 * Src/PrettyPrinter/CSharp/OutputFormatter.cs: 17 years ago
Mike Krüger 92086ff64b * Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Respected the 17 years ago
Mike Krüger c16eaaff79 * NRefactory.csproj: 17 years ago
Mike Krüger f514596684 * Src/PrettyPrinter/CSharp/PrettyPrintOptions.cs: 17 years ago
Mike Krüger f71ba19cae * Src/Parser/IParser.cs: 17 years ago
Mike Krüger 594359f77f * Src/PrettyPrinter/VBNet/VBNetOutputFormatter.cs: Use 17 years ago
Christian Hornung 066ef2d4c3 Fixed SD2-1529 - Forms designer rewrites array field declarations. 17 years ago
Daniel Grunwald f80ca05e61 New feature: Edit > Insert > Paste as comment/string. 17 years ago
Daniel Grunwald 30c368da42 Fixed namespace handling in Boo code completion. 17 years ago
Mike Krüger 21d4f3cfc5 * cs.ATG: 17 years ago
Mike Krüger cc5006261d checked in some changes from monodevelop. 17 years ago
Daniel Grunwald 21b9e13f05 Removed some obsolete methods. 17 years ago
Daniel Grunwald aa5981c5c8 Make DisplayBindingService public. 17 years ago