5106 Commits (shortcuts)
 

Author SHA1 Message Date
Daniel Grunwald e99bbf561a Merge shortcuts with trunk. 16 years ago
Daniel Grunwald 0abbd0ee81 Removed another part of old SharpServerTools. 16 years ago
Daniel Grunwald f800a6be9e Remove old SharpServerTools (got replaced by ICSharpCode.Data) 16 years ago
Daniel Grunwald b1201c408a Remove unused old version of ShortcutsManagement addin from trunk (the current version is on the shortcuts branch). 16 years ago
Siegfried Pammer 22e837bcfc fixed SD2-1618 - "Task List" does not show any TODO tasks 16 years ago
Daniel Grunwald 5254075de9 Align caret on whole pixels. 16 years ago
Siegfried Pammer 6cdad57758 cleaned up profiler code 16 years ago
Siegfried Pammer 9c983d8d4e fixed query history 16 years ago
Siegfried Pammer 05bad56750 fixed IL rewriting of System.Console.Write (special case?) 16 years ago
Matt Ward 972c1e1361 Added extra unit tests for the Xml Editor's QualifedName classes. 16 years ago
Daniel Grunwald 3bd5433f41 Avoid stack overflow in custom command routing (r5213), e.g. when scrolling in the quick class browser dropdown. 16 years ago
Daniel Grunwald 5778efa82e Fixed pixel snapping of lines in folding margin. 16 years ago
Daniel Grunwald 0679dd34ae Reverted AvalonDock change that caused bad performance and flickering in WinForms controls. 16 years ago
Matt Ward 55490f9e3e Removed unused object allocations in XML editor. 16 years ago
Matt Ward 30ddebc32b Added more unit tests for the XML Editor and restricted the use of statics. 16 years ago
Siegfried Pammer 3c5585e0a2 - finished implementation of Ctrl+J snippets. 16 years ago
Daniel Grunwald 4c27af8849 Implemented custom command routing: if a WPF routed command is not handled by the current focus, re-route it to the logical focus of the active workbench window. 16 years ago
Daniel Grunwald db5f09dfd4 Add version info to layout files to avoid exception when AvalonDock version has changed. 16 years ago
Daniel Grunwald 6898c3b700 Update to AvalonDock 1.2.2691. 16 years ago
Daniel Grunwald 1cb38f4be5 Fixed build. 16 years ago
Daniel Grunwald 3e64285db9 Remember focus and restore it when a workbench window or pad gets activated. 16 years ago
Daniel Grunwald 0040375aa5 Fixed build. 16 years ago
Daniel Grunwald 656cd6cb97 Draw vertical line in fold margin on whole pixels. 16 years ago
Daniel Grunwald ef0da64c45 Move bracket highlighting from CodeEditor to CodeEditorView. 16 years ago
Daniel Grunwald 05df040a28 Implemented CodeEditor.ActiveTextEditor. 16 years ago
Daniel Grunwald 748344d2a9 Remove PixelSnapper; use WPF layout rounding instead. 16 years ago
Siegfried Pammer 002ffad912 - implemented Ctrl+J for new snippets 16 years ago
Siegfried Pammer 7d4b8a4cb6 Added event and time markers to extended timeline 16 years ago
Siegfried Pammer 21ab4678c0 fixed some of the warnings in Hook 16 years ago
Siegfried Pammer 1771eb5595 - Added missing XML Doc. 16 years ago
Siegfried Pammer d4066cca92 - Fixed time line 16 years ago
Siegfried Pammer c83154893b added pmCharSetUnicode to the P/Invoke map parameters (fixes invalid string data in LogEvent calls) 16 years ago
Siegfried Pammer f9b122ae6b some work on the TimeLineControl (partly broken) 16 years ago
Siegfried Pammer bc817ae3e0 added basic support for event data collected by Hook. 16 years ago
Siegfried Pammer d22bed612a started implementation of IL rewriting for event tracking 16 years ago
Siegfried Pammer b4a6fadb30 - added new Profiler.sln 16 years ago
Siegfried Pammer b4f76ca28e fixed BenchmarkRunner 16 years ago
Siegfried Pammer fd12d1777a fixed Benchmark 16 years ago
Siegfried Pammer fd15c48515 Added "comment region" for C++. 16 years ago
David Srbecký cef6655500 Request v4 debugger interface only for v4 applications 16 years ago
Daniel Grunwald a122dc1a84 Replace FileUtility.Combine with Path.Combine. 16 years ago
Daniel Grunwald 16bc1e5b15 Add reference to System.Xaml when upgrading WPF projects. 16 years ago
David Srbecký 3e08e3dee5 Fixed ResourceDictionary merging in DebuggerTooltipControl.xaml 16 years ago
David Srbecký f600f27a54 Fixed setup 16 years ago
David Srbecký 8069a16fb5 Moved the debugger directory one level up 16 years ago
David Srbecký bb4038ba4e Bumped debugger version to 4 16 years ago
David Srbecký 63ac1e1b04 Heuristic to show integers as hexadecimal 16 years ago
David Srbecký 4225594582 Use static typing of expression to get rid of some casts 16 years ago
David Srbecký eb99732ca1 Fixed tooltips for primitive values and arrays. Show "(empty)" placeholder for empty enumerations. 16 years ago
David Srbecký 36a37b020a Apply thread-suspend rules for threads created during the stepping 16 years ago