240 Commits (47c78a11a7ca944f18ef19ad787f4a2871430676)

Author SHA1 Message Date
Daniel Grunwald 60fc3694b7 Use StringComparison.Ordinal 13 years ago
Mike Krüger f51623867f [CodeCompletion] Added async to the type level keywords. 13 years ago
Mike Krüger 4da0cc3265 [Completion] Added missing async/await keywords. 13 years ago
Mike Krüger 92ad81deaa [CodeCompletion] Completion engine now can generate import completion 13 years ago
Mike Krüger 43a8362c20 Fixed completion bug. 13 years ago
Mike Krüger 340fd5e1d4 Fixed completion bug. 13 years ago
Mike Krüger b601407a92 [Completion] Added missing extern aliases to the completion list. 13 years ago
mkrueger a524d045ff [CodeCompletion] Fixed code completion bug. 13 years ago
mkrueger a2787c89c4 [Completion] Fixed completion bug. 13 years ago
Mike Krüger 8cee8f532c Fixed some compiler warnings. 13 years ago
Mike Krüger 28611497dc Fixed declaration begin for partial methods. 13 years ago
Mike Krüger a19009e322 [CodeCompletion] Fix bug with pre processor directives. 13 years ago
Mike Krüger 4fd39aab6c Fixed possible upcast exception. 13 years ago
Mike Krüger c6b1dea442 [Completion] Improved enum context handling. 13 years ago
Mike Krüger 24e26d337c [Completion] Improved enum context handling. 13 years ago
Mike Krüger c15e30de17 [NRefactory] Fixed completion bug. 13 years ago
Mike Krüger 584eb443b7 [Completion] Fixed completion bug. 13 years ago
Mike Krüger 354582cc5e [Completion] Don't insert ';' in delegate handlers created as 13 years ago
Mike Krüger 2bd3e6d904 [CodeCompletion] Fixed type hints for enumerations. 13 years ago
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 5d8db35d10 Fixed ignored unit test. 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 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
mkrueger 02ff35d187 [Completion] Cleaned up some code. 13 years ago
mkrueger 72f6449a5e [Completion] Fixed little completion issue. 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 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
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 bea810b157 [Completion] Recognized browsable attributes / streamlined completion 13 years ago