jkuehner
00e3da97d8
WPF Extended Toolkit DLL Update
12 years ago
jkuehner
9fcc47587b
Merge remote-tracking branch 'remotes/sd/master'
12 years ago
Christoph Wille
98a4e816b7
Update links in the help menu
12 years ago
Siegfried Pammer
539dfefdce
Merge pull request #489 from wrpkm/patch-1
...
Allow FormDesigner to edit windows Components.
12 years ago
Siegfried Pammer
5cec511e17
fix build
12 years ago
Siegfried Pammer
a6fed433d1
Merge branch 'WpfDesignerXamlParserNativeTypesConversion' of https://github.com/gumme/SharpDevelop
...
Conflicts:
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Tests/Designer/ModelTests.cs
12 years ago
Siegfried Pammer
b43ed8ab81
Merge branch 'WpfDesignerAlignmentAllowNull' of https://github.com/gumme/SharpDevelop
...
Conflicts:
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Extensions/SnaplinePlacementBehavior.cs
12 years ago
Siegfried Pammer
3bb38e57f6
Merge pull request #482 from gumme/WpfDesignerSkewedMovementFix
...
Fix for skewed movement on arrow key press
12 years ago
Siegfried Pammer
ef7daee61c
Merge pull request #487 from gumme/WpfDesignerPrimitiveValueExposed
...
Added TextValue property to expose the xaml string value for a property.
12 years ago
Matt Ward
876f5b3615
Minor code reformat.
12 years ago
Matt Ward
f53a8660f8
Merge branch 'master' of https://github.com/julodnik/SharpDevelop
12 years ago
Daniel Grunwald
797b2760f0
SDTraceListener: Don't pump messages while showing the assertion dialog.
12 years ago
Daniel Grunwald
f501d9b157
Fix XmlDoc tooltip sometimes not closing.
12 years ago
julodnik
943d293eb3
Allow Escape in WinForms designer to move selection to container of selected component
12 years ago
Peter Forstmeier
339898754b
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
12 years ago
Peter Forstmeier
b653ac7f6d
Cleanup
12 years ago
Peter Forstmeier
742b6e8bdd
GraphicsContainer in PdfVisitor
12 years ago
Andreas Weizel
ac546afebc
Merge pull request #473 from linquize/codegen-generic-var
...
WinForms Designer should not modify class fields of generic types outside designer file
12 years ago
Siegfried Pammer
34f8b5e895
fix NRE when trying to go to the definition of a ctor or cctor from the profiling results
12 years ago
Andreas Weizel
f2fbd8ba86
Merge pull request #477 from linquize/vs-event-handler
12 years ago
Andreas Weizel
2aad3d0449
Fix #486 : ISolution.StartupProjectChanged event is fired with wrong sender.
12 years ago
Andreas Weizel
94e2619652
Merge pull request #480 from ddur/master
...
.gitignore /packages/
12 years ago
Dragan
391eee7e68
Revert "Exclude *.sln.sdsettings"
...
This reverts commit c27db95b03 .
12 years ago
Peter Forstmeier
ee249e03be
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
12 years ago
Peter Forstmeier
2966668611
Cleanup Designer
12 years ago
William MacDonald
6db5f06e07
Allow FormDesigner to edit windows Components.
12 years ago
Siegfried Pammer
4d8c8088ba
fix XAML CC tests
12 years ago
gumme
75f8befe4c
Added TextValue property to expose the xaml string value for a property.
12 years ago
tbulle
2de5ca711f
A bug fix for a setter that erased previously set value on movement
12 years ago
Andreas Weizel
9cd3cc5eb9
Added Siegfried's fix on Properties class back.
12 years ago
Andreas Weizel
bedbae8b60
Some improvements to formatting options fix.
12 years ago
Andreas Weizel
86150a45d6
Fixed some issues with formatting options becoming "dirty" unnecessarily.
12 years ago
Siegfried Pammer
9ea1ae2ed3
prevent creation of empty .sdsettings-files: empty Property containers should not be marked dirty (see discussion #480 )
12 years ago
Siegfried Pammer
16635919a4
fix #396 - x:Shared missing in XAML CC
12 years ago
Peter Forstmeier
c8a714b5b5
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
12 years ago
Peter Forstmeier
12fb6ae3bc
Text formatting
12 years ago
Siegfried Pammer
51d876514f
Merge pull request #484 from gumme/WpfDesignerMarkupExtensionPrinterFix
...
Wpf designer markup extension printer fix
12 years ago
Dragan
c27db95b03
Exclude *.sln.sdsettings
12 years ago
gumme
c4f80dc05e
Added a simple test to verify that file path strings is parsed correctly.
12 years ago
gumme
0f95a49a19
Added MarkupExtensionModelTests for testing various strings being used with both shorthand and element style markup extensions.
...
Fixed a bug in MarkupExtensionPrinter to make the tests pass; it now handles spaces and backslashes correctly when printing shorthand markup extensions.
12 years ago
Peter Forstmeier
dfd1c1e17a
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
12 years ago
Peter Forstmeier
7e532c4536
Simple Context Menus
12 years ago
Matt Ward
8384a172d6
Fix incorrect package sources being used when updating a package.
...
On updating a package all the enabled package sources are used. On
changing the enabled package sources, after opening a solution, the
original set of enabled package sources were being still used.
The change to support solution specific NuGet.Config files broke the
original behaviour since the package sources are reloaded when a
solution is opened or closed and the package repository cache was
still using the original set of package sources.
12 years ago
tbulle
ca037b0938
Allows placementoperation to take null for PlacementAlignment so that all snaplines can be shown at the same time on resize operations
12 years ago
Matt Ward
50b2f02f0d
Fix .nuget folder not being checked for a NuGet.Config file.
12 years ago
Dragan
9600529237
Exclude packages from repository
...
(Machine.Specifications.0.4.9.0)
12 years ago
Matt Ward
70fd9337bd
Support solution specific NuGet.Config files.
...
If a solution has its own NuGet.Config file this will be read and
any package sources defined in this file will be available in the
list of package sources in the Manage Packages dialog.
12 years ago
Siegfried Pammer
9253860f89
Merge pull request #474 from linquize/newline-initializecomp
...
Add trailing newline when generating InitializeComponents()
12 years ago
Siegfried Pammer
224ee65483
Merge pull request #476 from gumme/WpfDesignerResizeThumbAlignmentNull
...
Wpf designer resize thumb alignment null
12 years ago
Siegfried Pammer
410813bfb2
Merge pull request #478 from gumme/WpfDesignerMarkupExtensionParserFix
...
Wpf designer markup extension parser fix
12 years ago