From 327134e82783f89eb2d419926b32b9cf15e05265 Mon Sep 17 00:00:00 2001 From: Andrin Fassbind Date: Fri, 29 Oct 2021 08:28:51 +0200 Subject: [PATCH 1/3] directory src Test --- .idea/gruppe06-hufflepuff-projekt2-texteditor.iml | 5 ++++- .idea/runConfigurations.xml | 10 ---------- 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 .idea/runConfigurations.xml diff --git a/.idea/gruppe06-hufflepuff-projekt2-texteditor.iml b/.idea/gruppe06-hufflepuff-projekt2-texteditor.iml index d6ebd48..c4e11c6 100644 --- a/.idea/gruppe06-hufflepuff-projekt2-texteditor.iml +++ b/.idea/gruppe06-hufflepuff-projekt2-texteditor.iml @@ -2,7 +2,10 @@ - + + + + diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 797acea..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file From a11ca8148aaa02884b857bdefa11347ffbeefaea Mon Sep 17 00:00:00 2001 From: Andrin Fassbind Date: Fri, 29 Oct 2021 08:31:43 +0200 Subject: [PATCH 2/3] directory src Test --- .idea/gruppe06-hufflepuff-projekt2-texteditor.iml | 7 +++++-- gruppe06-hufflepuff-projekt2-texteditor.iml | 11 ----------- 2 files changed, 5 insertions(+), 13 deletions(-) delete mode 100644 gruppe06-hufflepuff-projekt2-texteditor.iml diff --git a/.idea/gruppe06-hufflepuff-projekt2-texteditor.iml b/.idea/gruppe06-hufflepuff-projekt2-texteditor.iml index d6ebd48..4ecaa16 100644 --- a/.idea/gruppe06-hufflepuff-projekt2-texteditor.iml +++ b/.idea/gruppe06-hufflepuff-projekt2-texteditor.iml @@ -1,8 +1,11 @@ - +?xml version="1.0" encoding="UTF-8"?> - + + + + diff --git a/gruppe06-hufflepuff-projekt2-texteditor.iml b/gruppe06-hufflepuff-projekt2-texteditor.iml deleted file mode 100644 index c90834f..0000000 --- a/gruppe06-hufflepuff-projekt2-texteditor.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file From f0b5dc51945c27df1d6d266184531b6b889e3aef Mon Sep 17 00:00:00 2001 From: Andrin Fassbind Date: Fri, 29 Oct 2021 08:39:44 +0200 Subject: [PATCH 3/3] Test main --- .idea/misc.xml | 2 +- src/TextEditor.java | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 639900d..dda7141 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/src/TextEditor.java b/src/TextEditor.java index 5599ac5..45cd654 100644 --- a/src/TextEditor.java +++ b/src/TextEditor.java @@ -1,2 +1,6 @@ public class TextEditor { + + public static void main(String[] args) { + + } }