Daniel Grunwald
41cd4d640d
Adjust CSharpBinding.addin to NRefactory changes, and reactivate some useful uncategorized issues.
11 years ago
Daniel Grunwald
e5dfdae116
Fix ArgumentOutOfRangeException when double-clicking at text offset 0 in the DebuggeeExceptionForm.
11 years ago
Peter Forstmeier
8247fde331
Cleanup - FxCop
11 years ago
Daniel Grunwald
6fc6bab462
Remove unused 'IList<string>[] interestingFileNames' from CSharpSymbolSearch
11 years ago
Daniel Grunwald
d8fd301d25
Debugger: ignore "Process was terminated" error when trying to terminate the process.
11 years ago
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
Peter Forstmeier
ca0e99d417
Cleanup - FxCop
11 years ago
Peter Forstmeier
f10a461683
Cleanup - FxCop
11 years ago
Andreas Weizel
d018886781
Fixed #357 : Ctrl+R: Does not rename ctors of types
11 years ago
Peter Forstmeier
b2bdd81f35
FxCop Cleanup
11 years ago
Peter Forstmeier
5ede713dd0
Textalignment Justify in Pdf
11 years ago
gumme
577eb9c329
A StaticResource that references a resource on the same element is now printed in element style.
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
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
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
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
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
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
5cec511e17
fix build
11 years ago
Matt Ward
876f5b3615
Minor code reformat.
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
b653ac7f6d
Cleanup
11 years ago
Peter Forstmeier
742b6e8bdd
GraphicsContainer in PdfVisitor
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
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
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
16635919a4
fix #396 - x:Shared missing in XAML CC
11 years ago
Peter Forstmeier
12fb6ae3bc
Text formatting
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