7130 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
Dragan 168b6a3d9d CodeCoverage: extend SequencePoint & refactoring 12 years ago
Dragan 8a1aec0016 Refactoring 12 years ago
Daniel Grunwald b12d117ed4 Fix C# folding crash when the syntax tree is missing positions due to syntax errors. 12 years ago
Siegfried Pammer 37413bea17 add scrolling support 12 years ago
Siegfried Pammer c813915ac4 fix some weird problems with InsertWithCursor 12 years ago
Siegfried Pammer e673ebd547 extend XamlAstResolver to support x:Name and x:Class special cases 12 years ago
Siegfried Pammer 2a827e6213 implement rename for entities defined by or used in XAML 12 years ago
Siegfried Pammer be82df4643 implement InsertWithCursor for unopened files 12 years ago
Siegfried Pammer 7ef4b9fbb5 clean up 12 years ago
Siegfried Pammer 989b259278 first implementation of InsertWithCursor 12 years ago
Peter Forstmeier ddc167b068 Adjust some Test's, fix ViewCommands.cs (hint from linquize) 12 years ago
Matt Ward edaea04978 Remove unused code. 12 years ago
Matt Ward 91473ac505 Fix old NuGet packages not being removed on updating. 12 years ago
Matt Ward 1fabf08c7a Fix NuGet packages showing as installed in solution. 12 years ago
jkuehner cff88a4151 Support for "Bring Item To Front / Send To Back" ContextMenu ... 12 years ago
gumme c7f70a14bf String can now be added to collections, for example a ResourceDictionary. 12 years ago
gumme 89ddb464da Fixed SD-1931 - Dragging Pointer from toolbox to WPF designer throws exception. 12 years ago
Matt Ward 69bd540863 Fix error when installing MVVMLight NuGet package. 12 years ago
Matt Ward 8272845a47 Support LocalPath in EnvDTE.Project.Properties. 12 years ago
Matt Ward 9fc8710252 Support LocalPath property in an EnvDTE.ProjectItem.Properties. 12 years ago
gumme 410d44477a Fixed type resolve when pasting a custom control using StaticResource. 12 years ago
gumme cd29a15e0d Removes namespace attributes from child nodes in the pasted snippet if they are already present in the root where the snippet is pasted. 12 years ago
Matt Ward aa6ec0d463 Fix error when installing Fody addins with NuGet. 12 years ago
Matt Ward 5a4cac8dae Fix project build error after installing Fody NuGet package. 12 years ago
Andreas Weizel c8755f9ef6 Rework of "References" node with real models. 12 years ago
Dragan d58aec7529 Branch Coverage Color Highlighter 12 years ago
Dragan 5c9db59630 Code Coverage Highlight Color 12 years ago
Siegfried Pammer 7aa85871f8 add support for renaming local variables and parameters 12 years ago
gumme 91ef4ab5c9 IDictionary (and not just ResourceDictionary) is considered a collection and supported by own XamlParser. 12 years ago
Dragan 99ff2dc137 Unsaved edit 12 years ago
Dragan 1074b5c682 Branch Coverage 12 years ago
Matt Ward 5d2417fdc0 Update NuGet to version 2.7.2 12 years ago
gumme 14dd5a9a43 Added xaml parser support for collections in attached properties. 12 years ago
Siegfried Pammer fa03bcdc10 fix bug in TagComment parsing logic: Mono's C# parser creates comment tokens with wrong line endings in the comment text 12 years ago
Siegfried Pammer a99ad62891 fix possible problem with dynamic assemblies in ClassBrowser 12 years ago
Siegfried Pammer cd75086931 remove ChangeMarkerMargin from DecompiledViewContent, because there won't ever be changes :) 12 years ago
Siegfried Pammer 81679bb651 mute exceptions caused by IssueManager 12 years ago
Siegfried Pammer 293307cb9f fix some more warnings 12 years ago
Siegfried Pammer 3355ca72d4 fix possible bug in ClassBrowserSupport 12 years ago
Siegfried Pammer 59a519d2c0 reimplemented automatic add reference 12 years ago
Siegfried Pammer 866293cea9 remove unused Get methods from DecompiledViewContent 12 years ago
Siegfried Pammer 8f8b4975f1 use ParserService.ParseFile instead of a collection of ViewContents to get information about a decompiled type 12 years ago
Siegfried Pammer 9dfbeb3bcf add ILSpyDisplayBinding 12 years ago
Siegfried Pammer 79c281dba2 move DecompiledViewContent.cs into main source folder 12 years ago
Siegfried Pammer 9b5fec399d implement IParser.GetFileContent: allows the ParserService to work with "files" that are not written to disk 12 years ago
gumme b401bc5cc1 Fixed parser so it can handle explicit lists. 12 years ago
Siegfried Pammer 786e8f7741 use TopLevelTypeReference in DecompiledTypeReference; use ParserService in ILSpySymbolSource.GetSymbols 12 years ago
Siegfried Pammer cd762f8789 decompiled code is never compiler generated (as seen by the debugger) 12 years ago
Siegfried Pammer b5a7cb9bc6 use proper type for local variables from decompiled code 12 years ago
Siegfried Pammer a0ec3c4942 Use ParserService.ParseAsync for view initialization 12 years ago