15 Commits (48383a8bec0df2964f35e1f34f2d4be9404e5d95)

Author SHA1 Message Date
Matt Ward 48383a8bec Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder. 16 years ago
Martin Koníček 848ae53d54 Decoupled "IntroduceMethod" from context menu to separate file GenerateCode.cs, so that it is now available for context actions as well. 16 years ago
Martin Koníček e4032c09f0 Moved MenuItemFactories in SharpRefactoring.adding to subfolder. 16 years ago
Martin Koníček 47ee9924e7 "Implement abstract class" editor context action. 16 years ago
Martin Koníček e7ab1474fc Progress with editor Context actions. 16 years ago
Martin Koníček d95e218172 Added basic classes for editor Context actions (ReSharper-like "bulb"). 16 years ago
Daniel Grunwald c9a780068a Make sure buttons have the correct size (using a style with MinWidth=75 and Padding=9,1). 16 years ago
Martin Koníček 86fec631cd Moved 16 years ago
Siegfried Pammer c205588351 moved ExpandAutomaticProperty and ConvertToAutomaticProperty to SharpRefactoring 16 years ago
Siegfried Pammer 3115ce0a60 fixed bugs in IntroduceMethod (including SD2-1665) 16 years ago
Martin Koníček de1fefa9a9 Implemented switch snippet which inserts switch body dependent on switch condition. For enum condition prefills are enum cases. For non-enum condition inserts generic switch body with one case, like the old snippet. 16 years ago
Siegfried Pammer 2fd42c367b - implemented InsertCtorCommand as Snippet 16 years ago
Siegfried Pammer 7bd640d2b1 - improved IntroduceMethod 16 years ago
Siegfried Pammer 5578fd2088 - added SharpRefactoring.Tests 16 years ago
Siegfried Pammer 6cbe5b0635 - reimplemented code generators in 4.0 (fixes SD2-1599) 17 years ago
Siegfried Pammer c29815a7c0 - Removed OverrideEqualsGetHashCodeMethodsCommand and OverrideEqualsGetHashCodeMethodsCommand from Refactor menu 17 years ago
Siegfried Pammer b03fe447ab - added InlineUIElementGenerator and AvalonEditEditorUIService 17 years ago
Siegfried Pammer 98242a8a97 - added EntityType to IEntity 17 years ago
Siegfried Pammer c3fe371f8f ported ExtractMethodCommand to ITextEditor 17 years ago
Daniel Grunwald 31c5fd83d3 Remove unused XML-Parser. 17 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 17 years ago
Siegfried Pammer feb47eeec8 Extract Method: clean up and bug fixes 17 years ago
Siegfried Pammer dcfd505a9e Updated ExtractMethod refactoring 18 years ago
Siegfried Pammer f5e2708407 Improved "ExtractMethod" refactoring 18 years ago
Daniel Grunwald ca962af8e9 Move ParameterCheckRefactoringMenuBuilder to SharpRefactoring. 18 years ago
Daniel Grunwald 927fde6d60 Add SharpRefactoring 18 years ago
Daniel Grunwald 191f894328 Use MSBuild 3.5. 19 years ago
Daniel Grunwald 083b5340a2 Fixed SD2-990: Allow to specify path to FxCop in the options 20 years ago
Matt Ward 1eddd435a2 Updated to NUnit 2.2.8. Commented out SharpDevelop tests that no longer compile. Removed all occurrences of %3B from project files. Added a probing binary path to SharpDevelop's app.config pointing to the location of the NUnit assemblies. This allows the Unit Testing window to work without needing NUnit added to the GAC. 20 years ago
Daniel Grunwald 4af14f6adf When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions. 20 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 20 years ago
Daniel Grunwald ee3b8e7273 Add "Suppress message" command to FxCop warnings on the error list 20 years ago
Daniel Grunwald c842399550 Allow AddIns to customize the MSBuild logger. 20 years ago
Daniel Grunwald 05c43ceb3f Worked on FxCop integration. 20 years ago
Daniel Grunwald d345513b3b Add Code Analysis AddIn (can control which FxCop rules to run). 20 years ago
Daniel Grunwald 7a95e8ead4 Update AssemblyInfo to version 2.1. 21 years ago
Daniel Grunwald 2cff0d9e07 Added context menu to AddInManager, put strings into translation database. Chloë (GeneralWizardBackground.png) now uses alpha transparency and looks great in different color profiles. 21 years ago
Daniel Grunwald 155e8acf0f Implemented adding and removing external AddIns. 21 years ago
Daniel Grunwald d4304b6400 Add simple AddIn manager that can enable and disable AddIns. 21 years ago
Matt Ward a6dfc69c0c Added support for Mono 1.1.9.2 21 years ago