Prev | Index | Next                    Home

Editing

In the interest of simplicity Sue Center does not have complete editing facilities to enable easy revisions of the text you have entered. Such generalized editing is actually a complex task and would require a sophisticated interface.

Text in Sue Center is mostly entered in a running stream as if we were speaking. We can't retrieve spoken words from the air to change them. If we speak in error our listeners do usually adapt and communication does happen.

It IS annoying, however, to know that you have made an error that you can't fix. If you see that you have entered something in the message area that you wish were different there are two ways to remedy it.

The first is to simply delete characters and words until you get to the place you want to change. This is rather unsatisfying because you may be deleting words you actually did want.

The other way to do an edit is tricky to explain but quite powerful. Let's say you have entered this in the message area:

NOW IS THE TIMF FOR ALL GOOD PEOPLE TO
and you realize that TIMF should be TIME. You can enter the following 5 characters at the end of the text:
NOW IS THE TIMF FOR ALL GOOD PEOPLE TO /F/E/
When the final slash is chosen the program will:

and Voila! you have performed the desired edit. You can continue entering text at the end of the phrase.

Another example:

NOW IS THE TIMEFOR ALL GOOD PEOPLE TO /EF/E_F/
A space will be inserted after 'TIME'.

Note that the underscore above (and below) is used to represent a space in a more visible way.

You also could have done the above edit in the following ways to achieve the same result:

/TIME/TIME_/
/ME/ME_/
/F/_F/
but it would not work to do this:
/E/E_/
because the first E on the line is in the word 'THE' not 'TIME'. You would end up with 'THE__TIMEFOR' which is not what you wanted.

Two more examples:

NOW IS THE TIME FOR ALL GOOD PEOPLE /THE_/THE BEST /

NOW IS THE TIMGE FOR ALL GOOD PEOPLE /G//
You can use the * character as a wildcard to match several letters:
NOW IS THE TIME FOR ALL GOOD PEOPLE /_I*D//
to produce
NOW PEOPLE
Since making such 'search and replace' edits is sometimes difficult to get right, you can UNDO an edit by entering an apostrophe (' - also known as a single quote) immediately after seeing the faulty edit.

If the string you are searching for is not found you will be notified of this and nothing further will be done.

If the line you are editing contains a slash you can use an alternative editing delimiter of percent.

http://www.helo.com/greet/hi/howdy.html %l%ll%
If the line contains both a slash and a percent you are out of luck.

Prev | Index | Next                    Home