From 50470dc071246ae5c69d8ed4db8669dadf996fbf Mon Sep 17 00:00:00 2001 From: halw Date: Tue, 2 Mar 2010 18:31:36 +0000 Subject: [PATCH] Author:halw Date:2010-03-01T17:56:49.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@491 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../browsing-tools/features-tool/index.wiki | 5 ++--- documentation/current/examples/example-reverse-string.wiki | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/browsing-tools/features-tool/index.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/browsing-tools/features-tool/index.wiki index bc9d93a1..6e817d07 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/browsing-tools/features-tool/index.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/browsing-tools/features-tool/index.wiki @@ -1,5 +1,4 @@ -[[Property:title|Feature tool]] -[[Property:link_title|Features tool]] +[[Property:title|Features tool]] [[Property:weight|3]] [[Property:uuid|bc9b2ef1-b4c4-773a-9ba8-97143fb2727a]] {| border="0" @@ -11,6 +10,6 @@ You will see the signature for each feature | [[Image:feature-tool-signature]] |} -The feature tool ( [[Image:tool-feature-icon]] ) gives a summary of all written-in features of the currently edited class. They are listed in a [[Feature tree|tree representation]] , where the nodes are the feature clauses, and the leaves are the features. +The Features tool gives a summary of all immediate (written-in) features of the currently edited class. They are listed in a [[Feature tree|tree representation]] , where the nodes are the feature clauses, and the leaves are the features. In the tool mini-toolbar, a [[New feature command|new feature command]] is available, which adds a new feature in the edited class. diff --git a/documentation/current/examples/example-reverse-string.wiki b/documentation/current/examples/example-reverse-string.wiki index 2db6421f..a9c06317 100644 --- a/documentation/current/examples/example-reverse-string.wiki +++ b/documentation/current/examples/example-reverse-string.wiki @@ -9,10 +9,12 @@ Reverse the order of the characters in a give string of characters. + ==Source== [http://rosettacode.org/wiki/Reverse_a_string Rosetta Code] + ==Solution==