48 Commits (26fad390b921a913a224160be9af71fbcdfc7b19)

Author SHA1 Message Date
Daniel Grunwald 26fad390b9 Include NodeTrackingAstVisitor in NRefactory. 20 years ago
Matt Ward 1eddd435a2 Updated to NUnit 2.2.8. Commented out SharpDevelop tests that no longer compile. Removed all occurrences of %3B from project files. Added a probing binary path to SharpDevelop's app.config pointing to the location of the NUnit assemblies. This allows the Unit Testing window to work without needing NUnit added to the GAC. 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 19d999cf82 SD2-945: Typing a declaration of two or more variables in the same line (VB) throws exception 20 years ago
Daniel Grunwald f27917180e Move files to match new namespace structure. 20 years ago
Daniel Grunwald c842399550 Allow AddIns to customize the MSBuild logger. 20 years ago
Daniel Grunwald 64971ec421 Implemented SD2-446: Support skipping method bodies in VB Lexer. 20 years ago
Daniel Grunwald 835c7dedbd NRefactory: use Location structure instead of System.Drawing.Point for source positions. 20 years ago
Daniel Grunwald a4894539d4 Some FxCop suggestions to NRefactory. 20 years ago
Daniel Grunwald e5bc45a6e2 Fixed base addresses and used [DependencyAttribute] to prevent assemblies from being relocated. 20 years ago
Daniel Grunwald c78a1b2d48 Fixed exception when using Boo callable definition. 20 years ago
Daniel Grunwald 7a95e8ead4 Update AssemblyInfo to version 2.1. 20 years ago
Daniel Grunwald 8cad70aec9 Fixed exception when renaming project while project options are opened. 20 years ago
Daniel Grunwald 062b1a35f1 Added AbstractAstTransformer, using it now for the code converter. This should fix problem for certain statement combinations. 20 years ago
Daniel Grunwald 8cd3f6d81c Added generator application to generate the NRefactory AST. 20 years ago
Daniel Grunwald 21de318a25 Fixed SD2-636: NRefactory -> CodeDom converter might not work on first try. 20 years ago
Daniel Grunwald 02d57c4611 Improved C# <-> VB conversion. 20 years ago
Daniel Grunwald 767a5f7138 Fixed small lexer problem. 20 years ago
Daniel Grunwald c24a108bb4 Improved C# lexer performance. 20 years ago
Daniel Grunwald ae264e9aff Fixed two bugs in the C# to VB converter. 20 years ago
Daniel Grunwald d9df3a65dd Fixed SD2-504: Explicit implementations of generic interfaces cause parser error 21 years ago
Daniel Grunwald c7500d9f59 Fixed SD2-512: Form Designer cannot load "Color.FromArgb" definitions 21 years ago
Daniel Grunwald 87b75008b7 Add "default(Type)" expression to C# parser. 21 years ago
Mike Krüger 4e7cb5154a worked on codedom ast codegenerator. codedom code generation is now more in line with the .net codedom formsdesigner output. 21 years ago
Markus Palme 18a9bd0a26 work on custom events 21 years ago
Markus Palme 94ae1cc253 added operator overload support to vb grammar 21 years ago
Markus Palme 271e00448d custom events support 21 years ago
Daniel Grunwald 80c70338c7 Fixed code completion bugs regarding "global::"/"Global". 21 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 21 years ago
Daniel Grunwald 5b197228c4 Added generics support to the VB.Net parser. 21 years ago
Daniel Grunwald ef076ee060 Improved C# <-> VB.Net conversion. 21 years ago
Daniel Grunwald 45bead5f28 C# <-> VB.Net converters now convert comments. 21 years ago
Daniel Grunwald c3ace6e866 Fixed code completion bugs with inner classes. 21 years ago
Daniel Grunwald 059e7e904f Added anonymous methods to c# parser. 21 years ago
Daniel Grunwald b78ab08cfb Fixed code completion bugs regarding generic methods. 21 years ago
Daniel Grunwald c3c5d155d3 Fixed generic class and method declarations in C# parser. 21 years ago
Daniel Grunwald 864ed8b726 IconMargin now shows icons for methods and properties that can be clicked to execute actions on the properties/methods. 21 years ago
Daniel Grunwald da478ba25f Fixed assertion when parsing method declaration with an unnamed parameter (when the user is still typing): use name '?' instead. 21 years ago
Daniel Grunwald 5ee7ff51e4 Small bug fixes (StatusBar, ProjectContent). 21 years ago
Daniel Grunwald a2fc15687f Fixed some properties in the project files. 21 years ago
Daniel Grunwald c01804f7d2 Added feature: go to definition (Ctrl-Enter) 21 years ago
Daniel Grunwald 01ddddbf6a Fixed Lexer bug (both C#/VB): OverflowException was thrown when dot was at end of expression. 21 years ago
Mike Krüger 46f512d117 Nunit pad is now working again. Switched to NUnit 2.2.2 21 years ago
Mike Krüger 4084ef43d2 Worked on project options. 21 years ago
Mike Krüger 647befcb80 Corsavy is now self-hosting. Hopefully no more build files are out of sync with project files issues ... 21 years ago
Mike Krüger c4336b038c created trunk folder. 21 years ago