7675 Commits (16125c67b3ad5e74ccc428e461249d134cda2544)

Author SHA1 Message Date
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" 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. 12 years ago
Siegfried Pammer 11c3eb3470 Ad #316: Error when running Search for issues with Automatically Fix enabled. 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 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. 12 years ago
gumme aededd6a35 Moving controls several steps by holding down arrow keys is now working again. 12 years ago
Peter Forstmeier 9219731848 ContentAlignment is Obsolte, 12 years ago
Matt Ward 8fa0692cfa Generate repositories.config file after NuGet package restore. 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