diff --git a/documentation/current/eiffelstudio/eiffelstudio-how-tos/designing-project/altering-system/refactoring/index.wiki b/documentation/current/eiffelstudio/eiffelstudio-how-tos/designing-project/altering-system/refactoring/index.wiki index 58beee63..5d39275e 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-how-tos/designing-project/altering-system/refactoring/index.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-how-tos/designing-project/altering-system/refactoring/index.wiki @@ -3,7 +3,7 @@ [[Property:uuid|08099f7b-aaf4-b629-17f6-b637c4efd63a]] Refactoring actions include renaming classes and features, and relocating features to an ancestor class. Refactoring actions start with a compilation and also end with a compilation. Refactoring has a separate undo functionality which allows you to undo a refactoring action as long as no changes have been made to the classes that have been refactored. -The [[Main toolbars|Refactoring toolbar]] contains holes for both the "rename" ([[Image:refactor-rename-icon]]) and "pull up" ([[Image:refactor-feature-up-icon]]) refactoring actions. So, if the Refactoring toolbar is visible, you can "pick" a feature, for example, and drop it onto one of the refactoring holes. If the Refactoring toolbar is not visible, you can [[Main toolbars|make it visible]] or you can access refactoring actions through the context menu associated with a class or feature name (right-click to see the context menu, or shift-right-click if you are in "pick-and-drop by default" mode). +The [[Main toolbars|Refactoring toolbar]] contains holes for both the '''Rename''' ([[Image:refactor-rename-icon]]) and '''Pull up''' ([[Image:refactor-feature-up-icon]]) refactoring actions. So, if the Refactoring toolbar is visible, you can "pick" a feature, for example, and drop it onto one of the refactoring holes. If the Refactoring toolbar is not visible, you can [[Main toolbars|make it visible]] or you can access refactoring actions through the context menu associated with a class or feature name (right-click to see the context menu, or shift-right-click if you are in "pick-and-drop by default" mode). 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 da26c555..4cac94ce 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 @@ -4,7 +4,7 @@ [[Property:uuid|e70f2760-389a-4c54-ed10-b731dc70e952]] # Start the '''Rename''' refactoring action by either: ## 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]]. +## Picking the class and dropping its pebble 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 2520548d..12960fbc 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 @@ -3,7 +3,7 @@ [[Property:uuid|03a8b4de-3c7b-0f9e-ecd2-48ff2035eaf9]] # 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]]. +## 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. diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/diagram-tool/notation.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/diagram-tool/notation.wiki index c4c2c14c..bc401d40 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/diagram-tool/notation.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/diagram-tool/notation.wiki @@ -45,7 +45,7 @@ A class is represented by an ellipse(sometimes referred to as ''bubble''). It co {{seealso|
-[[Rename class|Changing class names]] }} +[[Rename Class|Changing class names]] }} ==Cluster==