2161 Commits (16635919a4bf8ceff430d37811bc232c03d015b7)

Author SHA1 Message Date
Martin Koníček 6485df93ac Code completion respects suggested item: e.g. when typing "DateTimeKind k =", the completion window pres-selects the DateTimeKind entry. 15 years ago
Siegfried Pammer cca4d61806 - implemented ObjectCreation and Type context 15 years ago
Siegfried Pammer c60157c9a4 - fixed bug in ExpressionFinder 15 years ago
Siegfried Pammer 8695eb0004 implemented CC after Imports 15 years ago
Siegfried Pammer d5b46a969a - added Exception handling on errors in ExpressionFinder 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 7b5949bb2e added the memento pattern to VB Lexer (Import/Export of state) 15 years ago
Siegfried Pammer 151548cf32 renamed namespace to ICSharpCode.VBNetBinding; started implementation of new Code Completion binding 15 years ago
Daniel Grunwald 33d038d624 Add CompressingTreeList.GetRunLength method. 15 years ago
Siegfried Pammer 1e8101c1aa fixed FindExpression 15 years ago
Siegfried Pammer 3f161c463c - fixed LL1 conflict with CollectionInitializer 15 years ago
Daniel Grunwald 57354103f5 IncludeDoozer: show error message only if included path was not found (don't catch unrelated TreePathNotFoundException) 15 years ago
Siegfried Pammer 8671ab60c2 - added keywords to CC 15 years ago
Siegfried Pammer bb1fa1202e implemented FindFullExpression 15 years ago
Daniel Grunwald 49379014d3 Fixed conversion of "If(If(a,b,c),d,e)" from VB to C#. 15 years ago
Siegfried Pammer e168d1dd17 fixed infinite loop in VBNetExpressionFinder 15 years ago
Siegfried Pammer 751c7cedc0 Reorganised Keywords in VBNET-Mode.xshd 15 years ago
Siegfried Pammer c76bf5efc2 made EF parser more suitable for the ExpressionFinder 15 years ago
Daniel Grunwald 6bbba8d32a Upgrade to AvalonDock 1.3.3571 15 years ago
Siegfried Pammer 6ee267417b corrected conversion of entity references 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 04c6a6f1e9 - refactored AST; removed XmlLiteralExpression 15 years ago
Siegfried Pammer 3c992c8309 fixed build 15 years ago
Siegfried Pammer 6d6ed44387 fixed bugs in VB Lexer 15 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 15 years ago
Siegfried Pammer e125cf96be implemented VarianceModifiers in TemplateDefinition in the pretty printer 15 years ago
Siegfried Pammer 343be4dd11 implemented detection of implicit line continuations 15 years ago
Siegfried Pammer 283731db31 implemented Covariance/Contravariance 15 years ago
Siegfried Pammer bb74407cfc finished VBNetOutputVisitor for XML Literals 15 years ago
Siegfried Pammer a287bf628e finished XML Literals in Parser + Unit Tests 15 years ago
Siegfried Pammer 9689a44305 - added more unit tests for XML expressions 15 years ago
Siegfried Pammer 071185b7d6 - added helper methods to AbstractLexer 15 years ago
Siegfried Pammer cea4d02349 implemented XmlMemberAccessExpression in AST 15 years ago
Siegfried Pammer 08b040e6f8 - corrected AST 15 years ago
Siegfried Pammer 5c6a138577 - added DOM for XML literals 15 years ago
Siegfried Pammer 26f3c84cc9 added another unit test for inline VB code 15 years ago
Siegfried Pammer 04afca4812 fixed some bugs in EF parser 15 years ago
Siegfried Pammer 8588f756f9 - implemented correct lexing of processing instructions 15 years ago
Siegfried Pammer 6e071a75b2 - corrected context detection of IdentifierExpected 15 years ago
Siegfried Pammer 21b78ced7f implemented QueryExpressions in ExpressionFinder 15 years ago
Daniel Grunwald 0aecab6461 Handle End-Statement inside the ExpressionFinder grammar 15 years ago
Daniel Grunwald 0b8d5c1f3a Changed ExpressionFinder grammar to suppress the remaining LL(1) warnings 15 years ago
Siegfried Pammer 90980ee81d Implemented LambdaExpressions 15 years ago
Siegfried Pammer 520919067f implemented UsingStatement and added unit tests 15 years ago
Daniel Grunwald 17da69ef9f Use new parser generator feature that automatically identifies the paths where (. nextTokenIsPotentialStartOfXmlMode = true; .) needs to be inserted. 15 years ago
Siegfried Pammer 58cc8a78c2 - added ReDimStatement and EraseStatement 15 years ago
Siegfried Pammer e3fb17b124 - added BranchStatements and more unit tests 15 years ago
Siegfried Pammer 037707520e - added ThrowStatement and TryStatement 15 years ago