85 Commits (9dbd100c32b12b888137653172b2b6b363be7a37)

Author SHA1 Message Date
Daniel Grunwald 9dbd100c32 Fix newlines. 15 years ago
Siegfried Pammer 53576fdf18 removed reference to missing trace.txt 15 years ago
Martin Koníček 745d903188 Implemented Extend selection (Ctrl+W, will be in menu). Does not work perfectly for constructor and indexer declarations yet. 15 years ago
Siegfried Pammer 4c47339173 - reorganised some files of the VB Lexer 15 years ago
Siegfried Pammer c319e92477 implemented state handling in ILexer and AbstractLexer to make it publicly available 15 years ago
Siegfried Pammer f5e798c77d code cleanup 15 years ago
Siegfried Pammer 2da0781942 - XmlAttribute renamed to XmlAttributeExpression (avoid conflict with System.Xml) 15 years ago
Siegfried Pammer 21a2708410 - added LATextReader - supports infinite look ahead 15 years ago
Siegfried Pammer ffc502648a Lexer can read simple XML literals 15 years ago
Siegfried Pammer aef001350c - fixed VB Unit Tests 15 years ago
Siegfried Pammer f5211322eb extended ExpressionFinder: now works with local variables and member variables 15 years ago
Siegfried Pammer 17f9b913f7 current state of NRefactory additions (broken) 15 years ago
Siegfried Pammer dceee20409 started with implementation of expressions in VB .NET ExpressionFinder Parser 15 years ago
Siegfried Pammer 8b0e9bb861 added experimental parser for VB .NET expression finder 15 years ago
Daniel Grunwald 84f0895b3b Added support for default parameters and variance annotations to C# parser. 16 years ago
Daniel Grunwald a0b130adfd Move solution from SharpDevelop/src to SharpDevelop. 16 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 16 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 c16eaaff79 * NRefactory.csproj: 17 years ago
Daniel Grunwald a9a5a21b9a Fixed SD2-1481: C# parser does not support extern aliases 17 years ago
Daniel Grunwald 2921e6f48b NRefactory: ensure Parent property is correctly set for all nodes 17 years ago
Markus Palme 91f3864fc6 started work on VB.NET queryexpression AST 17 years ago
Daniel Grunwald 51b80f6f6d Fixed SD2-1420: Variables of type 'char' are converted incorrectly from C# to VB 17 years ago
Daniel Grunwald 38cef94960 Fixed SD2-1414: Mouse wheel scrolling does not work for high-resolution mice 17 years ago
Daniel Grunwald 7efa54a6fb Fixed casing of Microsoft.CSharp.targets and System.Xml in .csproj files, fix FileUtility.Minimal.cs when running on Mono. 17 years ago
Daniel Grunwald 6bfa9f37c2 NRefactory: add support for evaluating C# preprocessing directives 18 years ago
Daniel Grunwald 3d8d7af120 Worked on VB->C# converter. 18 years ago
Daniel Grunwald 1ea9ac7b61 More improvements for the C#->VB converter. 18 years ago
Daniel Grunwald 50015a2b7b Fixed SD2-1298: Converting single assignment and comparison statement from C# to VB.NET 18 years ago
Daniel Grunwald 2586fed6ff Add SnippetParser class. 18 years ago
Daniel Grunwald 7dfd63273a Improved VB -> C# converter. 19 years ago
Daniel Grunwald 9b7a082e24 Add partial C# 3.0 support. 19 years ago
Markus Palme 9c565052a2 removed the tip of the day dialog 19 years ago
Daniel Grunwald 26fad390b9 Include NodeTrackingAstVisitor in NRefactory. 19 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. 19 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. 19 years ago
Daniel Grunwald 19d999cf82 SD2-945: Typing a declaration of two or more variables in the same line (VB) throws exception 19 years ago
Daniel Grunwald f27917180e Move files to match new namespace structure. 19 years ago
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 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 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