727 Commits (15b30e9335b17b903862cd78aeb7150be9b0ba9d)
 

Author SHA1 Message Date
Mike Krüger 15b30e9335 Corrected comma locations. 15 years ago
Mike Krüger 2e6b746035 Improved error messages a bit. 15 years ago
Daniel Grunwald a1a649e84e Remove ITextEditorAdapter and use IDocument instead. 15 years ago
Mike Krüger 0413ce92f9 Added completion engine stub. 15 years ago
Mike Krüger eb6c399d8c Moved to completion namespace. 15 years ago
Mike Krüger c82538ebe4 Added basic code completion interfaces. 15 years ago
Mike Krüger 42aa01a527 Improved error message. 15 years ago
Mike Krüger 74bc8b2763 Fixed chevron & constraints locations. 15 years ago
Mike Krüger 64b7dff80c Removed more target framework profiles. 15 years ago
Mike Krüger 20ba8992a4 Improved error message. 15 years ago
Mike Krüger 3303c99160 Corrected constraint locations. 15 years ago
Mike Krüger 2fc0c7c8b3 Fixed bug with class keyword. 15 years ago
Mike Krüger 5e8e124ec5 Removed client target framework profile. 15 years ago
Mike Krüger 65d87739bd added dots in using declaration. 15 years ago
Mike Krüger eddd015987 Fixed enum member commas. 15 years ago
Mike Krüger b1fa379e6b Fixed location bug. 15 years ago
Mike Krüger ea6e15c28d Fixed method/operator semicolons. 15 years ago
Mike Krüger ab28842b04 Added base type comma tokens. 15 years ago
Mike Krüger 9b28b2821d Fixed colon / optional commas in type delcarations. 15 years ago
Mike Krüger 96195ac0ef fixed +-1 issue. 15 years ago
Mike Krüger 0ee81980ec * Log.cs: 15 years ago
Mike Krüger bd01cadd93 Fixed parameter comma locations. 15 years ago
Mike Krüger f302311c5a Fixed positioning error. 15 years ago
Daniel Grunwald 9de8c14c02 Fixed resolving event declarations. 15 years ago
Daniel Grunwald dfc98609ce Move ICSharpCode.Editor into NRefactory. 15 years ago
Daniel Grunwald b7a17c206e Adjust unit tests to InvocationResolveResult changes. 15 years ago
Daniel Grunwald b5b2408cbc Move NRefactory.CSharp to separate assembly. 15 years ago
Daniel Grunwald e37dc4b6c7 Move ResolveResults to NR.Semantics 15 years ago
Mike Krüger 8e78ca4d3c Use path combine. 15 years ago
Mike Krüger 447558f2c0 Fixed parser test set up for non windows systems. 15 years ago
Daniel Grunwald 611c310eb2 Change IConstantValue API to use ResolveResult. 15 years ago
Daniel Grunwald 6bc485fa1b Merge NRefactory changes from SharpDevelop into NRefactory repository. 15 years ago
Daniel Grunwald ea42e6354b Fix bug that caused the wrong part to be removed from a compound class. 15 years ago
Daniel Grunwald e73c0785e3 Make Find References multi-threaded. 15 years ago
Mike Krüger e7d9bf64e4 Fixed attribute section tests. 15 years ago
Mike Krüger 957c48eede Fixed query expression tests. 15 years ago
Mike Krüger 02fe3e32e5 Fixed array create expression tests. 15 years ago
Daniel Grunwald e926745da6 Fixed resolver bugs that caused unit test errors. 15 years ago
Daniel Grunwald bb0311375c Allow recursive synchronization (e.g. for calling GetTypes() on a single project content while a composite project content is synchronized) 15 years ago
Daniel Grunwald 683d3535b1 Implemented "Find references" 15 years ago
Daniel Grunwald a06110c255 Rename ParsedFile to CSharpParsedFile. 15 years ago
Daniel Grunwald 8885484971 Add IndexOf() method to ITextSource. 15 years ago
Daniel Grunwald be53547366 Merge branch '4.1' into newNR 15 years ago
Daniel Grunwald 558e1585eb Fix resolver crashes 15 years ago
Daniel Grunwald 46676a45fb Add GetInterestingFileNames to FindReferences. 15 years ago
Daniel Grunwald 7f11fe3be0 Fixed bugs that caused some nodes not to be resolved in a "resolve all" run. 15 years ago
Daniel Grunwald 42bc87ba02 Change ResolveVisitor to report the location of conversions. 15 years ago
Daniel Grunwald 4cc64bb9b8 Fixed resolving LINQ group joins. 15 years ago
Daniel Grunwald 5b17740bea Use explicit interface implementation in ResolveVisitor to make it clear what the public API is supposed to be. 15 years ago
Daniel Grunwald f807e6166f TypeSystemAstBuilder: when a type reference cannot be resolved but is a C# type reference, output the original C# code that was used to created the type reference. 15 years ago