3448 Commits (6aad1ae617d4017ccd5f487efd36d586cb4bc62a)

Author SHA1 Message Date
Patryk Mikos 71a6ee8bfc ClipboardRingPopup support for empty ClipboardRing 12 years ago
Patryk Mikos 4fb28f4317 ClipboardRingPopup support for long entries - skeleton 12 years ago
Andreas Weizel a9dc86421a Fix: InvalidOperationException when closing an AsynchronousWaitDialog after a long-lasting renaming operation. 12 years ago
Daniel Grunwald a985b628a5 Fix build. 12 years ago
Daniel Grunwald 6bb1a30fef Fix some NotImplementedExceptions 12 years ago
Andreas Weizel 6e2b7fb19f Support for renaming parameters of anonymous methods and lambda expressions. 12 years ago
Siegfried Pammer b9280c1e8f reimplement automated rename of fields in Windows Forms Designer 12 years ago
Patryk Mikos abc03c0059 Invert order in clipboard ring -> more frequent items at top 12 years ago
Patryk Mikos 94e1938dec Prevent adding blank lines to ClipboardRing 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
Dragan 168b6a3d9d CodeCoverage: extend SequencePoint & refactoring 12 years ago
Daniel Grunwald d81caa62a6 Don't crash if SideBarConfig.xml cannot be loaded. 12 years ago
Siegfried Pammer 2a827e6213 implement rename for entities defined by or used in XAML 12 years ago
Andreas Weizel d255a12552 ClassBrowser: Broken base types when project contains references to assemblies somewhere in file system (neither output dir, nor GAC). 12 years ago
Andreas Weizel afbeb5cbe7 ClassBrowser: Fixed changing sort order of type child nodes after code updates. 12 years ago
Daniel Grunwald c3025fab39 Ignore invalid entries in SolutionConfigurationPlatforms section. 12 years ago
Andreas Weizel 79abe545f8 Fixed wrong sorting of nested types in TypeDefinitionTreeNode. 12 years ago
Andreas Weizel a44187f141 Next attempt to fix the double-member issue in ClassBrowser. 12 years ago
Andreas Weizel 6c66aff7bc ClassBrowser: Fixed some more problems in reference handling. 12 years ago
Andreas Weizel b088f731db ClassBrowser: Fixed some problems with COM and project references. 12 years ago
Andreas Weizel 3bc1a0473d ClassBrowser: Context menu to edit references of a project. 12 years ago
Andreas Weizel a135d6ca81 Removed problematic double-entry fix for ClassBrowser again. 12 years ago
Andreas Weizel b5b1573082 Fix: Doubled members of project types in Class Browser. 12 years ago
Andreas Weizel c8755f9ef6 Rework of "References" node with real models. 12 years ago
Siegfried Pammer 7aa85871f8 add support for renaming local variables and parameters 12 years ago
Daniel Grunwald b9aee1fb74 Unit-test for adding projects to disconnected folders. 12 years ago
Andreas Weizel 5003477b9e Updating some properties of a project's AssemblyModel when ProjectContentContainer is created. 12 years ago
Andreas Weizel e172ffe221 Bugfix for access to null reference of ProjectContent. 12 years ago
Daniel Grunwald a9c6ea6b65 Add .NET 4.5.1 target framework. 12 years ago
Andreas Weizel c49498f2bf Removed unneeded HasBaseTypes() and HasDerivedTypes() methods. 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 e537efb18c remove expensive HasBaseTypes and HasDerivedTypes calls 12 years ago
Siegfried Pammer b247804bd6 do not enforce creation of child nodes, if node cannot be searched anyway 12 years ago
Siegfried Pammer a881e8d555 Updates of CompilableProject.AssemblyModel should be handled by ProjectContentContainer to reduce performance impact 12 years ago
Andreas Weizel bca158814d Improved performance of BaseTypesTreeNode, which was massively slowing down the ClassBrowser. 12 years ago
Andreas Weizel 581148863f If target assembly is not in ClassBrowser's workspace, now "Show in Class Browser" automatically loads the assembly temporarily (as unpinned) into the workspace. Added a separate icon for unpinned assemblies. 12 years ago
Siegfried Pammer 40aabdde83 fix NRE in ResolveReference, if a project has no ProjectContent (i.e. is not fully supported by SD) 12 years ago
Siegfried Pammer 59a519d2c0 reimplemented automatic add reference 12 years ago
Andreas Weizel b682fd42fa Added "References" node to projects in ClassBrowser. 12 years ago
Andreas Weizel fff3662f4b Fix: EntityContextMenu not shown in ClassBrowser for types and members from external assemblies. 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
Siegfried Pammer b8cd4f3d7a use ModuleDefinition in ILSpyDecompilerService cache; remove CreateCompilationForAssembly 12 years ago
Daniel Grunwald 785fa24890 Track all context action invocations, not just those from NRefactory. 12 years ago
Siegfried Pammer 4d3786a080 remove old code from DecompiledViewContent and NavigateToDecompiledEntityService 12 years ago
Siegfried Pammer 8023662595 fix warning: unused callingProject 12 years ago
Daniel Grunwald a46af4b4e4 Implement "Refresh reference" 12 years ago
Daniel Grunwald cf3995f1a5 Update to NRefactory commit 'a99a93972cc4e82c969af72568f015019a4d8a96' 12 years ago
Andreas Weizel b1ec1ca977 Localization of "Declaring type" menu item. 12 years ago
Andreas Weizel e8bc3e5a91 Simplified symbol context menu, now the menu entries are included directly inside of EntityContextMenu. 12 years ago