245 Commits (149dea7412a9df7cd1f128ce09a7668a15eafb5d)

Author SHA1 Message Date
Mike Krüger c453405dcf Updated code completion to the latest type system changes. 14 years ago
Daniel Grunwald 73438b7288 Make CSharpResolveVisitor internal and expose CSharpAstResolver instead. 14 years ago
Daniel Grunwald c02e801b5d Introduce ResolvedUsingScope (serves as cache per using-scope; avoids resolving imported namespaces repeatedly). 14 years ago
Daniel Grunwald 54851a741f C# Type System implementation 14 years ago
Mike Krüger 98d1826a74 Added error expression as ast node. 14 years ago
Mike Krüger ec82082a36 Handled pre processor directives as separate AST node. 14 years ago
Daniel Grunwald f631199013 Type system refactoring: split unresolved/resolved type systems. 14 years ago
Mike Krüger b3d07d8493 Ported over the monodevelop completion engine to nrefactory. 14 years ago
Daniel Grunwald 9ddf9bc442 Combine C#-specific UnaryOperatorResolveResult/BinaryOperatorResolveResult and ConditionalOperatorResolveResult classes into a single language-independent OperatorResolveResult class. 14 years ago
Daniel Grunwald e4d1f545fd Add CodeDomConvertVisitor. 14 years ago
Daniel Grunwald a1a649e84e Remove ITextEditorAdapter and use IDocument instead. 14 years ago
Mike Krüger 0413ce92f9 Added completion engine stub. 14 years ago
Mike Krüger 5e8e124ec5 Removed client target framework profile. 14 years ago
Siegfried Pammer e6d84ff111 moved Ambience to NRefactory 14 years ago
Daniel Grunwald 952696941a Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly) 14 years ago
Daniel Grunwald dfc98609ce Move ICSharpCode.Editor into NRefactory. 14 years ago
Daniel Grunwald b7a17c206e Adjust unit tests to InvocationResolveResult changes. 14 years ago
Daniel Grunwald b5b2408cbc Move NRefactory.CSharp to separate assembly. 14 years ago
Simon Lindgren 6c2336b582 [CodeIssues] Add helper FindReferences(AstNode, IVariable) to BaseRefactoringContext. 13 years ago
Simon Lindgren c518c640f1 [Refactoring] Add LocalReferenceFinder. 13 years ago
Simon Lindgren 3cf3032f50 [CodeActions] Clean up StatementsToInitializerConverter and InitializerPath. 13 years ago