1726 Commits (6e2178b5b2cd2c184393ce7dca4a08a246fe3fe0)

Author SHA1 Message Date
Daniel Grunwald 1a80acf5c2 'override' completion for AvalonEdit. 17 years ago
Daniel Grunwald 510c0b2048 Remove ICSharpCode.TextEditor references from SearchAndReplace. 17 years ago
Daniel Grunwald b4f383ad8f New search results pad. 17 years ago
Siegfried Pammer 4a05270da8 project clean up 17 years ago
Martin Koníček ce71ce0575 Object graph visualizer - fix bug in TreeLayouter. 17 years ago
Martin Koníček 85e500e2c0 Object graph visualizer - animations. 17 years ago
Sergej Andrejev 12a9dd40f4 GesturesPlaceHolderRegistry and CommandsRegistry fixes 17 years ago
Matt Ward 7a40b62660 Debugger now supports debugging IronPython code. 17 years ago
Sergej Andrejev a0454e65b8 Use "+" in serialized shortcut strings. Fix python binding tests 17 years ago
Sergej Andrejev b01030f84e Use WPF commands in View menu 17 years ago
Daniel Grunwald 89bb1bc0d6 Rename "Quality Tools" -> "Analysis". 17 years ago
Daniel Grunwald 8bf506da54 Fixed bug that could cause pads to be lost when the layout is changed. (when trying to reopen such a "lost" pad, it would show up with a width of zero) 17 years ago
Daniel Grunwald 0b4bd0e3f7 Worked on MSBuildBasedProject 17 years ago
Matt Ward 3f6773cc05 Added Create XML output file option to the options panel for unit tests. 17 years ago
Martin Koníček 1056e610b2 ObjectGraphBuilder uses RuntimeHelpers.GetHashCode. 17 years ago
Daniel Grunwald 01a3550d51 Remove obsolete members. 17 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 17 years ago
Siegfried Pammer 354a00107b - fixed bugs with profiling read-only projects and Unit Tests 17 years ago
Daniel Grunwald bdee4a2998 Disabled failing debugger test. 17 years ago
Martin Koníček 0062436691 Object graph visualizer - made neato.exe console window invisible. 17 years ago
Martin Koníček ca05ee092e Graph visualizer - edges are routed by Graphviz's neato.exe and drawn by WPF. 17 years ago
Siegfried Pammer 18a6c2babe - added basic support for profiling Unit Tests 17 years ago
Daniel Grunwald 551cbf9e4c Implemented Indexer Insight for AvalonEdit. 17 years ago
Siegfried Pammer 71480d693b removed transparency from DebuggeeExceptionForm, added buttons for Break and Terminate again 17 years ago
Daniel Grunwald e0df7e4747 SvnClientWrapper: Fixed NullReferenceException in discovery of changed paths. 17 years ago
Martin Koníček d0b68901e8 Object graph visualizer - added ComboBox for changing layout direction. 17 years ago
Siegfried Pammer 99ccdb033d WatchPad now allows changing nodes while debugging 17 years ago
Daniel Grunwald 0a60b31cbc Added ICSharpCode.Core.Presentation to assembly redirect list. 17 years ago
Siegfried Pammer ad78532443 fixed bug in CSharpMethodExtractor 17 years ago
Matt Ward acc3c88a7b Fixed build - NUnit 2.5 no longer allows hiding the SetUpFixture method in derived classes. 17 years ago
Matt Ward babca5416f Fixed failing tests due to move to NUnit 2.5 17 years ago
Siegfried Pammer 4eff6e60b7 fixed bug when using other file sizes than 64 mb for temporary storage file. 17 years ago
Martin Koníček 74f79c9732 Initial import of object graph visualizer. 17 years ago
Martin Koníček 42bd249bef Extended MethodInfo.GetBackingField to work for getters of Automatic properties. 17 years ago
Siegfried Pammer f08507a12c Created new ExceptionForm based on suggestions from forums/9446 17 years ago
Siegfried Pammer feb47eeec8 Extract Method: clean up and bug fixes 17 years ago
Siegfried Pammer 8c06710d74 Extract Method: Add ref keyword to extracted parameters only if the type is a reference type 17 years ago
Siegfried Pammer 10c1982f8a prepared profiler for public testing 17 years ago
Daniel Grunwald 3b0c44e39e Subversion History View: immediately get file name from view content 17 years ago
Siegfried Pammer cf1729fb95 - declared PrimaryFileName in AbstractViewContent as virtual to make special case in Profiler ViewContent working 17 years ago
Daniel Grunwald b408fbc49b Use "build modified projects only" feature when starting unit tests. 17 years ago
Daniel Grunwald 61e63ad4d2 CopyToClipboard: don't truncate string to 256 characters 17 years ago
Daniel Grunwald 4c485fabf7 Rename Content property back to Control (IViewContent, IPadContent, IOptionsPanel) to prevent the C# compiler from automatically picking up a Content property from a base class. 17 years ago
Siegfried Pammer e77cd497e9 - fixed crash in ExtractedMethod, when extracting code with params parameters 17 years ago
Siegfried Pammer 59672ddadb - Bug fixes in Profiler and enhancements in GUI 17 years ago
Daniel Grunwald 1c7b08ea20 Fixed build. 17 years ago
Matt Ward 91fc4ddf99 Code coverage results now generated when an exclusion has been added to the project. 17 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 17 years ago
Siegfried Pammer a31f69864a fixed bugs in ProfileProject and ProfileExecutableForm 17 years ago
Siegfried Pammer a98624fe08 Updated UI 17 years ago