Siegfried Pammer
b43ed8ab81
Merge branch 'WpfDesignerAlignmentAllowNull' of https://github.com/gumme/SharpDevelop
...
Conflicts:
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Extensions/SnaplinePlacementBehavior.cs
11 years ago
Siegfried Pammer
3bb38e57f6
Merge pull request #482 from gumme/WpfDesignerSkewedMovementFix
...
Fix for skewed movement on arrow key press
11 years ago
Siegfried Pammer
ef7daee61c
Merge pull request #487 from gumme/WpfDesignerPrimitiveValueExposed
...
Added TextValue property to expose the xaml string value for a property.
11 years ago
Matt Ward
876f5b3615
Minor code reformat.
11 years ago
Matt Ward
f53a8660f8
Merge branch 'master' of https://github.com/julodnik/SharpDevelop
11 years ago
Daniel Grunwald
797b2760f0
SDTraceListener: Don't pump messages while showing the assertion dialog.
11 years ago
Daniel Grunwald
f501d9b157
Fix XmlDoc tooltip sometimes not closing.
11 years ago
julodnik
943d293eb3
Allow Escape in WinForms designer to move selection to container of selected component
11 years ago
Peter Forstmeier
339898754b
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
b653ac7f6d
Cleanup
11 years ago
Peter Forstmeier
742b6e8bdd
GraphicsContainer in PdfVisitor
11 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
11 years ago
Siegfried Pammer
34f8b5e895
fix NRE when trying to go to the definition of a ctor or cctor from the profiling results
11 years ago
Andreas Weizel
f2fbd8ba86
Merge pull request #477 from linquize/vs-event-handler
11 years ago
Andreas Weizel
2aad3d0449
Fix #486 : ISolution.StartupProjectChanged event is fired with wrong sender.
11 years ago
Andreas Weizel
94e2619652
Merge pull request #480 from ddur/master
...
.gitignore /packages/
11 years ago
Dragan
391eee7e68
Revert "Exclude *.sln.sdsettings"
...
This reverts commit c27db95b03
.
11 years ago
Peter Forstmeier
ee249e03be
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
2966668611
Cleanup Designer
11 years ago
William MacDonald
6db5f06e07
Allow FormDesigner to edit windows Components.
11 years ago
Siegfried Pammer
4d8c8088ba
fix XAML CC tests
11 years ago
gumme
75f8befe4c
Added TextValue property to expose the xaml string value for a property.
11 years ago
tbulle
2de5ca711f
A bug fix for a setter that erased previously set value on movement
11 years ago
Andreas Weizel
9cd3cc5eb9
Added Siegfried's fix on Properties class back.
11 years ago
Andreas Weizel
bedbae8b60
Some improvements to formatting options fix.
11 years ago
Andreas Weizel
86150a45d6
Fixed some issues with formatting options becoming "dirty" unnecessarily.
11 years ago
Siegfried Pammer
9ea1ae2ed3
prevent creation of empty .sdsettings-files: empty Property containers should not be marked dirty (see discussion #480 )
11 years ago
Siegfried Pammer
16635919a4
fix #396 - x:Shared missing in XAML CC
11 years ago
Peter Forstmeier
c8a714b5b5
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
12fb6ae3bc
Text formatting
11 years ago
Siegfried Pammer
51d876514f
Merge pull request #484 from gumme/WpfDesignerMarkupExtensionPrinterFix
...
Wpf designer markup extension printer fix
11 years ago
Dragan
c27db95b03
Exclude *.sln.sdsettings
11 years ago
gumme
c4f80dc05e
Added a simple test to verify that file path strings is parsed correctly.
11 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.
11 years ago
Dragan
164af14443
CodeCoverage: Apply C# filter only to .cs files
11 years ago
Andreas Weizel
0c1a36503f
Fixed CSharpBinding tests.
11 years ago
Andreas Weizel
519d5735c9
Tried implementing automatical updating of editors after changing policy-specific indentation changes + some refactoring.
11 years ago
Peter Forstmeier
dfd1c1e17a
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
7e532c4536
Simple Context Menus
11 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.
11 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
11 years ago
Matt Ward
50b2f02f0d
Fix .nuget folder not being checked for a NuGet.Config file.
11 years ago
Andreas Weizel
6ff259e9de
IndentationSize and ConvertTabsToSpaces settings can now be defined in separate policies together with other formatting options.
11 years ago
Dragan
9600529237
Exclude packages from repository
...
(Machine.Specifications.0.4.9.0)
11 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.
11 years ago
Siegfried Pammer
9253860f89
Merge pull request #474 from linquize/newline-initializecomp
...
Add trailing newline when generating InitializeComponents()
11 years ago
Siegfried Pammer
224ee65483
Merge pull request #476 from gumme/WpfDesignerResizeThumbAlignmentNull
...
Wpf designer resize thumb alignment null
11 years ago
Siegfried Pammer
410813bfb2
Merge pull request #478 from gumme/WpfDesignerMarkupExtensionParserFix
...
Wpf designer markup extension parser fix
11 years ago
Siegfried Pammer
7c5b1f93f0
XAML CC: do not insert equals sign and quotation marks while trying to type the name of an attached property/event
11 years ago
jkuehner
2b8f0cba26
Fix Assembly resolving in WPF Designer if Control DLLs require other Control DLLs
11 years ago