From 4eb0939a9ecee88cf00a509fc1ed612b3c007270 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 6 Dec 2021 13:18:48 -0500 Subject: [PATCH] adding intellij project files now that they have settled a wee bit --- .gitignore | 2 - app/processing4-app.iml | 60 ++++++ .../appbundler/processing4-appbundler.iml | 13 ++ .../processing4-tools-moviemaker.iml | 28 +++ .../ThemeEngine/processing4-tools-theme.iml | 29 +++ core/.gitignore | 1 - core/.idea/.gitignore | 3 + core/.idea/ant.xml | 6 + core/.idea/misc.xml | 6 + core/.idea/modules.xml | 9 + core/.idea/vcs.xml | 6 + core/methods/processing4-core-preproc.iml | 27 +++ core/processing4-core.iml | 12 ++ java/libraries/dxf/processing4-dxf.iml | 13 ++ java/libraries/javafx/processing4-javafx.iml | 35 ++++ java/libraries/net/processing4-net.iml | 13 ++ java/libraries/pdf/processing4-pdf.iml | 21 ++ java/libraries/serial/processing4-serial.iml | 28 +++ java/libraries/svg/processing4-svg.iml | 21 ++ java/processing4-java.iml | 181 ++++++++++++++++++ 20 files changed, 511 insertions(+), 3 deletions(-) create mode 100644 app/processing4-app.iml create mode 100644 build/macosx/appbundler/processing4-appbundler.iml create mode 100644 build/shared/tools/MovieMaker/processing4-tools-moviemaker.iml create mode 100644 build/shared/tools/ThemeEngine/processing4-tools-theme.iml create mode 100644 core/.idea/.gitignore create mode 100644 core/.idea/ant.xml create mode 100644 core/.idea/misc.xml create mode 100644 core/.idea/modules.xml create mode 100644 core/.idea/vcs.xml create mode 100644 core/methods/processing4-core-preproc.iml create mode 100644 core/processing4-core.iml create mode 100644 java/libraries/dxf/processing4-dxf.iml create mode 100644 java/libraries/javafx/processing4-javafx.iml create mode 100644 java/libraries/net/processing4-net.iml create mode 100644 java/libraries/pdf/processing4-pdf.iml create mode 100644 java/libraries/serial/processing4-serial.iml create mode 100644 java/libraries/svg/processing4-svg.iml create mode 100644 java/processing4-java.iml diff --git a/.gitignore b/.gitignore index 95436daf3..a18de53e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,11 @@ .DS_Store .AppleDouble -*.iml ._* *~ /build/shared/reference.zip *.x -# temporary, until we complete the move to IntelliJ #*.iml #/.idea diff --git a/app/processing4-app.iml b/app/processing4-app.iml new file mode 100644 index 000000000..b0634b773 --- /dev/null +++ b/app/processing4-app.iml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/macosx/appbundler/processing4-appbundler.iml b/build/macosx/appbundler/processing4-appbundler.iml new file mode 100644 index 000000000..c30dab7bf --- /dev/null +++ b/build/macosx/appbundler/processing4-appbundler.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/shared/tools/MovieMaker/processing4-tools-moviemaker.iml b/build/shared/tools/MovieMaker/processing4-tools-moviemaker.iml new file mode 100644 index 000000000..608b28585 --- /dev/null +++ b/build/shared/tools/MovieMaker/processing4-tools-moviemaker.iml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/shared/tools/ThemeEngine/processing4-tools-theme.iml b/build/shared/tools/ThemeEngine/processing4-tools-theme.iml new file mode 100644 index 000000000..2d35c6077 --- /dev/null +++ b/build/shared/tools/ThemeEngine/processing4-tools-theme.iml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/core/.gitignore b/core/.gitignore index 541feadb3..d2cc0abf0 100644 --- a/core/.gitignore +++ b/core/.gitignore @@ -1,6 +1,5 @@ bin bin-test -.idea /library/gluegen-rt*.jar /library/jogl-all*.jar diff --git a/core/.idea/.gitignore b/core/.idea/.gitignore new file mode 100644 index 000000000..26d33521a --- /dev/null +++ b/core/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/core/.idea/ant.xml b/core/.idea/ant.xml new file mode 100644 index 000000000..a2a476982 --- /dev/null +++ b/core/.idea/ant.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/core/.idea/misc.xml b/core/.idea/misc.xml new file mode 100644 index 000000000..1763e153b --- /dev/null +++ b/core/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/core/.idea/modules.xml b/core/.idea/modules.xml new file mode 100644 index 000000000..d5b4e612a --- /dev/null +++ b/core/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/core/.idea/vcs.xml b/core/.idea/vcs.xml new file mode 100644 index 000000000..6c0b86358 --- /dev/null +++ b/core/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/core/methods/processing4-core-preproc.iml b/core/methods/processing4-core-preproc.iml new file mode 100644 index 000000000..bea76e7d8 --- /dev/null +++ b/core/methods/processing4-core-preproc.iml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/core/processing4-core.iml b/core/processing4-core.iml new file mode 100644 index 000000000..129c87525 --- /dev/null +++ b/core/processing4-core.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/java/libraries/dxf/processing4-dxf.iml b/java/libraries/dxf/processing4-dxf.iml new file mode 100644 index 000000000..97b6e2863 --- /dev/null +++ b/java/libraries/dxf/processing4-dxf.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/java/libraries/javafx/processing4-javafx.iml b/java/libraries/javafx/processing4-javafx.iml new file mode 100644 index 000000000..e169dfb69 --- /dev/null +++ b/java/libraries/javafx/processing4-javafx.iml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/java/libraries/net/processing4-net.iml b/java/libraries/net/processing4-net.iml new file mode 100644 index 000000000..97b6e2863 --- /dev/null +++ b/java/libraries/net/processing4-net.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/java/libraries/pdf/processing4-pdf.iml b/java/libraries/pdf/processing4-pdf.iml new file mode 100644 index 000000000..5d6ac8011 --- /dev/null +++ b/java/libraries/pdf/processing4-pdf.iml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/java/libraries/serial/processing4-serial.iml b/java/libraries/serial/processing4-serial.iml new file mode 100644 index 000000000..0ca1d9326 --- /dev/null +++ b/java/libraries/serial/processing4-serial.iml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/java/libraries/svg/processing4-svg.iml b/java/libraries/svg/processing4-svg.iml new file mode 100644 index 000000000..484404723 --- /dev/null +++ b/java/libraries/svg/processing4-svg.iml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/java/processing4-java.iml b/java/processing4-java.iml new file mode 100644 index 000000000..e0c6cdc50 --- /dev/null +++ b/java/processing4-java.iml @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file