From 1f1fb5febbc9fb854b71e504cd0b126feea85f7d Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Thu, 8 Sep 2016 08:25:39 +0000 Subject: [PATCH] Update wikipage Recompiling and Editing. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1607 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../trunk/eiffelstudio/Tutorials/recompiling-and-editing.wiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/trunk/eiffelstudio/Tutorials/recompiling-and-editing.wiki b/documentation/trunk/eiffelstudio/Tutorials/recompiling-and-editing.wiki index ce70481b..4a9df320 100644 --- a/documentation/trunk/eiffelstudio/Tutorials/recompiling-and-editing.wiki +++ b/documentation/trunk/eiffelstudio/Tutorials/recompiling-and-editing.wiki @@ -63,7 +63,7 @@ When you edit text, it will be automatically '''indented''' according to standar Tools --> Preferences --> Editor To indent a sequence of lines, select the lines, then use - + Edit --> Advanced --> Indent selection You can also use the Tab key, but only if the selection consists of one or more entire lines; otherwise typing Tab will simply replace the selected text with a Tab character. Shift-Tab will similarly decrease indentation by one step. @@ -77,7 +77,7 @@ Other useful facilities of the Edit --> Advanced menu are * Embed in "debug", CTRL-D, which will include the selected instructions in a debug ... end instruction, so that their execution becomes conditional on a Debug compilation option. -==Search and replace== +== Search and replace == The editor lets you search for text and replace occurrences, individually or globally. We assume you have seen a text search facility before, so we'll just emphasize some of the less obvious features.