Go to file
Andrin Fassbind 8225111671 added unique error message to invalid format length 2021-11-12 08:50:03 +01:00
.idea Delete runConfigurations.xml 2021-11-09 21:10:01 +01:00
docs update in Classdiagramm 2021-11-11 16:45:00 +01:00
src added unique error message to invalid format length 2021-11-12 08:50:03 +01:00
test change in TextTest.java 2021-11-11 22:42:10 +01:00
.gitignore index and get Methode in text.java done 2021-11-05 09:58:40 +01:00
README.md README file has been written for all commands. 2021-11-11 23:36:58 +01:00

README.md

#Texteditor Texteditor is a program to edit a text by in- and output into the console. #Usermanual #ADD a Textline ADD First please enter the command add to add a new textline. Then enter the text you want to add .

ADD [n] If you want to add a textline to a certain paragraph then please use the command add and then enter that paragraphnummber. After that enter the text you want to add to that paragraph.

#DUMMY Text DUMMY First please enter the command dummy to enter a pre written text into the textline.

DUMMY [n] If you want to enter a pre written dummy text into a specific paragraph then please enter the command dummy and then the paragraph that you want to use.

#REPLACE a Text REPLACE 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.

REPLACE [n] If you want to replace a text from a certain paragraph, please enter the command replace 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 DEL First please enter the command del to delete a text. Then please enter the text size you want to delete.

DEL [n] If you want to delete a text from a certain paragraph then please enter the command del and then the paragraph that you want to delete.

#INDEX ÌNDEX First please enter the command index to show the index.

#Print the Text PRINT First please enter the command print to print out the current text you have.

#FORMAT the Text FORMAT