From 5fdf20a7fdf0b2bf48ddf05e2cbc6e2d9c1db2e5 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Mon, 7 Mar 2016 10:24:45 +0000 Subject: [PATCH] Update wikipage Rename Feature. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1496 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../refactoring/rename-feature.wiki | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/documentation/trunk/eiffelstudio/eiffelstudio-how-tos/designing-project/altering-system/refactoring/rename-feature.wiki b/documentation/trunk/eiffelstudio/eiffelstudio-how-tos/designing-project/altering-system/refactoring/rename-feature.wiki index 12960fbc..18b3cd4e 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-how-tos/designing-project/altering-system/refactoring/rename-feature.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-how-tos/designing-project/altering-system/refactoring/rename-feature.wiki @@ -1,12 +1,13 @@ -[[Property:title|Rename Feature]] -[[Property:weight|4]] -[[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]]. -# 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'''. - +[[Property:title|Rename Feature]] +[[Property:weight|4]] +[[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]]. +# 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. +#* '''Reuse existing name''': allow two or more features to have the same name during refactoring (note: the compiler will still report an error, if there are two or more features with same name, but this option could be use to merge two features). +# Click '''OK'''. +