Author:halw

Date:2008-09-25T14:37:20.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@43 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2008-09-25 14:37:20 +00:00
parent c9b9c2adcd
commit 7d4e6a18b3
23 changed files with 20 additions and 67 deletions

View File

@@ -6,6 +6,3 @@ There are many ways to find a feature in a class. In particular :
* You can also use the [[Class formatters: Introduction|class tab]] in the context tool. It will allow you to see all the [[Attributes| attributes]] or [[Routines|routines]] , or all the [[Exported features|public features]] for instance. If you do not know if the feature you seek is an attributes or a function and if it is public, this may not be the right method either.
* If you know the name or a part of the name of the feature you are looking for, the easier and faster way will probably be to use the [[Main address bar|address bar]] . If you type this name in the feature field of the bar (using "*" and "?" wildcards if you want to), the editor will be centered on the right class if necessary (i.e. if the feature is inherited) and scroll to the position of the text of the feature.