Siegfried Pammer
16125c67b3
fix #362 : Code completion when typing lambda expression parameters
12 years ago
Siegfried Pammer
fa567215f0
Revert "Add support for DefineDebug and DefineTrace MSBuild properties in CSharpProject"
...
This reverts commit 2bae86b018 .
12 years ago
Siegfried Pammer
2bae86b018
Add support for DefineDebug and DefineTrace MSBuild properties in CSharpProject
12 years ago
Siegfried Pammer
281d132e43
fix #316 : Error when running Search for issues with Automatically Fix enabled.
...
Disable "Fix issues" feature once an "unfixable" issue is selected.
12 years ago
Siegfried Pammer
11c3eb3470
Ad #316 : Error when running Search for issues with Automatically Fix enabled.
...
Add SupportsAutoFix (default = false) property to prevent issues from trying to 'fix' code which cannot be fixed without user interaction.
12 years ago
Siegfried Pammer
514266dfec
fix #434 : Code action in BaseMethodParameterNameMismatchIssue doesn't rename symbols
12 years ago
Andreas Weizel
4329ac1711
Fixed XmlEditor tests.
12 years ago
Andreas Weizel
fc284a5d16
Part of #234 : Keyboard shortcuts now working in XmlEditor's tree view.
12 years ago
Siegfried Pammer
3b9b2ac588
fix #496 : ContextActionBulbControl: it should always be displayed inside the editor's view port bounds
12 years ago
Siegfried Pammer
4ac976c1f2
fix #515 : Could not find class for token exception when stepping into code
12 years ago
Daniel Grunwald
bede4f6643
Make SymbolCollector take a Lazy<TypeGraph> - it's expensive to construct and only used for some members.
12 years ago
Daniel Grunwald
ddd2ff1855
Fix NullReferenceException in InsertCtorDialog.CreateCtorParams().
12 years ago
Andreas Weizel
4e45d98165
Fix #511 : Automatic code formatting grabs closing curly brackets when adding properties
12 years ago
Daniel Grunwald
4b4518db86
Fix NullReferenceException in TestResultsReader.Dispose when connecting the named pipe failed.
12 years ago
Daniel Grunwald
8b4c262594
Fix NullReferenceException in Git.FindGit if PATH is not set.
12 years ago
Daniel Grunwald
5602be8fd6
Disable UseOfMemberOfNullReference issue. It's currently too unstable and performance-hungry.
12 years ago
Daniel Grunwald
9256ed4d39
Fix inverted condition.
12 years ago
Daniel Grunwald
3dbfb428bd
Protect against resolve call on empty location.
12 years ago
Siegfried Pammer
0c7ba630e4
fix #498 : Additional problems in DebuggerDotCompletion
...
fix #460 : Debugger console: No completion inside constructors
12 years ago
Andreas Weizel
dd292ff7f0
Fix #506 : Tabs/spaces not shown in text editor for C# files
12 years ago
gumme
43aecafb42
StackPanel no longer removes properties that are used in the panel.
12 years ago
gumme
f071ff5618
Modified precision for element positioning and boundaries to use 0 decimals.
12 years ago
gumme
13277b4906
Fixed bug where resizing right and bottom edges on controls did not snap properly.
12 years ago
gumme
5a599d21e9
Added check if parent view is ContentControl to avoid exception when pasting on for example a Border, that have a content property but is not a ContentControl.
12 years ago
gumme
72b0f87b8e
Setting error sink to handle errors when pasting items.
12 years ago
Andreas Weizel
3e5b969d09
Reduced unneeded lookup iterations when several symbol searches have the same search term.
12 years ago
Daniel Grunwald
3b03e24356
Pass conditional symbols to completion engine.
12 years ago
Daniel Grunwald
fdb87492f5
Update to AvalonEdit 5.0.1 from the standalone AvalonEdit repository.
12 years ago
Daniel Grunwald
37efb859f0
Fix "Collection modified during enumeration" exception in Debugger.Detach().
12 years ago
Daniel Grunwald
41cd4d640d
Adjust CSharpBinding.addin to NRefactory changes, and reactivate some useful uncategorized issues.
12 years ago
Daniel Grunwald
e5dfdae116
Fix ArgumentOutOfRangeException when double-clicking at text offset 0 in the DebuggeeExceptionForm.
12 years ago
Daniel Grunwald
6fc6bab462
Remove unused 'IList<string>[] interestingFileNames' from CSharpSymbolSearch
12 years ago
Daniel Grunwald
d8fd301d25
Debugger: ignore "Process was terminated" error when trying to terminate the process.
12 years ago
Daniel Grunwald
1c1e65518b
Fix adding 32-bit image format to .ico
12 years ago
Andreas Weizel
e2aacef60c
Fix #328 : Settings > File Format Associations Dialog Issue
12 years ago
Andreas Weizel
11dcc20cc4
Readded additional lookups for search term before searching for references in CSharpSymbolSearch.
12 years ago
Peter Forstmeier
ca0e99d417
Cleanup - FxCop
12 years ago
Peter Forstmeier
f10a461683
Cleanup - FxCop
12 years ago
Andreas Weizel
d018886781
Fixed #357 : Ctrl+R: Does not rename ctors of types
12 years ago
Peter Forstmeier
b2bdd81f35
FxCop Cleanup
12 years ago
Peter Forstmeier
5ede713dd0
Textalignment Justify in Pdf
12 years ago
gumme
577eb9c329
A StaticResource that references a resource on the same element is now printed in element style.
12 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.
12 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.
12 years ago
Peter Forstmeier
9219731848
ContentAlignment is Obsolte,
...
use TextAlignment as replacement to print Left,Center,Right and Justified Text
12 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.
12 years ago
Andreas Weizel
f486456ec0
Part of #234 : There was no key handling for Ctrl+Z & Ctrl+Y.
12 years ago
Siegfried Pammer
69bef7e8e9
fix #451 : InvalidOperationException when creating event handler for Slider.ValueChanged
12 years ago
Andreas Weizel
0f397285c8
Fix #394 : Code hidden by method completion.
12 years ago
Siegfried Pammer
63298a2752
fix #399 : NotImplementedException when updating watch pad in decompiled code
12 years ago