Daniel Grunwald
62b471f669
Add Windows 8 to <supportedOS> section in application manifest.
12 years ago
Daniel Grunwald
c3025fab39
Ignore invalid entries in SolutionConfigurationPlatforms section.
12 years ago
Andreas Weizel
99170ab75b
Merge remote-tracking branch 'remotes/origin/master' into classbrowser
12 years ago
Siegfried Pammer
3e7255624e
Merge pull request #81 from jogibear9988/ContextMenuForDesignItem
...
Support for "Bring Item To Front / Send To Back" ContextMenu ...
12 years ago
Siegfried Pammer
aaabda38ae
Merge pull request #80 from gumme/WpfDesignerStringResourceFix
...
(WPF Designer) String can now be added to collections
12 years ago
Siegfried Pammer
aef0b59068
Merge pull request #79 from gumme/WpfDesignerPointerBugFix
...
Fixed SD-1931 - Dragging Pointer from toolbox to WPF designer throws exception.
12 years ago
Andreas Weizel
79abe545f8
Fixed wrong sorting of nested types in TypeDefinitionTreeNode.
12 years ago
Andreas Weizel
a44187f141
Next attempt to fix the double-member issue in ClassBrowser.
12 years ago
Peter Forstmeier
64c2f0dbf5
Grouping
12 years ago
Peter Forstmeier
d7d1654b91
ModulLoader throw if ReportItem not found
12 years ago
Andreas Weizel
98df8fd36b
Small optimization for GlobalAssemblyCacheService.
12 years ago
Andreas Weizel
6c66aff7bc
ClassBrowser: Fixed some more problems in reference handling.
12 years ago
Andreas Weizel
b088f731db
ClassBrowser: Fixed some problems with COM and project references.
12 years ago
Andreas Weizel
3bc1a0473d
ClassBrowser: Context menu to edit references of a project.
12 years ago
Peter Forstmeier
fa35f07c6a
Fixes from linquize <notifications@github.com>
12 years ago
Peter Forstmeier
ddc167b068
Adjust some Test's, fix ViewCommands.cs (hint from linquize)
12 years ago
Peter Forstmeier
fac21f709e
Test's for RowContainListOfDataItems
12 years ago
Peter Forstmeier
b851a3e81f
Row - Fill Data
12 years ago
Matt Ward
edaea04978
Remove unused code.
12 years ago
Matt Ward
91473ac505
Fix old NuGet packages not being removed on updating.
...
Updating to a new NuGet package or installing a new NuGet
package with the old one still installed would leave the
old unused NuGet package in the packages folder.
12 years ago
Matt Ward
1fabf08c7a
Fix NuGet packages showing as installed in solution.
...
NuGet packages that were still in the packages folder but
not installed in any projects are now not shown in the
Installed tab when managing NuGet packages for the solution.
12 years ago
jkuehner
cff88a4151
Support for "Bring Item To Front / Send To Back" ContextMenu ...
12 years ago
Peter Forstmeier
491dbf612a
WpfVisitor - Row's in section
12 years ago
gumme
c7f70a14bf
String can now be added to collections, for example a ResourceDictionary.
12 years ago
gumme
89ddb464da
Fixed SD-1931 - Dragging Pointer from toolbox to WPF designer throws exception.
12 years ago
Andreas Weizel
a135d6ca81
Removed problematic double-entry fix for ClassBrowser again.
12 years ago
Matt Ward
69bd540863
Fix error when installing MVVMLight NuGet package.
...
Append backslash to project directory name when returning
the full path from EnvDTE.Project.Properties.
12 years ago
Matt Ward
8272845a47
Support LocalPath in EnvDTE.Project.Properties.
12 years ago
Matt Ward
9fc8710252
Support LocalPath property in an EnvDTE.ProjectItem.Properties.
12 years ago
Siegfried Pammer
2aa8ac7a0e
Merge pull request #78 from gumme/WpfDesignerPasteFixes2
...
Wpf designer paste fixes
12 years ago
Siegfried Pammer
aa1e6a4edc
Merge pull request #77 from gumme/WpfDesignerParserFixes
...
Wpf designer parser fixes
12 years ago
gumme
410d44477a
Fixed type resolve when pasting a custom control using StaticResource.
12 years ago
gumme
cd29a15e0d
Removes namespace attributes from child nodes in the pasted snippet if they are already present in the root where the snippet is pasted.
...
Added a test "PasteCustomControlUsingMixedTypes" that failed before this fix.
12 years ago
Matt Ward
aa6ec0d463
Fix error when installing Fody addins with NuGet.
...
Implement EnvDTE ProjectItem.Save()
12 years ago
Peter Forstmeier
a8d04a71a6
Export to Pdf, handle Container recursive, draw background, set Font color
12 years ago
Matt Ward
5a4cac8dae
Fix project build error after installing Fody NuGet package.
...
The Fody NuGet package has an install PowerShell script that
directly updates the MSBuild project from the
Microsoft.Build.Evaluation.ProjectCollection.GlobalProjectCollection
to set a FodyPath property that defines where the Fody.targets
file should find the main Fody assembly.
Extended the support added for the Microsoft.Bcl.Build NuGet package
so project properties added by directly updating the MSBuild project
from the GlobalProjectCollection are added/updated in the actual
project file.
No support for updating properties that exist multiple times inside
a project (e.g. OutputPath).
12 years ago
Andreas Weizel
b5b1573082
Fix: Doubled members of project types in Class Browser.
12 years ago
Andreas Weizel
c8755f9ef6
Rework of "References" node with real models.
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
Peter Forstmeier
9a34be4eba
RowItem and recursive conversion with UnitTest's
12 years ago
Dragan
5c9db59630
Code Coverage Highlight Color
...
Extend Sequence-Point with Branches-Covered
12 years ago
Peter Forstmeier
e34c8f4baa
Cleanup
12 years ago
Siegfried Pammer
7aa85871f8
add support for renaming local variables and parameters
12 years ago
Siegfried Pammer
b7d181f1f0
add back support for VS 2013 solution format changes
12 years ago
Peter Forstmeier
3b722394a9
First steps with
...
http://www.pdfsharp.net/
12 years ago
Peter Forstmeier
57e98fa1af
Change from PdfSharp-WPF.dll to PdfSharp.dll
12 years ago
Daniel Grunwald
b9aee1fb74
Unit-test for adding projects to disconnected folders.
12 years ago
Siegfried Pammer
b504efc048
fix bug in SolutionFolder logic: projects inside solution folders were added twice in some cases
12 years ago
gumme
91ef4ab5c9
IDictionary (and not just ResourceDictionary) is considered a collection and supported by own XamlParser.
12 years ago
Andreas Weizel
5003477b9e
Updating some properties of a project's AssemblyModel when ProjectContentContainer is created.
12 years ago