Sergey Galich
b7c8d6ed68
#326 : fast Ctrl[+Shift]+Tab will not be ignored
...
Quickly pressing Ctrl+Tab/Ctrl+Shift+Tab is often ignored.
This is happening because KeyDown is used to turn on navigator window and KeyUp is used to both intercept keys and turn navigator window off. When Ctrl+Tab pressed quickly KeyDown turn navigator window on, but there is no KeyUp for Ctrl+Tab (it's just Tab).
Proposed fix use PreviewKeyDown to activate and intercept navigator window keys; PreviewKeyUp to deactivate navigator window.
12 years ago
Daniel Grunwald
0a5d000530
Remove the (no longer used) special case for the profiler from Automated.proj
12 years ago
Daniel Grunwald
7f031933d8
Remove menu items for code converter (which no longer exists in SD5)
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
2885959908
fix #314 : `throw new NotImplementedException();` in GlobalAssemblyCacheService.IsGacAssembly
12 years ago
Dragan
34ed6848bc
Merge remote-tracking branch 'origin/4.x'
12 years ago
Siegfried Pammer
6262dd60a0
fix #310 : InsertWithCursor should support Home/End/PageDown/PageUp keys
12 years ago
Dragan
b28ecc89f8
Merge upstream/master
...
4 files auto resolved thanks to TortoiseGit :)
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
Daniel Grunwald
c549d2903c
Remove src/Tools/SharpCoco
12 years ago
Daniel Grunwald
9b453f628c
MIT file headers on ICSharpCode.Reporting files.
12 years ago
Daniel Grunwald
8610656a0f
Merge the license switch to MIT from 'origin/master' into 'reports'
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
Daniel Grunwald
4949a6b8cb
Fix compiler error due to missing files.
12 years ago
Daniel Grunwald
1baa2dcb85
Merge commit '1b578dd8cac9742' (last commit from master prior to MIT license switch) into reports
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
997420193c
Fix #51 - Create VS2012 solution file when needed.
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
Siegfried Pammer
d3921651bd
fix #320 : C# Ambience does not escape parameter names
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
Siegfried Pammer
112eab9beb
add implementation of IAssembly.IsPartOfDotnetFramework extension for #318
12 years ago
Dragan
d3619e276f
Revert "Support for NUnit parametrised tests Attributes"
...
This reverts commit 622acd262b
.
12 years ago
Dragan
dff098fb43
Revert "Parameter AST Node Attributes"
...
This reverts commit 982247e72a
.
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
Peter Forstmeier
e8ea450258
Fix NullReference in ReportDesignerView.cs
12 years ago
Linquize
016673636c
Add tgit.icon in .tgitconfig
...
This is a new feature in TortoiseGit 1.8.6,
which allows to show SherpDevelop icon as taskbar overlay icon
12 years ago
Linquize
40737362ca
Add a button to load current project assembly to CodeQuality
12 years ago
Christoph Wille
3c2f063d8a
Update version info for next release (4.4.2)
12 years ago
Christoph Wille
aacac3956c
Update Chocolatey package for 4.4.1
12 years ago
Matt Ward
ba4c47b54b
Merge pull request #297 from galich/master
...
Fix #297 Run IIS Express from multiple IDE instances
12 years ago
Sergey Galich
239f46bc27
Run IIS Express from multiple IDE instances
...
this is to address Issue #295
12 years ago
Peter Forstmeier
d26dbf1d3b
Rename
12 years ago
Peter Forstmeier
d328d74f6c
Cleanup SumAggregate Fixture
12 years ago
Peter Forstmeier
0924a05dab
Expressions can handle the Namespace 'System.DateTime', be aware of the difference between Property and Function
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
Daniel Grunwald
1300bac39c
Update links to SharpDevelop wiki.
12 years ago
Christoph Wille
2249da1632
Update readme.rtf
12 years ago
Daniel Grunwald
c1a7a7626d
Adjust line numbers in debugger tests to changed license header length.
12 years ago
Daniel Grunwald
bf702903ac
Use new license header on files that still had the default "Created by SharpDevelop" header.
12 years ago
Daniel Grunwald
6da57f8678
Add back "using System;" that got lost due to file header replacement.
12 years ago
Daniel Grunwald
3403679f6b
Relicense the BSD code in the debugger to MIT as well.
12 years ago
Daniel Grunwald
eec385146f
Change LGPL headers to MIT header.
12 years ago
Daniel Grunwald
6d13efe414
Fix #271 - Change license to MIT
12 years ago
Matt Ward
1b578dd8ca
Remove Gallio sample.
12 years ago