8729 Commits (cc8ce304a3257a9803e7feb36990568987d82b13)

Author SHA1 Message Date
Daniel Grunwald a25ebfe842 Implemented re-parsing when switching the project configuration. 14 years ago
Matt Ward 2c51101245 Ignore directory name casing in EnvDTE.ProjectItems. 14 years ago
Matt Ward 9bfe7310e0 Fix duplicate file project items returned from EnvDTE.ProjectItems. 14 years ago
Matt Ward 1cdc439a10 Fix duplicate directory project items being returned by EnvDTE.ProjectItems. 14 years ago
Daniel Grunwald cf4ef6879c Use conditional symbols from project settings in the C# parser. 14 years ago
Daniel Grunwald b016131315 Made debugger type system thread-safe. 14 years ago
Matt Ward 88d645b64e Fix custom scaffolder unable to file scaffolding powershell file. 14 years ago
Daniel Grunwald 77c118ec71 Mark service interfaces with [SDService]. 14 years ago
Daniel Grunwald 5a50c1a5c2 Remove static AddInTree and use IAddInTree interface instead. 14 years ago
Lex Li 98c93a3aee Fixed all test cases. 14 years ago
Lex Li 3230d1d98c Set sequence point length to 1 (normalized to 1). Will fix the rest test cases soon. 14 years ago
Daniel Grunwald 92da3798b3 Add IResourceService interface. 14 years ago
Daniel Grunwald 87f3820048 Improve IMessageService API. 14 years ago
Daniel Grunwald 16bb4b2e7f Introduce IPropertyService. 14 years ago
Daniel Grunwald eb94f6f21a Fixed bug that caused 'Find Next' in solution to return no match when no text editor is open. 14 years ago
Daniel Grunwald 23cad81544 Add IAddInTree to ICSharpCode.Core to allow mocking BuildItems() calls. 14 years ago
Daniel Grunwald 9ab4031e9f Fix some issues in the unit testing AddIn. 14 years ago
PeterForstmeier dd4ce327d9 cleanup 14 years ago
PeterForstmeier 26dfdc57e8 Change namespace from MattEverson to ICSharpCode 14 years ago
Matt Ward a19fc84b42 Fix invalid IIS Express command line arguments when a project name has a space character. 14 years ago
PeterForstmeier 8d58023fbf Cleanup 14 years ago
PeterForstmeier b4c10698db StyleCop AnalysisIdeOptionsPanelXaml.xaml.cs 14 years ago
Daniel Grunwald 569d7730e5 Fixed printing from print preview using different settings than those used for generating the preview. 14 years ago
Daniel Grunwald 5dacab6a80 Highlight active parameter in method insight. 14 years ago
Matt Ward 65f408cd4a Fix custom scaffolder using the wrong custom template filename to generate code. 14 years ago
Daniel Grunwald 3c507ab423 Implement method insight. 14 years ago
Daniel Grunwald 15f93629d5 Implemented override-completion. 14 years ago
PeterForstmeier e3b67bf27d StyleCop - AnalysisProjectOptions 14 years ago
Daniel Grunwald ecf6c67f8f HACK: avoid crash in multiline comments where the parser returns incorrect comment.Content 14 years ago
Daniel Grunwald 9a968de501 Introduce AstNodeCollection.AcceptVisitor() to simplify CSharpSemanticHighlighter. 14 years ago
Daniel Grunwald f877fdf87b Fix crash in semantic highlighter when highlighting a method call with explicitly provided type arguments. 14 years ago
Daniel Grunwald 803d9c9f92 Fixed bug in HighlightedLine.MergeWith(). 14 years ago
Daniel Grunwald f8629c101c Fix crash when opening LoadSaveOptions. 14 years ago
Daniel Grunwald c331684f59 Remove reference to non-existent F# ambience 14 years ago
Daniel Grunwald c924cd6aef Lazy-load the debugger type system. 14 years ago
Daniel Grunwald dfaab95005 Adjust debugger test cases to new DefaultResolvedMethod.ToString() implementation. 14 years ago
Daniel Grunwald e1d7f1bf7f Show tooltips on EnhancedScrollBarTrack. 14 years ago
PeterForstmeier 775356bcd4 StyleCop -> AnalysisProjectOptionsPanel 14 years ago
Daniel Grunwald 80dc644829 Enable new context actions (Create Local, Extract Field, Implement Interface). 14 years ago
Matt Ward 631faa9530 Fix EnvDTE.ProjectItems.AddFromFileCopy not adding the file to the project items directory. 14 years ago
Daniel Grunwald 6436a028bb Fixed document service retrieval. 14 years ago
Daniel Grunwald 7b43181128 Fix crash when opening editor context menu due to missing BreakpointChangeMenuBuilder 14 years ago
Matt Ward 5d0b7ed89d Fix scaffolding unit tests for controller actions. 14 years ago
Matt Ward 30775a50a0 Implement EnvDTE.CodeFunction.Type. 14 years ago
Matt Ward 368eecc11d Implement EnvDTE.CodeParameter.Type. 14 years ago
Matt Ward f04faadae8 Implement EnvDTE.CodeFunction.Parameters. 14 years ago
Daniel Grunwald 0f3a0732fb Snippets: make ${Caret} work as expected when ${Selection} isn't used. 14 years ago
Lex Li ab350b7eeb Fixed more unit test cases. 14 years ago
Matt Ward 543d8e9d59 Fix code indentation when scaffolding controller actions. 14 years ago
Lex Li 1b9583320d Fixed more unit test cases 14 years ago