7130 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
Siegfried Pammer 035cbe30b7 add simple implementation of ClassBrowserPad, ClassBrowserTreeView and some tree nodes 12 years ago
Andreas Weizel 060a147cd6 UpdateNotifier with balloon tip now works. 12 years ago
Andreas Weizel 6ca27d8a1f Basis for UpdateNotifier in AddInManager2, some refactoring, fixed resource warning on startup. 12 years ago
Matt Ward d456cab4a5 Do not show reload solution dialog when moving F# files inside project. 12 years ago
Andreas Weizel f04b15baf6 Fixed "override ToString()" refactoring to only show fields and properties of current class (not from base classes). 12 years ago
Andreas Weizel a2e20fdeb3 Introduced ParamRangeCheckContextAction. 12 years ago
Andreas Weizel 9e7455d212 Fixed "insert ctor" refactoring to only show fields and properties of current class (not from base classes). 12 years ago
Andreas Weizel 4f926cca48 Introduced RenameFileToMatchTypeNameContextAction. 12 years ago
Matt Ward 7cadb40e97 Show NuGet package id when package selected. 12 years ago
Matt Ward f0cdd01d92 Show NuGet package title in Manage Packages dialog. 12 years ago
Daniel Grunwald a9a6d4fc35 Disable RedundantTypeCastIssue (too many false positives) 12 years ago
Daniel Grunwald 1b2ad62f09 Increase DispatcherPriority of some BeginInvoke calls to ensure that no user input is processed before the callback runs. 12 years ago
Siegfried Pammer 6595adb585 use AfterResolveReferences instead of PreBuildEvent for X64Converter 12 years ago
Siegfried Pammer 546a12f9c3 reset references to NRefactory in X64Converter/Profiler.X64Converter.csproj 12 years ago
Matt Ward 1947c8c3e8 Update NuGet to version 2.6 12 years ago
Siegfried Pammer 6021279bfc move all statements inside try-catch blocks 12 years ago
Siegfried Pammer 473480ab24 show FQN in XMLDoc tooltips (matches SD 4.x behavior) 12 years ago
Andreas Weizel 1a49d18ec7 Fixed "switch" code snippet, added "ifnull" and "ifnotnull" snippets. 12 years ago
Siegfried Pammer ff672237d2 remember last selection in SearchForIssuesDialog 12 years ago
Tobias Ibounig 59e9c0a69c Added Profiler to SharpDevelopTests solution 12 years ago
Siegfried Pammer b738fff109 fix NRE in CreateElementList, if it's a file without a current ITypeDefinition (e.g. ResourceDictionary) 12 years ago
Andreas Weizel 6a09d692de Part II of: Closing of AbstractInlineRefactorDialog-based dialogs on Undo command is now handled without faking input. 12 years ago
Tobias Ibounig 280458b86a Added a using 12 years ago
Tobias Ibounig 250e9b1356 Cleanup of Profiler 12 years ago
Tobias Ibounig c35884e967 - Removed GetUnitTestingNames 12 years ago
Tobias Ibounig a3fcb21f92 refactored Profiler to work with NewNR 12 years ago
Andreas Weizel 9ce0d70a81 Closing of AbstractInlineRefactorDialog-based dialogs on Undo command is now handled without faking input. 12 years ago
Matt Ward 25a316f1d5 Show NuGet console when running PowerShell scripts from Manage Packages dialog. 12 years ago
Matt Ward 5b441b46ab Report PowerShell script errors in Manage Packages dialog. 12 years ago
Siegfried Pammer 6462cf409a add missing file 12 years ago
Matt Ward fdcc282862 Support FileConflictAction parameter in NuGet commands. 12 years ago
Andreas Weizel da7265e65d Migrated CreateProperties refactoring snippet to NR5. 12 years ago
Siegfried Pammer 78d4cc2632 Add comment column and edit command to Resource Editor 12 years ago
Siegfried Pammer 8bdd68f232 properly handle comment metadata in Resource Editor 12 years ago
Matt Ward 7555fc0590 Show WiX not installed message on creating new project and WiX is missing. 12 years ago
Matt Ward be804c74b4 Add System reference to F# project templates. 12 years ago
Andreas Weizel f948a9cbda Fix for version comparison issue showing already installed packages as "update" in repository. 12 years ago
Matt Ward 06555aeb0e Change default MyGet feed url 12 years ago
Andreas Weizel 034cf176b3 Fixed issues with property/field selection in some refactoring snippet dialogs. 12 years ago
Daniel Grunwald 012ab9129f EnvDTE.CodeModel: re-enable a few unit tests 12 years ago
Daniel Grunwald 3609078840 [WIP] EnvDTE 12 years ago
Daniel Grunwald 3af9b3f842 CSharpSymbolSearch: use newCode. 12 years ago
Daniel Grunwald 855b848f36 Allow updating code from EnvDTE via LanguageBinding.CodeGenerator 12 years ago
Daniel Grunwald 77a30c4a1a [WIP] PackageManagement.EnvDTE 12 years ago
Siegfried Pammer 9d92c13c9d implement display of enum values in debugger tooltips 12 years ago
Andreas Weizel bb4a574e8e Improved look of page navigation bar in AddInManager's package view. 12 years ago
Andreas Weizel 00491b78fd Moved AddInManager2 resource strings to central resource and updated latest string resources from server. 12 years ago
Siegfried Pammer 709285d091 implement CodeDomLocalizationModel detection in FormsDesigner 12 years ago
Peter Forstmeier 59cc3d04f1 remove NotImplementedException 12 years ago
Siegfried Pammer 50bc7eab20 fix resolving attached members in XamlAstResolver 12 years ago