10498 Commits (a95a42d7c74d74005380b20a920aa46f6aa0d41e)

Author SHA1 Message Date
Dragan 59e908eba3 CodeCoverage: Null reference fix, remove Debug ... 12 years ago
Dragan b64e0bbac7 CodeCoverage: Remove obsolete BranchPoint code 12 years ago
Dragan ab6f792040 CodeCoverage: CCControl SequencePoint filter 12 years ago
Dragan b9440ca46b CodeCoverage: CCMethod FileID and SequencePoints 12 years ago
Dragan 041a8d4676 CodeCoverage: Use new OpenCover attributes 12 years ago
Dragan 51ca3d8377 CodeCoverage: FileID/Document SequencePoint Attrs 12 years ago
Siegfried Pammer be93c8d1f2 fix #344: Shortcut Ctrl+Shift+V is duplicate; remove shortcut from "Validate XML" command 12 years ago
Siegfried Pammer 51172ea523 additional fix for #338 12 years ago
Siegfried Pammer cd599e2e60 fix #305: Add MateY-IndentEngine to SharpDevelop 12 years ago
Andreas Weizel 877f76f98d Removed unneeded comment. 12 years ago
Andreas Weizel 70c3badc26 Some visual improvements in AddInManager's GUI (better text wrapping, buttons at bottom of list entries etc.). 12 years ago
Matt Ward c4610ad114 Update NuGet to version 2.8 12 years ago
Andreas Weizel 02f2ce660b Rework of Alt+Up/Down code moving feature: Now cleaner, supports moving of more types of statements (like using declarations, preprpcessor statements), fixed formatting. 12 years ago
Siegfried Pammer b8cebbf45d fix #338: Pads on Auto-Hide Show Toolbars Either Cut-Off or Squished 12 years ago
Siegfried Pammer 4be2da1692 use GetValueException instead of others in ExpressionEvaluationVisitor 12 years ago
Siegfried Pammer 7627844e01 add special support for null values in ExpressionEvaluationVisitor 12 years ago
Siegfried Pammer 13471bd4a9 add new breakpoint options popup 12 years ago
Dragan f6add54670 CodeCoverage: Branch Merge moved to NextOpenCover 12 years ago
Siegfried Pammer 1c663b022e fix #336: Implement interface in code-behind .xaml.cs tries to insert interface implementation in .xaml file 12 years ago
Daniel Grunwald 1bdd80e396 Render InsertWithCursor line in the middle of empty lines, but between lines if they are not empty. 12 years ago
Dragan 7d4177f9a4 CodeCoverage: ContractClassFor fixes & refactoring 12 years ago
Daniel Grunwald 8accbd7e05 Update to NRefactory commit ef1a5d63. 12 years ago
Daniel Grunwald fc09cde54b Replace null with ErrorResolveResult.UnknownError instead of throwing an exception. 12 years ago
Dragan fc96ea3adf CodeCoverage: Remove Debug assertions 12 years ago
Daniel Grunwald 59e19671f9 Add ParserService.ResolveContext() method. 12 years ago
Daniel Grunwald d6f82bb28b Move InsertionCursorLayer to its own file. 12 years ago
Daniel Grunwald 2310e2ca83 Remove "allow overstrike" option. 12 years ago
Daniel Grunwald d02eb56520 Update mouse cursor in InsertWithCursor() mode. 12 years ago
Daniel Grunwald 5bbe18011e Fix interaction between "Hide cursor while typing" and InsertWithCursor(). 12 years ago
Matt Ward 9bbad288af Update setup for new OpenCover files. 12 years ago
Dragan 19383cbdf7 CodeCoverage: Ctor prototype SP (Arnold) is back! 12 years ago
Dragan c371ad6096 Space to Tab 12 years ago
Siegfried Pammer 0b974a1119 fix build 12 years ago
Siegfried Pammer 04d8d26fab move most of the IDebugger DebuggerService infrastructure to Debugger.AddIn 12 years ago
Siegfried Pammer 8bae9c401f implement tooltip handling for IconBarMargin/Bookmarks 12 years ago
Daniel Grunwald 22bfe504a8 Fix #332: Unit Tests Panel: "All Tests" disappeared 12 years ago
Daniel Grunwald 51588da4af Add missing <Dependency> from ILSpyAddIn to Debugger. 12 years ago
Daniel Grunwald 06e76d6063 Fix off-by-one error. 12 years ago
Dragan 312819fbfa CodeCoverage.Test: Ignored or changed tests 12 years ago
Dragan e2f74b0cef Make CodeCoverage.Test compile 12 years ago
Dragan 8e03a75b08 CodeCoverageMethodElement.cs: Spaces to Tabs 12 years ago
Dragan ea5ffdf22e Pull Request: Delete SD4->SD5 (re)moved files 12 years ago
Daniel Grunwald d5a2709b70 Run NRefactory unit tests on build server (#330) 12 years ago
Siegfried Pammer 4d0dac78f9 fix CSharpAmbience unit tests 12 years ago
Siegfried Pammer a1e199e12f add DebuggerDotCompletion to ConsolePad 12 years ago
Siegfried Pammer 8052516145 add basic DebuggerDotCompletion implementation 12 years ago
Siegfried Pammer 9bc4da51e0 check if CSharpUnresolvedFile is present in any IProjectContent, use null otherwise 12 years ago
Siegfried Pammer 4289c67d48 possible fix for problems mentioned in 3ba0ba57f8 12 years ago
Siegfried Pammer 8d657a3a1e add rich text tooltips for IVariable and IParameter 12 years ago
Siegfried Pammer 9d41a32f45 fix off-by-one error in BeginReadOnlySectionProvider: last char of read section could be "deleted" 12 years ago