mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-04-05 17:49:26 +02:00
Author:jfiat
Date:2009-11-19T17:49:07.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@360 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -21,7 +21,7 @@ The Editing Tool hosts a text editor which you can use to change the class text.
|
||||
io.new_line
|
||||
</code>
|
||||
|
||||
They are very similar to the current first two lines of the routine, so you can just use copy-paste: select the first two lines with the mouse, copy them using <code>CTRL-C</code> (or <code>Copy</code> from the <code>Edit</code> menu), then paste them just after the <code>do</code> using <code>CTRL-V</code> (or <code>Paste</code> from the <code>Edit</code> menu). Add or remove tabs to align with the rest of the routine, and change the string to <code lang=text>THIS IS SOME MORE ADDED TEXT</code> so that the result will look like what's shown on the next figure. This is all there is to change; the second line remains untouched. Please check the result and be careful not to introduce any mistakes; in the next section we'll study how EiffelStudio will report syntax and other errors, but right now we want to see what happens when everything is right!
|
||||
They are very similar to the current first two lines of the routine, so you can just use copy-paste: select the two lines with the mouse, copy them using <code>CTRL-C</code> (or <code>Copy</code> from the <code>Edit</code> menu), then paste them just after the <code>do</code> using <code>CTRL-V</code> (or <code>Paste</code> from the <code>Edit</code> menu). Add or remove tabs to align with the rest of the routine, so that the result will look like what's shown on the next figure. This is all there is to change; the second line remains untouched. Please check the result and be careful not to introduce any mistakes; in the next section we'll study how EiffelStudio will report syntax and other errors, but right now we want to see what happens when everything is right!
|
||||
|
||||
[[Image:index-67]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user