10844 Commits (143663b0f3b3788b4d2dd60dc1242342cb5bf1a1)
 

Author SHA1 Message Date
Matt Ward ec6ad9e42e Fix failing unit tests being run with MTA thread. 13 years ago
Matt Ward d7154908e8 Update NUnit to version 2.6.1 13 years ago
Matt Ward 660699a280 Fix installer error due to NuGet.Console.Types.dll not added being to a feature. 13 years ago
Matt Ward b891a67f01 Merge branch 'mvcscaffolding' 13 years ago
Matt Ward d3688f4c13 Implement EnvDTE.ProjectItem.Remove() 13 years ago
Matt Ward fbb332cff0 EnvDTE.ProjectItems AddFromFile now adds a file outside the project folder as a link. 13 years ago
Matt Ward c453bf698c Refactor EnvDTE.ProjectItems AddFromFileCopy method. 13 years ago
Siegfried Pammer c3d16e4730 improve highlighting import mappings 13 years ago
Siegfried Pammer cbce4f70ba Add "Reset all to default" button to HighlightingOptions 13 years ago
Daniel Grunwald 49248ddb98 Update to Mono.Cecil 0.9.5-95-g9f3c0f8. 13 years ago
Daniel Grunwald 18399cbfae Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR 13 years ago
Daniel Grunwald 789a8f5fdc Avoid re-using cached parse information when parsing the project after a debug/release switch. 13 years ago
Daniel Grunwald 7c2e559014 Set target framework to .NET 4.5 13 years ago
Daniel Grunwald e38b6afe09 Merge branch 'xmlForms' into newNR 13 years ago
Daniel Grunwald 39bd1381d1 Remove duplicate MultiDictionary. 13 years ago
Daniel Grunwald e9cf96d653 Merge NRefactory '0b56b42bc817d29e14d231ac1f3a1b9ad3115b2d' into SharpDevelop newNR branch. 13 years ago
Daniel Grunwald b1b18b7c59 Cleanup. 13 years ago
Daniel Grunwald 0b56b42bc8 Remove redundant call to ValidateMethodConstraints(). 13 years ago
Daniel Grunwald 88621ee64b Don't remove "System.Linq" when removing unused namespaces. Closes #17. 13 years ago
Daniel Grunwald a7fcf4d9ef Merge 'master' into 'xmlForms'. 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 f07a51d663 Remove empty IHighlighter2 interface. 13 years ago
Mike Krüger ddd341b42b [CodeActions] Fixed bug in create backing store. 13 years ago
Daniel Grunwald c3a31c9c81 Fix #92: The resolver does not check type constraints on calls to generic methods 13 years ago
Daniel Grunwald 1f6c4f037e Update solution-loading logic in ConsistencyCheck. 13 years ago
Matt Ward f5c76766c6 Merge branch 'opencover' 13 years ago
PeterForstmeier 8a333e1462 ICSharpCode.VBNetBinding.OptionPanels.ProjectImports 13 years ago
PeterForstmeier 14c1bfb554 ProjectImports 13 years ago
Matt Ward 876cd011ab Fix null reference exception when caret in code coverage window text editor and SharpDevelop is closed. 13 years ago
Matt Ward 88b6ad63d2 Fix Code Coverage window not syntax highlighting code. 13 years ago
Matt Ward 660d335dc1 Fix covered code not being highlighted in Code Coverage window. 13 years ago
Matt Ward 2977e58a3b Remove duplicate property getter/setter detection. 13 years ago
Matt Ward 6ebf4233a6 Use method element helper in CodeCoverageMethod. 13 years ago
Matt Ward 0fad506e7a Add XElement helper class for code coverage method elements. 13 years ago
Matt Ward 71e3cbb194 Fix exception when class node selected in code coverage window. 13 years ago
Matt Ward 874e303fe4 Move method signature creation to test helper. 13 years ago
Matt Ward 48b51e1276 Fix code coverage tree property tests. 13 years ago
Siegfried Pammer 9a1824d459 remove IHighlightingDefinition2 13 years ago
Siegfried Pammer 4d8c634587 Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR 13 years ago
Siegfried Pammer c205964d87 fix import/export of nested named colors 13 years ago
PeterForstmeier 4655c6fd3f CodeCoverageOptionPanel 13 years ago
Daniel Grunwald 16aa0c6c28 Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 13 years ago
Daniel Grunwald 4a6a43d0d1 Change output path - build everything into \bin\Debug in NRefactory directory (not into ICSharpCode.NRefactory subdirectory). 13 years ago
Daniel Grunwald 7a3b25b4dc Add WriteTextTo() method to ITextSource. 13 years ago
Daniel Grunwald 9a9485a49d Add ProjectReference class to NRefactory to simplify creating the type system for a solution with multiple projects. 13 years ago
Mike Krüger 5241e34d02 Merge pull request #91 from mono-soc-2012/simonl-attributesection-fix 13 years ago
Simon Lindgren 7c19dfa4ef [Parser] Set locations of AttributeSections correctly. 13 years ago
Simon Lindgren 4424f0efd9 [Parser] Add failing unit tests for AttributeSections with multiple attributes. 13 years ago
Siegfried Pammer 0da19d4e3b add support for customized colors to SearchResultsPad 13 years ago