Dragan
839011ebb6
CodeCoverage Refactoring for performance
12 years ago
Dragan
55f9a6014c
CodeCoverage Fix "in" keyword
12 years ago
Dragan
318474e164
CodeCoverage Duplicate Code Refactoring
12 years ago
Dragan
c4d9ec16b3
Abandoned using ReadOnlyDocument: Revert
12 years ago
Dragan
ec565a7d0b
CodeCoverage ListView Color & Content
12 years ago
Dragan
168b6a3d9d
CodeCoverage: extend SequencePoint & refactoring
12 years ago
Dragan
7af1765fc3
Previous commit missing files
12 years ago
Dragan
e73716cb17
Open Cover 4.5.1923 & x86/Profiler.dll 4.5.2316
...
Open Cover 4.5.1923 does not eat memory as 4.0.804
x86/OpenCover.Profiler.dll 4.5.2316 covers switch/default: branch
12 years ago
Dragan
8a1aec0016
Refactoring
12 years ago
Dragan
c12b2efb13
Revert "Update Open Cover to version 4.5.1923"
...
This reverts commit 4fb17e174b .
12 years ago
Dragan
d58aec7529
Branch Coverage Color Highlighter
...
Highlighted visited code with incomplete branches has third color.
"Color Touched" is configurable from Options/Tools/Code Coverage
12 years ago
Dragan
5c9db59630
Code Coverage Highlight Color
...
Extend Sequence-Point with Branches-Covered
12 years ago
Dragan
99ff2dc137
Unsaved edit
12 years ago
Dragan
1074b5c682
Branch Coverage
...
Display Branch Coverage % only if Sequence Coverage is 100%
12 years ago
Dragan
4fb17e174b
Update Open Cover to version 4.5.1923
...
Open Cover version 4.0.804 will occasionally "eat up" all available
memory by generating large coverage.xml due to generating huge number of
invalid "TrackedMethod" xml elements.
12 years ago
Dragan
b20493d235
Fix filter and exception on duplicates
...
1) Minimize required method filter
2) Exception on duplicates generated by NUnit TestCaseAttribute
12 years ago
Dragan
584a32e6f8
FIX: Duplicate NUnit test results
...
Prevent dictionary exception on duplicate test results caused by NUnit
TestCaseSource & ValueSource attributes
13 years ago
Dragan
d17ae0f63c
Code Coverage - Nested classes, Compiler Methods
...
1) Nested classes were omitted from Code Coverage panel
2) Omit compiler generated methods from Code Coverage panel
13 years ago
Dragan
9a3aaa5694
Merge remote-tracking branch 'upstream/master'
13 years ago
Siegfried Pammer
21a4a3349b
fix http://community.sharpdevelop.net/forums/t/19403.aspx - MIME Type detection throws COM Exception on 2-byte (non-Unicode) files
13 years ago
Siegfried Oleg Pammer
463ee0248a
Merge pull request #63 from jogibear9988/master
...
Fix Unit Tests -> ListBox is a ItemsControl and can now get Content!
13 years ago
Matt Ward
2f2d22f3c6
Do not clear cached images from file system when resources change.
13 years ago
Matt Ward
31e96db276
Minor code reformat.
13 years ago
Michael Seeger
1cb4e87fdb
FileIconService added to allow custom template icons to be loaded from the file system.
13 years ago
jkuehner
a6b6e44fbb
x:name does not set the name property of a Control.
...
Now also Code like this:
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation "
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml ">
<Canvas>
<Button x:Name="aa"
Content="{Binding Name, ElementName=aa}"
Width="75.2"
Height="23.2"
Canvas.Left="85.6"
Canvas.Top="197.6" />
</Canvas>
</Window>
works!
13 years ago
jkuehner
9cf2257f18
Fix Unit Tests -> ListBox is a ItemsControl and can now get Content!
13 years ago
Siegfried Oleg Pammer
604696c83e
Merge pull request #62 from jogibear9988/master
...
Again 2 small fixes for XAML Designer
13 years ago
Matt Ward
6641a37b67
Update NuGet.exe to 2.7.40809.172
...
This version does not have Visual Studio specific
messages when using package restore.
13 years ago
jkuehner
05ddcf4275
Items Control can also be a Control container, so allow Placement in it!
13 years ago
jkuehner
085945326b
Fix a Null Ref Exception in Thumbnail View
...
(happend for Example on wrong XAML Code)
13 years ago
Matt Ward
e2b05442f7
Support restoring NuGet packages.
...
Add Restore Packages menu item which executes "NuGet.exe restore"
to restore all packages in the solution.
13 years ago
Matt Ward
2c6d2f6468
Fix forms designer error when non .NET assembly referenced by project.
13 years ago
Siegfried Oleg Pammer
6e8e02860f
Merge pull request #61 from jogibear9988/master
...
XAML Designer fixes...
13 years ago
Matt Ward
41e0c5bea5
Fix Python forms designer.
...
The Python forms designer was walking code after the
InitializeComponents and if this code tried to create an
instance of the form it would fail. Now the forms
designer only walks the code inside the InitializeComponents.
13 years ago
jkuehner
ee07c9f064
Merge remote-tracking branch 'upstream/master'
13 years ago
jkuehner
f05bf96027
Set the IsInDesignMode Property
13 years ago
jkuehner
32e9869652
RenderTransformOriginProperty -> Only one Undo Step when moving the Origin, not for each MouseMove!
13 years ago
jkuehner
34857e15bd
Whitespace fixes...
13 years ago
jkuehner
2f872569c6
Remove unused Fields
13 years ago
Matt Ward
86a171505b
Fix null path error when uninstalling jQuery NuGet package.
...
Run uninstall PowerShell scripts before the NuGet package is
removed so the jQuery uninstall.ps1 script can find the Scripts
folder in the project when uninstalling.
13 years ago
Matt Ward
c532a4b46e
Merge branch 'nuget-2.7'
13 years ago
Matt Ward
dc1d4f2765
Fix null reference exception when creating new WiX project.
13 years ago
Matt Ward
a3a594700d
Update default NuGet package url.
13 years ago
Matt Ward
762b7609fc
Update to NuGet 2.7 RC
13 years ago
Siegfried Oleg Pammer
60c043c1d6
Merge pull request #58 from jogibear9988/master
...
Flat Collection editor for Grid ColumnDefinitions/RowDefinitions
13 years ago
Peter Forstmeier
8f293d2e52
ContentAlignment in Pdf
13 years ago
Christoph Wille
fe987687f3
Update vNumber to 4.3.3
13 years ago
jkuehner
6ca53f06c6
Cache the Instances of XamlModelProperty in a Dictionary.
...
This is, that we have for one Property only one Instance. With this, you can open the Flat Collection Editor, and add Columns or Rows to a Grid via the Designer, and the
List in the FlatCollectionEditor is Refreshed!
13 years ago
jkuehner
c045a08fee
- Flat Collection Editor now working
...
- Implement INotifyCollectionChanged in XamlModelCollectionElementsCollection
13 years ago
jkuehner
0029ec5d39
Flat Collection Editor Refresh fix (hacky)
13 years ago