3917 Commits (8182b94643d1bd77209d184ad3aba229eac9f8f1)

Author SHA1 Message Date
peterforstmeier 8182b94643 Refactor Converters/GroupedRowConverter.cs for better Pagebreak 16 years ago
peterforstmeier e8302da9f0 Update test+s in GenerateListWithGroupFixture.cs 16 years ago
peterforstmeier 188e4d14cb PageBreak with GroupedReport, Refactor PageBreak 16 years ago
peterforstmeier c42f818b3a GroupHeader can contain DataItem as textItem as well. 16 years ago
Daniel Grunwald bbd2aaf0e7 Disable randomly failing debugger unit test. 16 years ago
Daniel Grunwald 7f67d54541 Automatically detect branch name (instead of storing it in source code) and include both branch name and commit hash in assembly info. 16 years ago
Daniel Grunwald 2fb5d59877 Fixed ArgumentNullException in SharpRefactoring.Extensions.IsUserCode 16 years ago
Daniel Grunwald 63a5936468 When saving code snippets, remove any completely empty snippets (might have been added accidentally by clicking into the grid's empty row). 16 years ago
Daniel Grunwald d5fe7a31e5 Fix http://community.sharpdevelop.net/forums/t/11768.aspx by making sure the CodeSnippet properties cannot be null. 16 years ago
Siegfried Pammer 7242359a5a added ICompilationUnit to RefactoringMenuContext to avoid using rr.CallingClass.CompilationUnit 16 years ago
Daniel Grunwald b271d6b2a9 Simplify SnippetManager.LoadGroups, hopefully fixes http://community.sharpdevelop.net/forums/t/11768.aspx 16 years ago
Daniel Grunwald df5780ea94 Mark git addin as preinstalled. 16 years ago
Daniel Grunwald dd9e0233ee Add CurrentParseInformation to EditorContext. This allows retrieving the ProjectContent without requiring CallingClass!=null (fixes http://community.sharpdevelop.net/forums/t/11756.aspx) 16 years ago
Siegfried Pammer e209002178 fix possible NullReferenceExceptions in ResolveExtensionMethod; should fix http://usagedatacollector.sharpdevelop.net/analysis/ExceptionGroup/Edit/229 16 years ago
Daniel Grunwald 442219dfe8 Fixed availability of git commands in repository root. 16 years ago
Daniel Grunwald 5746f2f7a5 GitAddin: Fixed removing files with status 'Added' 16 years ago
Daniel Grunwald 0c2e680a1b Fixed retrieving the file status from git. 16 years ago
Daniel Grunwald 4bf7bee15f GitAddIn: handle errors in git invocation (e.g. if git is not installed) 16 years ago
Daniel Grunwald df6546e48e Remove deleted projects from SharpDevelop.Reports.sln 16 years ago
Daniel Grunwald 20cce69fa9 Fix build. 16 years ago
Daniel Grunwald 9dbd100c32 Fix newlines. 16 years ago
Siegfried Pammer 85c1294e1e adjusted paths to references in SubversionAddIn.csproj 16 years ago
Siegfried Pammer 108aebd471 move all SubversionAddIn files up one level 16 years ago
Siegfried Pammer ca1c9a54c5 moved SubversionAddIn to AddIns/VersionControl 16 years ago
Siegfried Pammer 57023bbb15 changed /Addins/WpfDesign to /AddIns/WpfDesign; the addin tree is case sensitive; avoid two AddIns sections on the root level 16 years ago
Siegfried Pammer 7b48e5f8bb Added option to disable event tracking (IL rewriting) in profiler; workaround for cases like http://community.sharpdevelop.net/forums/t/11725.aspx 16 years ago
Peter Forstmeier 7707e2c311 Cleanup 16 years ago
Peter Forstmeier 466aa3a09f Control for GroupHeader, GroupHeader can contain TextItems as well 16 years ago
Matt Ward 603d50d8b9 Handle sequence points with no filename when opening a file from the Code Coverage window. 16 years ago
Matt Ward 8853dc2f5b Code coverage percentages are now based on sequence point lengths and not the number of points. 16 years ago
Peter Forstmeier 2067762ad6 DragDrop for GroupColumns in ExplorerTree 16 years ago
Peter Forstmeier 7d7ee0bec0 Toggle SortOrder for Grouping 16 years ago
Martin Koníček 0f5a586493 Moved "Resolve extension method" to context actions. 16 years ago
Martin Koníček 62bcd0e7f0 Moved "Resolve attribute" to context actions. 16 years ago
Peter Forstmeier ed3e3788f9 ExpressionEvaluator, CollectionEditors for Sorting and Grouping 16 years ago
Matt Ward 4b06e6a7b6 Code coverage results no longer being cleared after each test run when testing all projects in a solution. 16 years ago
Tomáš Linhart b7dd8b62f3 Added support for Cyclomatic Complexity metric and for the number of variables inside of a method. 16 years ago
Matt Ward c56b325727 XML folds are now generated by the XmlLanguageBinding instead of by the ParserService. 16 years ago
Tomáš Linhart 6af05c8c90 Added Metrics tab which contains Treemap. 16 years ago
Martin Koníček 99a3286f72 Debugger visualizers are loaded from AddInTree. 16 years ago
Tomáš Linhart 89ffbd64b7 MatrixControl now implements IScrollInfo and supports UI virtualization. 16 years ago
Peter Forstmeier 5d5f6a987b Implement IDataItem Interface to have easier access to Images, Images are displayed again 16 years ago
Matt Ward cf7a257e20 Show better error message when test runner application cannot be found. 16 years ago
Peter Forstmeier 49c0190dae Implement ComponentChangeService.ComponentRename in all Designers: 16 years ago
Peter Forstmeier 11f809982d cleanup, extend ISimpleContainer with Backcolor to get off cast's 16 years ago
Peter Forstmeier f93debc659 Print Report with GroupHeader 16 years ago
Martin Koníček 914b742a6d Split ImplementInterface and ImplementInterfaceExplicit to 2 Context action providers so they can be disabled separately. 16 years ago
Martin Koníček 6f541bcaf4 Context actions UI almost final. 16 years ago
Martin Koníček c81c3f73c8 First implementation of context action hiding. Selection of hidden actions is not persisted to settings yet. 16 years ago
Kumar Devvrat ff9486c3d6 Fix a bug where the initial text disappeared when clicking on any other editable text. 16 years ago