7882 Commits (3c85020743b7f5c61380559d462b2b85865f4418)
 

Author SHA1 Message Date
Matt Ward e6b73a3a9a Merge branch 'TextTemplating' 14 years ago
Mike Krüger 67fff9fe04 fixed bug in using statement parsing. 14 years ago
Mike Krüger ef0d911945 Revert "Implemented user defined operator candidates." 14 years ago
Mike Krüger 9165dfed85 Implemented user defined operator candidates. 14 years ago
Mike Krüger 6199ee3ba8 checked outer classes for aceessibility private check. 14 years ago
Siegfried Pammer 92e8c64cd1 fixed misplaced Validate calls 14 years ago
Siegfried Pammer 881e805f18 fix bugs in FormLocationHelper introduced by 5a252208b6, now it should work even better with multiple monitors 14 years ago
Siegfried Pammer 02cb7bad97 Fixed bug in SnippetParser causing lexer to fail with an exception on valid code 14 years ago
Siegfried Pammer a48016d276 add support for ProjectExtensions in IProject API 14 years ago
Siegfried Pammer adbf8fea6a fix build errors 14 years ago
Mike Krüger 5fad5f93e8 Added time stamp to parsed files. 14 years ago
Mike Krüger 37dbafdff4 fixed mcs bug. 14 years ago
Mike Krüger 0e1ad6e342 Started to implement a 'skip bodies' mode for parsing. 14 years ago
Mike Krüger 62d61ec84b Implemented GetResolveableNodeAt function. 14 years ago
Mike Krüger 26946f003a Added DeclarationRegion property to IVariable. 14 years ago
Mike Krüger 694f3730aa fix infinite loop. 14 years ago
Matt Ward 7f7c7ca0bc Install all NuGet packages in a project template using PowerShell console if any package contains a PowerShell script. 14 years ago
Daniel Grunwald daf0f21607 Fixed some bugs related to conversions of type parameters. 14 years ago
Matt Ward eaa09056da Support installing the latest version of a NuGet package in a project template. 14 years ago
Matt Ward e494df2385 Speed up opening packagement management options. 14 years ago
Matt Ward c9968cd1f8 Remove code duplication. 14 years ago
Daniel Grunwald 5ae4d6070a Conversions: add support for user-defined implicit conversions. 14 years ago
Matt Ward 4f4bf9936a Can now configure NuGet package sources for project templates in Tools Options. 14 years ago
Daniel Grunwald 7615720130 ResolveVisitor: Handle type arguments on IdentifierExpression and MemberReferenceExpression. 14 years ago
Daniel Grunwald 3435eec015 Add ResolveVisitor.GetResolverStateBefore(AstNode). 14 years ago
Daniel Grunwald 5b92717241 Add GetMembers() to IType; add ParsedFiles to IProjectContent. 14 years ago
Daniel Grunwald c9238339a5 Fix build errors. 14 years ago
Mike Krüger 1037d562ff fixed some errors. 14 years ago
Matt Ward aad8978f1a Fix build. 14 years ago
Daniel Grunwald 7fb7783d22 Make AbstractAnnotatable implement IAnnotatable. 14 years ago
Daniel Grunwald c9d4a5d0c9 Rename ITypeResolveContext extension methods to be consistent with the new names of the ITypeResolveContext methods. 14 years ago
Daniel Grunwald 350ebaad8c Fixed NullReferenceException in type inference when passing a "string[]" for a parameter of type "IEnumerable<T>". 14 years ago
Daniel Grunwald 823471ebc3 Make the end offset of SegmentExtensions.Contains inclusive. 14 years ago
Daniel Grunwald b40610dcb6 Simplify nested synchronization of CompositeTypeResolveContext. 14 years ago
Mike Krüger 991bea4b72 Added IsVerbatim property again. 14 years ago
Mike Krüger 484c586706 Added easy accessible acceess members. 14 years ago
Mike Krüger a883a3ddf6 Added constructors that take an error location/added file header. 14 years ago
Mike Krüger 77d54ee040 added some constructors. 14 years ago
Mike Krüger e8153e0a69 reduced comment insertion time from O(m log n) to O (m). 14 years ago
Mike Krüger 44e796a198 Reduced the memory consumption of identifiers a bit by saving the 14 years ago
mkonicek decf482c02 Merge branch 'master' of github.com:icsharpcode/SharpDevelop 14 years ago
mkonicek 245d09dfa8 Context actions - some cleanup. 14 years ago
mkonicek 58713b7b45 More cleanup. 14 years ago
mkonicek 7d86f2025d Code cleanup & comments. 14 years ago
mkonicek 5156aaa37e Debugger visualizers - removed unused IVisualizerCommand.CanExecute. 14 years ago
Matt Ward cc57dcdabb Remove reference to Microsoft.WebApplication.targets file from ASP.NET MVC project templates. 14 years ago
Matt Ward 2d0a4d8c38 Add project template NuGet packages to installer. 14 years ago
Matt Ward 2eb67539d6 Support using NuGet packages in project templates. 14 years ago
Mike Krüger 0afc1c6b2d Updated mcs / included code completion expression lookup. 14 years ago
Mike Krüger 33d588b371 Added the ability to specify parser arguments & provided a compiler 14 years ago