2021-11-12 10:37:38 +01:00
|
|
|
# Texteditor
|
|
|
|
|
2021-11-11 23:36:58 +01:00
|
|
|
Texteditor is a program to edit a text by in- and output into the console.
|
2021-11-12 10:37:38 +01:00
|
|
|
|
|
|
|
# Usermanual
|
|
|
|
|
|
|
|
# ADD a paragraph
|
|
|
|
|
2021-11-11 23:36:58 +01:00
|
|
|
```ADD```
|
2021-11-12 10:37:38 +01:00
|
|
|
First please enter the command add to add a new paragraph at the end of text. Then enter the text you want to add .
|
2021-11-11 23:36:58 +01:00
|
|
|
|
|
|
|
```ADD [n]```
|
2021-11-12 10:37:38 +01:00
|
|
|
If you want to add a paragraph between existing paragraphs then please use the command add and then enter the
|
|
|
|
paragraphnumber it should get. After that enter the text you want to add to that paragraph.
|
|
|
|
|
|
|
|
# DUMMY Text
|
2021-11-11 23:36:58 +01:00
|
|
|
|
|
|
|
```DUMMY```
|
2021-11-12 09:51:37 +01:00
|
|
|
First please enter the command dummy to enter a pre written paragraph into the text.
|
2021-11-11 23:36:58 +01:00
|
|
|
|
|
|
|
```DUMMY [n]```
|
2021-11-12 10:37:38 +01:00
|
|
|
If you want to enter a pre written dummy paragraph between existing paragraphs then please enter the command dummy and
|
|
|
|
then enter the paragraphnumber it should get.
|
|
|
|
|
|
|
|
# REPLACE a Text
|
2021-11-11 23:36:58 +01:00
|
|
|
|
|
|
|
```REPLACE```
|
2021-11-12 10:37:38 +01:00
|
|
|
First please enter the command replace then enter the characters that you want to replace. After that please enter the
|
|
|
|
new characters that should replace the old characters. If don't enter a paragraphnumber, the change will be made in the
|
|
|
|
last paragraph.
|
2021-11-11 23:36:58 +01:00
|
|
|
|
|
|
|
```REPLACE [n]```
|
2021-11-12 10:37:38 +01:00
|
|
|
If you want to replace a text from a specific paragraph, please enter the command and the paragraphnumber and then enter
|
|
|
|
the characters you want to replace. After you entered the characters you want to replace please enter now the new
|
|
|
|
characters that should replace the old characters.
|
|
|
|
|
|
|
|
# DELETE a Text
|
2021-11-11 23:36:58 +01:00
|
|
|
|
|
|
|
```DEL```
|
2021-11-12 09:51:37 +01:00
|
|
|
First please enter the command del to delete the last paragraph.
|
2021-11-11 23:36:58 +01:00
|
|
|
|
|
|
|
```DEL [n]```
|
2021-11-12 09:51:37 +01:00
|
|
|
If you want to delete a specific paragraph then please enter the command del and then the paragraph you want to delete.
|
2021-11-11 23:36:58 +01:00
|
|
|
|
2021-11-12 10:37:38 +01:00
|
|
|
# INDEX
|
|
|
|
|
2021-11-12 09:51:37 +01:00
|
|
|
```INDEX```
|
|
|
|
Please enter the command index to show the index.
|
2021-11-11 23:36:58 +01:00
|
|
|
|
2021-11-12 10:37:38 +01:00
|
|
|
# Print the Text
|
|
|
|
|
2021-11-11 23:36:58 +01:00
|
|
|
```PRINT```
|
2021-11-12 10:37:38 +01:00
|
|
|
Please enter the command print to print out the current text you have. To change the output format, use the
|
|
|
|
commands ```FORMAT FIX``` and ```FORMAT RAW```
|
|
|
|
|
|
|
|
# FORMAT the Text
|
2021-11-11 23:36:58 +01:00
|
|
|
|
2021-11-12 09:51:37 +01:00
|
|
|
```FORMAT RAW```
|
2021-11-12 10:37:38 +01:00
|
|
|
Please enter the command format raw to change the print format to raw. After you changed the format to raw, each
|
|
|
|
paragraph will be printed on one line with it's paragraph number.
|
2021-11-11 23:36:58 +01:00
|
|
|
|
2021-11-12 09:51:37 +01:00
|
|
|
```FORMAT FIX [n]```
|
2021-11-12 10:37:38 +01:00
|
|
|
Please enter the command format fix and the line length which should be used. After you changed the format to fix, the
|
|
|
|
defined line length will be used to print the text.
|