13417 Commits (newNR)
 

Author SHA1 Message Date
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
Siegfried Pammer 21bd92305a fix warnings in XAML binding 12 years ago
Siegfried Pammer b959bf5bdf add better error messages to evaluation visitor 12 years ago
Siegfried Pammer 4b82d6e382 fix typo in CallStackPad 12 years ago
Siegfried Pammer cb0f290477 add Ctrl+F7: Add selected text as watch; simplify EnqueueForEach 12 years ago
Siegfried Pammer e050421879 add support for Solution Format 12.00 12 years ago
Daniel Grunwald 7526232c1a Merge remote-tracking branch 'origin/newNR' (SD 5.0 using NRefactory 5) into master. 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
Matt Ward 5a39ad4d46 Merge branch 'master' into newNR 12 years ago
Matt Ward de00d29db3 Update NUnit to version 2.6.3 12 years ago
Andreas Weizel 26ead0f9bf Completed "Declaring type: ..." context menu basically, but currently no translated name and no proper icon. 12 years ago
Christoph Wille 24ce089696 Merge branch 'master' of https://github.com/icsharpcode/SharpDevelop 12 years ago
Christoph Wille ff27882f9c Chocolatey package for SD 4.3.3 12 years ago
Andreas Weizel 339996c9f9 Added DeclaringTypeSubMenuBuilder. 12 years ago
Andreas Weizel 90e907c3d3 Added "Goto Definition" command to symbol context menus. 12 years ago
mathiassimmack b15ecba5b5 ToolNotFoundDialog added to Contents and Search commands, FSharp added as supported project language 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
Andreas Weizel b3b26db7de Added some code editor context menus dependent on symbol at caret (like "Rename", "Find references" etc.) 12 years ago