Daniel Grunwald
1c1e65518b
Fix adding 32-bit image format to .ico
11 years ago
Andreas Weizel
e2aacef60c
Fix #328 : Settings > File Format Associations Dialog Issue
11 years ago
Andreas Weizel
11dcc20cc4
Readded additional lookups for search term before searching for references in CSharpSymbolSearch.
11 years ago
Andreas Weizel
2d2362d181
Merge branch 'issue357_2'
11 years ago
Peter Forstmeier
d4ca9909e5
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
ca0e99d417
Cleanup - FxCop
11 years ago
Peter Forstmeier
f10a461683
Cleanup - FxCop
11 years ago
Daniel Grunwald
fa82ddd246
Merge pull request #503 from dr-BEat/master
...
Correctly handle ServiceCreatorCallback in GetFutureService
11 years ago
Andreas Weizel
d018886781
Fixed #357 : Ctrl+R: Does not rename ctors of types
11 years ago
dr-BEat
0666245828
Correctly handle ServiceCreatorCallback in GetFutureService
11 years ago
Andreas Weizel
96d4ed3321
Merge pull request #499 from ciplogic/master
...
Added a search box for adding project references.
11 years ago
Andreas Weizel
f76f245d69
Merge pull request #502 from gumme/WpfDesignerMarkupExtensionStaticResourceFix
...
Wpf Designer StaticResource fix
11 years ago
Christoph Wille
f06d1aa36e
B5 designation
11 years ago
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
jkuehner
471a1e23df
Merge remote-tracking branch 'remotes/sd/master'
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
jkuehner
00e3da97d8
WPF Extended Toolkit DLL Update
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
jkuehner
9fcc47587b
Merge remote-tracking branch 'remotes/sd/master'
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