Dragan
19383cbdf7
CodeCoverage: Ctor prototype SP (Arnold) is back!
...
Just got idea to use this.IsConstructor property.
But that holds only for "class"!
"Struct" has no Ctor prototype SequencePoint returned by OpenCover.
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.
...
Without this, the decompiler view could not be opened before the debugger was loaded.
12 years ago
Dragan
312819fbfa
CodeCoverage.Test: Ignored or changed tests
...
Only Green or Yelow test results
12 years ago
Dragan
e2f74b0cef
Make CodeCoverage.Test compile
12 years ago
Dragan
8e03a75b08
CodeCoverageMethodElement.cs: Spaces to Tabs
...
https://github.com/icsharpcode/SharpDevelop/pull/67/files
12 years ago
Dragan
ea5ffdf22e
Pull Request: Delete SD4->SD5 (re)moved files
...
https://github.com/icsharpcode/SharpDevelop/pull/67
https://github.com/icsharpcode/SharpDevelop/pull/67/files
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
5988520b64
fix #292 : Opening .xaml file that makes use of user controls causes SharpDevelop to load the user .dlls
12 years ago
Siegfried Pammer
7448c62812
Rename RegisterFixNamespaces to RegisterDesignerNamespaces
...
Rename ChoosedItem to ChosenItem
Rename ChoosedItemChanged to ChosenItemChanged
12 years ago
Siegfried Pammer
d0ba91c540
fix bug in XamlTextEditorExtension
12 years ago
Siegfried Pammer
c84eb5f1a1
use Link in EventCreationCompletionData
12 years ago
Siegfried Pammer
549a5dce74
fix #167 : Show XAML parse errors in ErrorPad - they aren't displayed in the error pad to avoid mixing compiler errors and "analyzer errors", but with a squiggly underline marker.
12 years ago
Siegfried Pammer
9eeba8b9ea
fix #317 : Off-by-one error in background syntax check
12 years ago
Siegfried Pammer
f6fd05a7eb
fix #300 : Implement 'Link Mode' (Script.Link)
12 years ago
Siegfried Pammer
4bb6ea86ac
fix #298 : Insert with cursor: Indentation is wrong
12 years ago
Dragan
5efc3fcd2f
CodeCoverage: explicit Sequence Points sort
...
& final touches
12 years ago
Daniel Grunwald
e5aa4d329b
CalcCaretOverstrikeRectangle() now works at the border between LTR and RTL text.
12 years ago
Daniel Grunwald
9cf768e802
Fix caret rendering in overstrike mode on right-to-left text.
12 years ago
Siegfried Pammer
d482cd4a73
add mouse navigation mode to InsertWithCursor
12 years ago
Dragan
c0c4e41281
CodeCoverage: explicit Sequence Points sort
...
& final touches
12 years ago
Daniel Grunwald
d9e31b104a
Don't include 'Paste from clipboard ring' in context menu
12 years ago
Daniel Grunwald
370b0123d3
Update string resources.
12 years ago
Siegfried Pammer
8ed2952096
display info group box next to insertion cursor
12 years ago
Siegfried Pammer
23e0712f4b
fix #313 : `throw new NotImplementedException();` in ProjectResourceService.GetProjectResource
12 years ago
Andreas Weizel
6c6a55d0b7
Implemented AsynchronousWaitDialog.ShowWaitDialogForAsyncOperation() API.
12 years ago
Siegfried Pammer
6262dd60a0
fix #310 : InsertWithCursor should support Home/End/PageDown/PageUp keys
12 years ago
Dragan
08f85121a5
CodeCoverage: Reorder execution sequence
...
Sort SequencePoints before searching for BodyFirstSP
12 years ago
Dragan
a8dec47e2f
Code Coverage: more refactoring,
...
Refactoring methods to less responsibility
12 years ago
Siegfried Pammer
dac858b664
fix #276 : Merge keyword CC items with snippet CC items
...
fix #277 : The "using" snippet should not be displayed for the "using" keyword on the namespace/global level
12 years ago
Siegfried Pammer
301725efb4
replace return type of ITextEditor.GetSnippets with ISnippetCompletionItem
12 years ago
Dragan
cb4edbc1a8
CodeCoverage: refactoring
...
Improved finding of method-body-last-unique-SequencePoint
getBodyStartSP/getBodyFinalSP called only once
and btw licence change
12 years ago
Daniel Grunwald
96d9ce4b4d
Fix tests.
12 years ago
Daniel Grunwald
8873a2432f
Improve the "TargetFramework" API:
...
* List of target frameworks can be extended using the AddInTree.
* CompilableProject no longer needs special-case logic for client profile frameworks.
* ReferenceAssemblies property allows retrieving the list of assemblies that ships with the framework.
12 years ago
Andreas Weizel
3ba0ba57f8
Using e.ResolveResult for debugger tooltips again. Using the debugger's compilation didn't work for method parameters.
12 years ago
Matt Ward
5eb1699c3a
Fix deadlock when installing HttpClient NuGet package.
12 years ago
Dragan
d0266a1f1e
CodeCoverage: Fix previous commit missing lines
...
add only first (duplicate) occurence
do not break on finalSP, else will miss Contract.Ensures lines
12 years ago
Dragan
d3619e276f
Revert "Support for NUnit parametrised tests Attributes"
...
This reverts commit 622acd262b
.
12 years ago
Dragan
f155f11fc3
CodeCoverage: Exclude ccrewrite(n) sequence points
...
After ccrewrite ContractClass/ContractClassFor
sequence point(s) from another file/class/method
is inserted into this method sequence points
12 years ago
Linquize
40737362ca
Add a button to load current project assembly to CodeQuality
12 years ago
Sergey Galich
239f46bc27
Run IIS Express from multiple IDE instances
...
this is to address Issue #295
12 years ago
Dragan
32776b6f16
CodeCoverage: Fix Module Coverage % display
...
CodeCoverageResults:
Filter-out compiler generated methods
CodeCoverageTreeNode:
GetNodeText() Display Rounded BranchCoverage %
GetPercentage(): Prevent divide by zero
CodeCoverageMethodsTreeNode:
Increased BranchCoverage % precision
12 years ago