31 Commits (ce1cba0e6e46f0dceb401e42f288a166301de161)

Author SHA1 Message Date
Siegfried Pammer f447cb6918 fixed VBExpressionFinder bug with VB Lambdas (it did not find a valid expression) 15 years ago
Siegfried Pammer 1e8057c8ee fixed http://community.sharpdevelop.net/forums/t/12237.aspx 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Siegfried Pammer a20f8e7bac fixed similar bug as in rev. 6405, but with Using statements, added unit tests 15 years ago
Siegfried Pammer 930702e9af fixed some bugs in VBNetExpressionFinder: 15 years ago
Siegfried Pammer bcf917f92d - fixed parser bugs 15 years ago
Siegfried Pammer 3219079f94 - removed IOption 15 years ago
Siegfried Pammer 0d04541240 - reimplemented TryTypeInference feature as CC item "? =" 15 years ago
Siegfried Pammer 8d087bbd83 - fixed bugs in ExpressionFinder 15 years ago
Siegfried Pammer 1e1e4cd46b fixed bugs in ExpressionFinder and inconsistent completion results 15 years ago
Siegfried Pammer 1da056e7c4 fixed FindExpression after parameter list opening brace 15 years ago
Siegfried Pammer a7e313349c fixed imports-completion after newline 15 years ago
Siegfried Pammer e7e141401b enabled completing existing expressions on ctrl+space 15 years ago
Siegfried Pammer 0a4557c9a1 fixed code completion in first parameter 15 years ago
Siegfried Pammer 20cbf34bd8 - reintroduced Identifier-Blocks 15 years ago
Siegfried Pammer aab8d9b0e0 - moved some expression contexts to CSharpExpressionContext 15 years ago
Siegfried Pammer 956ec3bbe3 added VB specific Parameter expression context 15 years ago
Siegfried Pammer fa4738ee2a fixed some code completion bugs 15 years ago
Siegfried Pammer c57c78e844 - added New Keyword in Type context 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 1e8101c1aa fixed FindExpression 15 years ago
Siegfried Pammer 3f161c463c - fixed LL1 conflict with CollectionInitializer 15 years ago
Siegfried Pammer bb1fa1202e implemented FindFullExpression 15 years ago
Siegfried Pammer 4d30bfa51d updated VBExpressionFinder: now uses new API 15 years ago
Siegfried Pammer 08b040e6f8 - corrected AST 15 years ago
Siegfried Pammer 01daa6db99 - removed BlockEnd/BlockEnd from CompilationUnit 15 years ago
Daniel Grunwald e2ff87117b Fixed build. 18 years ago
Daniel Grunwald 2e258f2150 Improved SharpDevelop.Dom API. 19 years ago
Daniel Grunwald 1808336a1c Merged SD 2.1 rev. 2226:2312 to trunk. 19 years ago
Daniel Grunwald 0859a04a52 Move C# expression finder tests to SharpDevelop.Tests (the expression finder now is in SharpDevelop.Dom). Fixed a bug in the VB expression finder. 19 years ago