16 Commits (19c6754f6c5290113161f9d145bba867dcfce726)

Author SHA1 Message Date
Daniel Grunwald 19c6754f6c Make "expand automatic property" available in class member bookmark. 15 years ago
Martin Koníček 914b742a6d Split ImplementInterface and ImplementInterfaceExplicit to 2 Context action providers so they can be disabled separately. 15 years ago
Martin Koníček 58aa53cd4f Moved "Move class to matching file name" and "Rename file to match class name" from context menu to context actions. 15 years ago
Martin Koníček 46060649fb Moved "Add check for null" and "And range check" from context menu to context actions. 15 years ago
Martin Koníček cbc1b162e6 Added 2 context actions - Check null, Check not null. They are offered after assignments to local variables. In case they annoy you: soon it will be possible to turn off any action easily right from the actions popup. 15 years ago
Martin Koníček 13e4f5a65b - Removed context menu items which are now represented by Context actions (it will be possible to add context actions also to any menu if we decide to do so). ResolveExtensionMethod and ResolveAttribute will be implemented as context actions soon. 15 years ago
Martin Koníček d95e218172 Added basic classes for editor Context actions (ReSharper-like "bulb"). 15 years ago
Martin Koníček 86fec631cd Moved 15 years ago
Martin Koníček 2882236cef Moved context menu items "Implement interface" from SharpDevelop to SharpRefactoring.addin, where "Implement abstract class" is. 15 years ago
Siegfried Pammer c205588351 moved ExpandAutomaticProperty and ConvertToAutomaticProperty to SharpRefactoring 15 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 12fc1baa6f add class code generators to refactorings context menu 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) 16 years ago
Siegfried Pammer c29815a7c0 - Removed OverrideEqualsGetHashCodeMethodsCommand and OverrideEqualsGetHashCodeMethodsCommand from Refactor menu 16 years ago
Siegfried Pammer 98242a8a97 - added EntityType to IEntity 16 years ago
Daniel Grunwald f41bf57e52 SD2-1521: Reconsider what a 'preinstalled addin' is. 17 years ago
Siegfried Pammer dcfd505a9e Updated ExtractMethod refactoring 17 years ago
Siegfried Pammer f5e2708407 Improved "ExtractMethod" refactoring 17 years ago
Daniel Grunwald ca962af8e9 Move ParameterCheckRefactoringMenuBuilder to SharpRefactoring. 17 years ago
Daniel Grunwald 927fde6d60 Add SharpRefactoring 17 years ago