11178 Commits (c7f91f7d3f6f18c24f6d8afe9caefd150cca6760)
 

Author SHA1 Message Date
Simon Lindgren 2c24a050d6 Merge branch 'master' into simonl 14 years ago
Matt Ward f5c76766c6 Merge branch 'opencover' 14 years ago
PeterForstmeier 8a333e1462 ICSharpCode.VBNetBinding.OptionPanels.ProjectImports 14 years ago
PeterForstmeier 14c1bfb554 ProjectImports 14 years ago
Matt Ward 876cd011ab Fix null reference exception when caret in code coverage window text editor and SharpDevelop is closed. 14 years ago
Matt Ward 88b6ad63d2 Fix Code Coverage window not syntax highlighting code. 14 years ago
Matt Ward 660d335dc1 Fix covered code not being highlighted in Code Coverage window. 14 years ago
Matt Ward 2977e58a3b Remove duplicate property getter/setter detection. 14 years ago
Matt Ward 6ebf4233a6 Use method element helper in CodeCoverageMethod. 14 years ago
Matt Ward 0fad506e7a Add XElement helper class for code coverage method elements. 14 years ago
Mansheng Yang 86e4d9a18e [CodeIssue] Added CastExpressionOfIncompatibleTypeIssue 14 years ago
Matt Ward 71e3cbb194 Fix exception when class node selected in code coverage window. 14 years ago
Matt Ward 874e303fe4 Move method signature creation to test helper. 14 years ago
Matt Ward 48b51e1276 Fix code coverage tree property tests. 14 years ago
Siegfried Pammer 9a1824d459 remove IHighlightingDefinition2 14 years ago
Siegfried Pammer 4d8c634587 Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR 14 years ago
Siegfried Pammer c205964d87 fix import/export of nested named colors 14 years ago
PeterForstmeier 4655c6fd3f CodeCoverageOptionPanel 14 years ago
Daniel Grunwald 16aa0c6c28 Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 14 years ago
Daniel Grunwald 4a6a43d0d1 Change output path - build everything into \bin\Debug in NRefactory directory (not into ICSharpCode.NRefactory subdirectory). 14 years ago
Daniel Grunwald 7a3b25b4dc Add WriteTextTo() method to ITextSource. 14 years ago
Daniel Grunwald 9a9485a49d Add ProjectReference class to NRefactory to simplify creating the type system for a solution with multiple projects. 14 years ago
Mike Krüger 5241e34d02 Merge pull request #91 from mono-soc-2012/simonl-attributesection-fix 14 years ago
Simon Lindgren ea49b1a6cf [CodeIssues] Add StaticFieldInGenericTypeIssue. 14 years ago
Simon Lindgren 7c19dfa4ef [Parser] Set locations of AttributeSections correctly. 14 years ago
Simon Lindgren 4424f0efd9 [Parser] Add failing unit tests for AttributeSections with multiple attributes. 14 years ago
Simon Lindgren e5f5d6c9e2 [CodeIssues] Add ThreadStaticOnInstanceFieldsIssue. 14 years ago
Siegfried Pammer 0da19d4e3b add support for customized colors to SearchResultsPad 14 years ago
Siegfried Pammer edd9edc3ba allow colors from referenced rulesets to be customized 14 years ago
Siegfried Pammer 02449aa2b7 implement escape rules in StringParser 14 years ago
Siegfried Pammer 326d2410fe use highlighting customizations in Diff-Tooltip 14 years ago
Siegfried Pammer 43bbdbe1c6 fix bug MouseHoverLogic to make it easier to show Diff-Tooltip in editor: start MouseHover already on MouseEnter 14 years ago
Siegfried Pammer 132afcb96d add Debugger AddIn dependency on ILSpy AddIn - should fix http://community.sharpdevelop.net/forums/t/16050.aspx 14 years ago
Erik Källén fec84f8b98 Implemented missing operation on new SeekableStreamReader 14 years ago
Daniel Grunwald 699d841e06 Merge pull request #90 from erik-kallen/FixOrderByParsing 14 years ago
Erik Källén 7794385a47 Enabled query expander tests now that multiple orderings are supported. 14 years ago
Erik Källén 32d43b2534 Fixed query orderings when ordering by more than one expression. 14 years ago
Simon Lindgren cdfde8bcef [CodeActions] Greatly improved OptionalParameterCouldBeSkippedIssue. 14 years ago
Mansheng Yang 8635a6f604 Merge remote-tracking branch 'upstream/master' into mansheng 14 years ago
Mansheng Yang d9dbd25be7 [CodeIssue] Added RedundantArrayInitializerCommaIssue 14 years ago
Daniel Grunwald 62a8b20208 Fix icsharpcode/NRefactory#89: explicit conversion of array to generic IList fails when array covariance is used. 14 years ago
Simon Lindgren 82ab94fa1f [CodeIssues] OptionalParameterCouldBeSkippedIssue: Check for unmappable arguments. 14 years ago
Simon Lindgren d69abeae95 [CodeActions] Handle resolution errors in IterateViaForeachAction. 14 years ago
Simon Lindgren 1371e6db61 [CodeIssues] Fix bugs in RedundantCatchIssue. 14 years ago
Simon Lindgren d6054d1035 [CodeIssues] Add ExceptionRethrowIssue 14 years ago
Mansheng Yang 78cf6b1718 Merge remote-tracking branch 'upstream/master' into mansheng 14 years ago
Mike Krüger e97b6b22cd [Parser] Fixed some optional comma bugs. 14 years ago
Mansheng Yang ff4b265de7 [CodeIssue] Added MethodNeverReturnsIssue 14 years ago
Daniel Grunwald 087aee7fe8 Simplify parser API. 14 years ago
Mansheng Yang 83776a15f9 [CodeIssue] Added RedundantAttributeParenthesesIssue 14 years ago