diff --git a/documentation/current/eiffelstudio/eiffelstudio-how-tos/designing-project/altering-system/refactoring/rename-class.wiki b/documentation/current/eiffelstudio/eiffelstudio-how-tos/designing-project/altering-system/refactoring/rename-class.wiki index 5cc78c76..da26c555 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-how-tos/designing-project/altering-system/refactoring/rename-class.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-how-tos/designing-project/altering-system/refactoring/rename-class.wiki @@ -3,8 +3,8 @@ [[Property:weight|3]] [[Property:uuid|e70f2760-389a-4c54-ed10-b731dc70e952]] # Start the '''Rename''' refactoring action by either: -## Selecting '''Refactoring->Rename''' from the context menu associated with the class you want to rename. -## Picking the class and drop it into the Rename hole ([[Image:refactor-rename-icon]]) on the [[Main toolbars|refactoring toolbar]]. +## Selecting '''Refactor->Rename''' from the context menu associated with the class you want to rename. +## Picking the class and dropping it into the Rename hole ([[Image:refactor-rename-icon]]) on the [[Main toolbars|refactoring toolbar]]. # After a compilation the '''Refactoring: Class Rename''' dialog appears. You can enter a new name. # You can choose between these options: #* '''Compiled Classes''': only to the refactoring in compiled classes. diff --git a/documentation/current/eiffelstudio/eiffelstudio-how-tos/designing-project/altering-system/refactoring/rename-feature.wiki b/documentation/current/eiffelstudio/eiffelstudio-how-tos/designing-project/altering-system/refactoring/rename-feature.wiki index 89d98fce..2520548d 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-how-tos/designing-project/altering-system/refactoring/rename-feature.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-how-tos/designing-project/altering-system/refactoring/rename-feature.wiki @@ -1,14 +1,12 @@ [[Property:title|Rename Feature]] [[Property:weight|4]] [[Property:uuid|03a8b4de-3c7b-0f9e-ecd2-48ff2035eaf9]] -# Start pick-and-drop on the feature bubble of which you want to change the name. -# Drop it in the '''Rename Feature/Class''' hole. [[Image:refactor-rename-icon]] +# Start the '''Rename feature''' refactoring action by either: +## Selecting '''Refactor->Rename''' from the context menu associated with the feature you want to rename. +## Picking the feature and dropping its pebble into the Rename hole ([[Image:refactor-rename-icon]]) on the [[Main toolbars|refactoring toolbar]]. # After a compilation the '''Refactoring: Feature Rename''' dialog appears. You can enter a new name. - - # You can choose between these options: #* '''Replace Name in Comments''': replace usage of the feature name in comments that follow the '''`featurename'''' syntax. #* '''Replace Name in Strings''': replace usage of the feature name in strings that follow the '''`featurename'''' syntax. - # Click '''OK'''.