111 Commits (2e21c6e2f06f65fc85b22cb3c11b6c3aa1cab579)

Author SHA1 Message Date
Daniel Grunwald f558b300e7 Revert "[AST] Handled protected and/or internal on AST level." 14 years ago
Mike Krüger b5ad2882ca [AST] Handled protected and/or internal on AST level. 14 years ago
Mike Krüger 07c8929aa2 [Ast] GetTypes now includes inner delegates as well. 14 years ago
mkrueger 1f78013258 [Ast] GetTypes now includes delegate declarations as well. 14 years ago
Daniel Grunwald 79db6fe54c Change ISupportsInterning so that objects are interned immediately after they are created. 14 years ago
Mike Krüger 1b41ee02ca [CodeAction] Convert lambda to delegate action no longer puts a 14 years ago
Mike Krüger 6c62b5b2c3 [Ast] Fixed end location of multi line strings. 14 years ago
Daniel Grunwald 1f6c4f037e Update solution-loading logic in ConsistencyCheck. 14 years ago
Daniel Grunwald 16aa0c6c28 Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 14 years ago
Simon Lindgren 1371e6db61 [CodeIssues] Fix bugs in RedundantCatchIssue. 14 years ago
Daniel Grunwald 087aee7fe8 Simplify parser API. 14 years ago
Daniel Grunwald eaba9798d3 Rename 'cu' to 'syntaxTree'. 14 years ago
Daniel Grunwald 273178a141 Rename CompilationUnit to SyntaxTree. 14 years ago
Daniel Grunwald 4717de986e Optimized the AstNode.Descendants property. 14 years ago
Daniel Grunwald 359fdd2382 Provide both Enter and Leave events in ObservableAstVisitor. 14 years ago
Daniel Grunwald 7db1cbe11e Merge NRefactory changes from SharpDevelop repository: 14 years ago
Mansheng Yang 0b81174081 [Ast] CSharpUtil: extract negating a relational operator into a method 14 years ago
Daniel Grunwald 9e8487329a Change "string[] Conditionals" to "IList<string> ConditionalSymbols" 14 years ago
Mike Krüger 8090455130 [Parser] Added conditional symbols to the compilation unit. 14 years ago
Mike Krüger 68aa35aed5 [Ast] Added MemberNameToken property for pointer reference 14 years ago
Daniel Grunwald 5d2fee1b90 Add CompilerSettings class instead of using the one from Mono.CSharp. 14 years ago
mike 4433ab1ff2 [Ast] Added IdentifierToken property to IdentifierExpression. 14 years ago
Daniel Grunwald 4d07b33b44 CSharpAstResolver now can resolve type members even when no parsedFile is specified. 14 years ago
Daniel Grunwald 4fe7c72b16 Fixed context for determining accessibility of protected inner classes when resolving a base type reference (NameLookupTests.InheritFromProtectedInnerClassTest) 14 years ago
Mike Krüger f7fb29804d Implemented better solution for the array initializer workaround hack. 14 years ago
turbanoff 24f1637093 remove redundant check 14 years ago
Mike Krüger cf9d360be7 [CodeActions] Worked on implement interface. 14 years ago
Mike Krüger 063d0f569c Renamed named expression identifier -> name. 14 years ago
Mike Krüger 5dbe3654f5 [Ast] Renamed named argument expression identifier -> name. 14 years ago
Mike Krüger fa4f2e033e Added chained method call wrapping option. 14 years ago
Mike Krüger 04f8720739 Added formatting factory - formatting options should be created with 14 years ago
Mike Krüger 0cbca24882 Added whitespace and text node. 14 years ago
Mike Krüger c7e1236c5a Added NewLine ast node. 14 years ago
Mike Krüger 1bc751bd6d Added end inclusive GetNodeAt to AstNode. 14 years ago
Mike Krüger 8444dffd81 Startet exctract method action. 14 years ago
Mike Krüger c33d15e2de Fixed bug where code actions could be null. 14 years ago
Mike Krüger 2d808842ea Fixed failing unit tests. 14 years ago
Mike Krüger 41d5b50008 Worked on inconsistent naming issue. 14 years ago
Mike Krüger c51a5f6222 Fixed stub mechanic. 14 years ago
mike 11b8c3bca6 Removed IRelocatable infrastructure - the start line could now be 14 years ago
Daniel Grunwald ab024b9ddc Fix icsharpcode/NRefactory#28: Identity of lambda parameters 14 years ago
Daniel Grunwald f74bf908bc Make AstNode freezable. 14 years ago
mike 4465839e98 Fixed error caused by Root role. 14 years ago
Mike Krüger 4ea7ebc517 Moved more roles to the Roles class/Changed TypeDeclaration 14 years ago
Mike Krüger 0b3b290614 Fixed case label indentation. 14 years ago
Mike Krüger 6a0a96ce31 Moved some roles to the Roles class. 14 years ago
Mike Krüger 90bf204c7f Moved the roles class out of AstNode. 14 years ago
mike e93009afee Fixed context action unit tests. 14 years ago
Daniel Grunwald c6ae6c30ee Script refactoring. 14 years ago
Daniel Grunwald fe8e098a27 Fixed some FxCop warnings. 14 years ago