diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/browsing-tools/search-tool.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/browsing-tools/search-tool.wiki index 5ea808b7..ae4b4668 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/browsing-tools/search-tool.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/browsing-tools/search-tool.wiki @@ -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: diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/dynamic-library-generation/dynamic-library-generated-files.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/dynamic-library-generation/dynamic-library-generated-files.wiki index d56a13f3..66e0c212 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/dynamic-library-generation/dynamic-library-generated-files.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/dynamic-library-generation/dynamic-library-generated-files.wiki @@ -9,7 +9,7 @@ The set of files is composed of:
* EIFGENs/target_name/W_code/'''system.def''' (or F_code) * EIFGENs/target_name/W_code/'''edynlib.c''' (or F_code) -* $(ISE_EIFFEL)/studio/spec/$(ISE_PLATFORM)/templates/'''egc_dynlib.template'''
+* $(ISE_EIFFEL)/studio/config/$(ISE_PLATFORM)/templates/'''egc_dynlib.template'''
this file will be copied during the compilation into the EIFGENs/target_name/W_code/E1 directory as '''egc_dynlib.c''' * $(ISE_EIFFEL)/studio/spec/$(ISE_PLATFORM)/include/'''egc_dynlib.h''' * and the Makefile