mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
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
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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==
|
||||
|
||||
<code>
|
||||
|
||||
Reference in New Issue
Block a user