13438 Commits (5d4cdedf8daf12ce2a5282f3bc511e7683e0f2f1)
 

Author SHA1 Message Date
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 293307cb9f fix some more warnings 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 3355ca72d4 fix possible bug in ClassBrowserSupport 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
Andreas Weizel 1316bdcebd Merge remote-tracking branch 'remotes/origin/master' into classbrowser 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 f9aeac6366 add support for url-based IDisplayBinding implementations 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
Daniel Grunwald b13f7f8d55 Fix DocumentationElement.DeclaringEntity 12 years ago
Daniel Grunwald df16a5dd34 Fix SD-1924 - Constructor XmlDoc fallback 12 years ago
Siegfried Pammer 4322d540f3 Merge branch 'newNRILSpyDebugger' of github.com:icsharpcode/SharpDevelop 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 996060d7c0 properly implement OnAppDomainCreated, OnAppDomainDestroyed 12 years ago
Siegfried Pammer b8cd4f3d7a use ModuleDefinition in ILSpyDecompilerService cache; remove CreateCompilationForAssembly 12 years ago
Daniel Grunwald eb8a032b83 Fix CSharpAmbience not being found. 12 years ago
Daniel Grunwald 785fa24890 Track all context action invocations, not just those from NRefactory. 12 years ago
Andreas Weizel 7b8b97941d Merge remote-tracking branch 'remotes/origin/newNRILSpyDebugger' into classbrowser 12 years ago
Siegfried Pammer ffca5c4b2f implement support for debugging generic code 12 years ago
Siegfried Pammer 0d9afe3387 Merge branch 'master' of https://github.com/icsharpcode/SharpDevelop into newNRILSpyDebugger 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
Siegfried Pammer 8023662595 fix warning: unused callingProject 12 years ago
Siegfried Pammer 028be7ef0a remove unused code 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 6f021a0f30 Removed try...catch block left after debugging. 12 years ago
Siegfried Pammer a48ff79320 adjust project configurations in Tests solution 12 years ago
Daniel Grunwald 2246366dcb SolutionConfigurationEditor: When the solution is misconfigured to use a non-existing configuration/platform, allow switching to an existing configuration/platform. 12 years ago
Daniel Grunwald a9169e8187 Prefer ModuleDefinition.ReadModule over AssemblyDefinition.ReadAssembly 12 years ago
Andreas Weizel ab83884bc2 Merge remote-tracking branch 'remotes/origin/master' into refactoringFeatures 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 a0a2f124e3 fix some warnings in HelpViewer 12 years ago
Siegfried Pammer 32aa4b092c fix some depreciation warnings in ResourceEditor AddIn 12 years ago
Siegfried Pammer ba2cd7a6aa make some projects with x86 dependencies compile as x86 (fixes MSB3270) 12 years ago
Siegfried Pammer 07f929dfc5 fix nuget reference platform incompatibility compiler warning 12 years ago
Siegfried Pammer 19372a4f79 fix some more warnings 12 years ago