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.