#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Daniel Grunwald ce1cba0e6e Merge branch '4.0' 15 years ago
..
Ast Apply new file headers 16 years ago
AstBuilder Apply new file headers 16 years ago
Lexer fixed VBExpressionFinder bug with VB Lambdas (it did not find a valid expression) 15 years ago
Parser Lambda-parameters are now shown in the CC list 15 years ago
PrettyPrinter fixed http://community.sharpdevelop.net/forums/t/12320.aspx 16 years ago
Visitors Editor context actions - added context action which inserts null checks - for expressions like "a.b.c" inserts "if (a != null && a.b != null)". 16 years ago
EnvironmentInformationProvider.cs Apply new file headers 16 years ago
IAstVisitor.cs - XmlAttribute renamed to XmlAttributeExpression (avoid conflict with System.Xml) 16 years ago
Location.cs Apply new file headers 16 years ago
OperatorPrecedence.cs Apply new file headers 16 years ago
ParserFactory.cs Apply new file headers 16 years ago
SnippetParser.cs Apply new file headers 16 years ago