Peter Forstmeier
dae26c35d3
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
b2bdd81f35
FxCop Cleanup
11 years ago
Peter Forstmeier
5ede713dd0
Textalignment Justify in Pdf
11 years ago
Ciprian Khlud
1017758445
Make case search insensitive.
11 years ago
gumme
577eb9c329
A StaticResource that references a resource on the same element is now printed in element style.
11 years ago
Andreas Weizel
2d27f61032
Merge pull request #501 from gumme/WpfDesignerCanvasPlacementFix
...
Wpf designer placement fixes
11 years ago
Matt Ward
82e98ec949
Support custom NuGet package directory.
...
NuGet allows a solution to override the standard packages directory
with a repositoryPath setting in the NuGet.config file at the solution
level in the .nuget directory.
<configuration>
<config>
<add key="repositoryPath"
value="../../MyPackages" />
</config>
</configuration>
This is now supported by SharpDevelop.
11 years ago
gumme
aededd6a35
Moving controls several steps by holding down arrow keys is now working again.
...
Removed canvas special handling in DesignPanel and instead letting each placement behavior handle its own special needs, and handling the Canvas issue by overriding GetPosition in CanvasPlacementSupport instead.
Fixed SetPosition in CanvasPlacementSupport so Left/Top properties have priority over Right/Bottom, as this is the priority that the runtime uses.
11 years ago
Peter Forstmeier
aab865d0f7
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
9219731848
ContentAlignment is Obsolte,
...
use TextAlignment as replacement to print Left,Center,Right and Justified Text
11 years ago
Matt Ward
8fa0692cfa
Generate repositories.config file after NuGet package restore.
...
The repositories.config contains a list of projects that share the
packages directory. If this is not restored then uninstalling a NuGet
package from one project could end up with NuGet removing it
completely from the packages directory since it believes that no other
project is referencing this NuGet package even if this is not the case.
11 years ago
Andreas Weizel
f486456ec0
Part of #234 : There was no key handling for Ctrl+Z & Ctrl+Y.
11 years ago
Ciprian Khlud
fffcd64ee9
Added a search box for adding project references. It is important for big projects
11 years ago
Peter Forstmeier
2882c6a88d
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Siegfried Pammer
69bef7e8e9
fix #451 : InvalidOperationException when creating event handler for Slider.ValueChanged
11 years ago
Andreas Weizel
0f397285c8
Fix #394 : Code hidden by method completion.
11 years ago
Siegfried Pammer
63298a2752
fix #399 : NotImplementedException when updating watch pad in decompiled code
11 years ago
Peter Forstmeier
a98e6967d8
CanGrow
11 years ago
Siegfried Pammer
11662db1b9
fix #418 : File rename can break project file. The SVN AddIn should check if the rename operation is legal before attempting to rename a file.
11 years ago
Matt Ward
ff7b87ee41
Merge pull request #495 from ddur/CodeCoverageFilter
...
Code coverage filter
11 years ago
Siegfried Pammer
241d8dfa97
Merge pull request #494 from gumme/WpfDesignerEnumFix
...
Added support for using enums.
11 years ago
Peter Forstmeier
627081eaea
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
193eb24fad
ContendAlignment in WpfView
11 years ago
gumme
ba913a15b5
Added support for using enums.
11 years ago
Dragan
44b7357ad9
CodeCoverage: Apply ccrewrite filter on C# only
...
Apply Branch-Coverage Code-Contract ccrewrite filter only to C#(.cs)
files
11 years ago
Matt Ward
2ce1a82a47
Log messages in Package Management Console.
...
The Package Management Console now shows messages logged during the
execution of the install, uninstall or update cmdlets. The messages
logged are the same ones that Visual Studio shows in its console.
11 years ago
Siegfried Pammer
d96bfb35a2
Merge pull request #493 from gumme/WpfDesignerSnaplineBugFix
...
Fix for bug introduced with new snapline behaviour
11 years ago
Andreas Weizel
0a4afa33ca
Merge branch 'csformatter' to 'master'.
11 years ago
tbulle
8591ab44fb
Temporary fix for bug introduced with new snapline behaviour
11 years ago
Andreas Weizel
5c084ed695
Corrected reverting of editor options when C# binding's editor extension is detached.
11 years ago
Christoph Wille
98a4e816b7
Update links in the help menu
11 years ago
Andreas Weizel
c365dc4c6c
Redesigned replacement of editor options by language binding, now all C# code editors are updated, when changing IndentationSize or ConvertTabsToSpaces options in any policy.
11 years ago
Siegfried Pammer
539dfefdce
Merge pull request #489 from wrpkm/patch-1
...
Allow FormDesigner to edit windows Components.
11 years ago
Siegfried Pammer
5cec511e17
fix build
11 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
11 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
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