1950 Commits (358ea923d487bee28a8c3992b4b5d18d16dfd81e)

Author SHA1 Message Date
Patryk Mikos 824d12ba3b move ClipboardRingAction to new file 12 years ago
Siegfried Pammer 7ff96d0aaa fix bug in decompiler: did not use the correct assembly resolver 12 years ago
Siegfried Pammer b9280c1e8f reimplement automated rename of fields in Windows Forms Designer 12 years ago
Patryk Mikos 40675dc5fb Fix current line renderer bug -> render long lines 12 years ago
Patryk Mikos 94e1938dec Prevent adding blank lines to ClipboardRing 12 years ago
Patryk Mikos 7a4a2e1903 Add clipboard ring to menu 12 years ago
Patryk Mikos 581a9cf281 Clipboard Ring popup context menu added 12 years ago
Patryk Mikos 138e5e0add Remove Text: prefix and item duplications from clipboard ring 12 years ago
Patryk Mikos e16558b94a Add Highlight current line option to Tools->Options memu 12 years ago
Patryk Mikos 9206e93451 Highlight current line added in AvalonEdit 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
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
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
gumme 14dd5a9a43 Added xaml parser support for collections in attached properties. 12 years ago
Siegfried Pammer cd75086931 remove ChangeMarkerMargin from DecompiledViewContent, because there won't ever be changes :) 12 years ago
Siegfried Pammer 293307cb9f fix some more warnings 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
Siegfried Pammer 8e8c5db87d use string instead of StringWriter 12 years ago
Siegfried Pammer b8cd4f3d7a use ModuleDefinition in ILSpyDecompilerService cache; remove CreateCompilationForAssembly 12 years ago
Siegfried Pammer 4d3786a080 remove old code from DecompiledViewContent and NavigateToDecompiledEntityService 12 years ago
Siegfried Pammer 033d56f93c reused functionality from CSharpUnresolvedFile 12 years ago
Siegfried Pammer da5c73a682 implement basic AssemblyDefinition cache 12 years ago
Daniel Grunwald cf3995f1a5 Update to NRefactory commit 'a99a93972cc4e82c969af72568f015019a4d8a96' 12 years ago
Andreas Weizel e8bc3e5a91 Simplified symbol context menu, now the menu entries are included directly inside of EntityContextMenu. 12 years ago
Daniel Grunwald 52ab4d36a5 Normalize newlines in *.cs 12 years ago
Siegfried Pammer 32aa4b092c fix some depreciation warnings in ResourceEditor AddIn 12 years ago
Siegfried Pammer 19372a4f79 fix some more warnings 12 years ago
Daniel Grunwald ce4ca4e81c Suppress more warnings 12 years ago
Daniel Grunwald e6a6f4d2ad Remove old SD.Dom resolver unit tests. 12 years ago
Daniel Grunwald f07ea5af32 Reduce number of compiler warnings; and re-enable some old unit tests. 12 years ago
Daniel Grunwald befea66cf0 Add IPropertyService.LoadExtraProperties + SaveExtraProperties 12 years ago
Daniel Grunwald 2dfa409711 Fix some compiler warnings. 12 years ago
Andreas Weizel 67340f1302 Separate AddInTree paths for context menus of different symbol types with inclusion of EntityContextMenu, where sensible. 12 years ago
jkuehner 77bb8e480a Layout Rounding Design Time Property 12 years ago
jkuehner d267d43428 Outline Node. 12 years ago
jkuehner f8c08d5b0d Fix in design Panel -> element was null 12 years ago