mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
Author:halw
Date:2009-07-21T01:40:57.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@257 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[[Property:title|Search tool]]
|
||||
[[Property:weight|6]]
|
||||
[[Property:uuid|4d0cc8b3-2ffd-42d4-7855-672fa0c11cf8]]
|
||||
EiffelStudio includes a '''search tool''' which allows you to look for a word or a pattern in the editor, the class tool, the feature tool or the output tool, and to replace it by another word if you want.
|
||||
EiffelStudio includes a '''search tool''' which allows you to look for a word, phrase, string or even a pattern and, if you wish, to replace the matches it finds with some other word, phrase, or string. The search scope of the tool can be confined to the current editor pane, to the whole project, or to a custom domain of your choosing.
|
||||
|
||||
If the search tool is not currently visible, you can make it appear by clicking on the search icon [[Image:tool-search-icon]] or by following either menu path:
|
||||
<code lang="text">
|
||||
|
||||
@@ -9,7 +9,7 @@ The set of files is composed of:
|
||||
<div>
|
||||
* <code>EIFGENs/target_name/W_code/</code>'''system.def''' (or F_code)
|
||||
* <code>EIFGENs/target_name/W_code/</code>'''edynlib.c''' (or F_code)
|
||||
* <code lang=text>$(ISE_EIFFEL)/studio/spec/$(ISE_PLATFORM)/templates/</code>'''egc_dynlib.template''' <br/>
|
||||
* <code lang=text>$(ISE_EIFFEL)/studio/config/$(ISE_PLATFORM)/templates/</code>'''egc_dynlib.template''' <br/>
|
||||
this file will be copied during the compilation into the EIFGENs/target_name/W_code/E1 directory as '''egc_dynlib.c'''
|
||||
* <code lang=text>$(ISE_EIFFEL)/studio/spec/$(ISE_PLATFORM)/include/</code>'''egc_dynlib.h'''
|
||||
* and the Makefile
|
||||
|
||||
Reference in New Issue
Block a user