321 Commits (9247e292c8cc0d6e509a0bcfd9464a2e5c28002b)

Author SHA1 Message Date
Mike Krüger c48fe90874 [Completion] Fixed bug. 13 years ago
Mike Krüger ef23a05edf Fixed unit tests. 13 years ago
Mike Krüger f44398f038 Fixed potential code completion problem where completion could show up 13 years ago
Mike Krüger c0972c8c95 [Completion] Filter out namespaces that only contain inaccessible 13 years ago
Mike Krüger eeec368713 Fixed completion bug. 13 years ago
Mike Krüger f5cd8851cc [CodeCompletion] Fixed completion bug. 13 years ago
Mike Krüger 5d8db35d10 Fixed ignored unit test. 13 years ago
Mike Krüger be113cf37b Fixed bug in parameter completion. 13 years ago
Mike Krüger 307999c599 Fixed duplicate types in completion list. 13 years ago
Mike Krüger b8fce0c557 [CodeCompletion] Fixed ctrl+space behavior (it's now more intrusive - 13 years ago
Mike Krüger 539db3bb43 [Completion] Fixed bug in object initializer context. 13 years ago
Mike Krüger 1f8b45f8d9 Fixed failing unit test. 13 years ago
Mike Krüger 3658c34d34 [Completion] Filter out unknown types 13 years ago
Mike Krüger 43641dc5a1 [Completion] Types with different type parameters are now added as 13 years ago
Mike Krüger 0802ed7564 Fixed completion bug. 13 years ago
Mike Krüger 057818f135 [Completion] Fixed bug in indexer context. 13 years ago
Mike Krüger c829bd6c27 [Completion] Refactored the completion data factory (shortType no 13 years ago
Mike Krüger da2bdcfcbe Fixed completion bug. 13 years ago
Daniel Grunwald 980a367bad Merged some changes from SharpDevelop to NRefactory. 13 years ago
Mike Krüger eb2d78e29a Used new GetAccessibleMembers method in code completion. 13 years ago
Mike Krüger 1ed352ca30 [Completion] Added a case to prevent recursive constructor calls: 13 years ago
mkrueger 02ff35d187 [Completion] Cleaned up some code. 13 years ago
mkrueger 72f6449a5e [Completion] Fixed little completion issue. 13 years ago
Mike Krüger 904af4bfd2 [Completion] Paremeter completion offset checks now for comments. 13 years ago
Daniel Grunwald 5670248de8 Add 'FullTypeName' struct, and use it to represent type names. 13 years ago
Mike Krüger 12f2f2793e Removed debug messages. 13 years ago
Mike Krüger 90bea8ed51 Fixed Issue #109 'Code Completion shows 'ushort' in global scope'. 13 years ago
Mike Krüger fa3cf3b6e1 Fixed completion bug. 13 years ago
Mike Krüger 4e8b01df03 [Completion] Fixed type 'overloads'. 13 years ago
Mike Krüger 465bcdfb61 [Completion] Check if types are accessible in the namespace resolve 13 years ago
Mike Krüger 7cab07f13e [Completion] Check for extension method accessibility. 13 years ago
mkrueger 740a30c929 [Completion] CreateNamespace completion data now takes a INamespace 13 years ago
Mike Krüger eeb5c3fb8f Added unit test to check completion in #if regions. 13 years ago
Mike Krüger d2038a429d [Completion] Added conditional symbols to the completion engine 13 years ago
Daniel Grunwald 16aa0c6c28 Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 13 years ago
Daniel Grunwald 087aee7fe8 Simplify parser API. 13 years ago
Daniel Grunwald eaba9798d3 Rename 'cu' to 'syntaxTree'. 13 years ago
Daniel Grunwald 273178a141 Rename CompilationUnit to SyntaxTree. 13 years ago
Simon Lindgren 35475a2414 [Refactoring] Make NamingHelper less horrible and remove the helper from RefactoringContext. 13 years ago
Mike Krüger 0eaf61ea30 [Completion] Fixed wrong delegate signature. 13 years ago
Mike Krüger 23d282d884 [Completion] Only check browsable attribute inside the same assembly. 13 years ago
Mike Krüger 6575de9f79 [Completion] Moved the browsable check helper methods to nrefactory. 13 years ago
Mike Krüger 8dc6911609 [Completion] Generalized browsable state method. 13 years ago
Mike Krüger bea810b157 [Completion] Recognized browsable attributes / streamlined completion 13 years ago
Mike Krüger c60e01e3f6 [Completion] Show synthetic members again. 13 years ago
Mike Krüger 58fea5211e [Completion] Added more synthetic member checks/added forgotton 13 years ago
Mike Krüger 40ba86a9d7 [Completion] Added some synthetic member checks. 13 years ago
Mike Krüger be9a3eda3f [Completion] Fixed get extension method call in parameter completion. 13 years ago
Mike Krüger 1146033e64 Fixed get extension method call. 13 years ago
Mike Krüger 0a7fdcd833 [CodeCompletion] No longer show static enum members on enum types 13 years ago