From f7a21144b87c3a382300f14a41879d81728cd84e Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 30 Jul 2019 13:15:44 +0200 Subject: [PATCH] Add code templates Signed-off-by: Severin Kaderli --- .../phpstorm/config/templates/Angular.xml | 261 ++ .../phpstorm/config/templates/AngularJS.xml | 180 ++ .../phpstorm/config/templates/Custom.xml | 9 + .../phpstorm/config/templates/HTML_XML.xml | 19 + .../config/templates/HTTP Request.xml | 49 + .../config/templates/JavaScript Testing.xml | 22 + .../phpstorm/config/templates/JavaScript.xml | 79 + .../.config/phpstorm/config/templates/PHP.xml | 61 + .../phpstorm/config/templates/React.xml | 231 ++ .../phpstorm/config/templates/Twig.xml | 53 + .../.config/phpstorm/config/templates/Vue.xml | 165 ++ .../phpstorm/config/templates/Zen CSS.xml | 2142 +++++++++++++++++ .../phpstorm/config/templates/Zen HTML.xml | 898 +++++++ .../phpstorm/config/templates/Zen XSL.xml | 160 ++ .../.config/phpstorm/config/templates/xsl.xml | 245 ++ 15 files changed, 4574 insertions(+) create mode 100644 system/.config/phpstorm/config/templates/Angular.xml create mode 100644 system/.config/phpstorm/config/templates/AngularJS.xml create mode 100644 system/.config/phpstorm/config/templates/Custom.xml create mode 100644 system/.config/phpstorm/config/templates/HTML_XML.xml create mode 100644 system/.config/phpstorm/config/templates/HTTP Request.xml create mode 100644 system/.config/phpstorm/config/templates/JavaScript Testing.xml create mode 100644 system/.config/phpstorm/config/templates/JavaScript.xml create mode 100644 system/.config/phpstorm/config/templates/PHP.xml create mode 100644 system/.config/phpstorm/config/templates/React.xml create mode 100644 system/.config/phpstorm/config/templates/Twig.xml create mode 100644 system/.config/phpstorm/config/templates/Vue.xml create mode 100644 system/.config/phpstorm/config/templates/Zen CSS.xml create mode 100644 system/.config/phpstorm/config/templates/Zen HTML.xml create mode 100644 system/.config/phpstorm/config/templates/Zen XSL.xml create mode 100644 system/.config/phpstorm/config/templates/xsl.xml diff --git a/system/.config/phpstorm/config/templates/Angular.xml b/system/.config/phpstorm/config/templates/Angular.xml new file mode 100644 index 0000000..377f6e5 --- /dev/null +++ b/system/.config/phpstorm/config/templates/Angular.xml @@ -0,0 +1,261 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/AngularJS.xml b/system/.config/phpstorm/config/templates/AngularJS.xml new file mode 100644 index 0000000..0969b67 --- /dev/null +++ b/system/.config/phpstorm/config/templates/AngularJS.xml @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/Custom.xml b/system/.config/phpstorm/config/templates/Custom.xml new file mode 100644 index 0000000..1765bf7 --- /dev/null +++ b/system/.config/phpstorm/config/templates/Custom.xml @@ -0,0 +1,9 @@ + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/HTML_XML.xml b/system/.config/phpstorm/config/templates/HTML_XML.xml new file mode 100644 index 0000000..a6912d0 --- /dev/null +++ b/system/.config/phpstorm/config/templates/HTML_XML.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/HTTP Request.xml b/system/.config/phpstorm/config/templates/HTTP Request.xml new file mode 100644 index 0000000..3cf396e --- /dev/null +++ b/system/.config/phpstorm/config/templates/HTTP Request.xml @@ -0,0 +1,49 @@ + + + + + + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/JavaScript Testing.xml b/system/.config/phpstorm/config/templates/JavaScript Testing.xml new file mode 100644 index 0000000..6d5953b --- /dev/null +++ b/system/.config/phpstorm/config/templates/JavaScript Testing.xml @@ -0,0 +1,22 @@ + + + + + + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/JavaScript.xml b/system/.config/phpstorm/config/templates/JavaScript.xml new file mode 100644 index 0000000..93c69a1 --- /dev/null +++ b/system/.config/phpstorm/config/templates/JavaScript.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/PHP.xml b/system/.config/phpstorm/config/templates/PHP.xml new file mode 100644 index 0000000..37ac57f --- /dev/null +++ b/system/.config/phpstorm/config/templates/PHP.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/React.xml b/system/.config/phpstorm/config/templates/React.xml new file mode 100644 index 0000000..998ef61 --- /dev/null +++ b/system/.config/phpstorm/config/templates/React.xml @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/Twig.xml b/system/.config/phpstorm/config/templates/Twig.xml new file mode 100644 index 0000000..a007a2f --- /dev/null +++ b/system/.config/phpstorm/config/templates/Twig.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/Vue.xml b/system/.config/phpstorm/config/templates/Vue.xml new file mode 100644 index 0000000..9c4f82b --- /dev/null +++ b/system/.config/phpstorm/config/templates/Vue.xml @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/Zen CSS.xml b/system/.config/phpstorm/config/templates/Zen CSS.xml new file mode 100644 index 0000000..5d83bb3 --- /dev/null +++ b/system/.config/phpstorm/config/templates/Zen CSS.xml @@ -0,0 +1,2142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/Zen HTML.xml b/system/.config/phpstorm/config/templates/Zen HTML.xml new file mode 100644 index 0000000..ba3cea2 --- /dev/null +++ b/system/.config/phpstorm/config/templates/Zen HTML.xml @@ -0,0 +1,898 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/Zen XSL.xml b/system/.config/phpstorm/config/templates/Zen XSL.xml new file mode 100644 index 0000000..9b31169 --- /dev/null +++ b/system/.config/phpstorm/config/templates/Zen XSL.xml @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/system/.config/phpstorm/config/templates/xsl.xml b/system/.config/phpstorm/config/templates/xsl.xml new file mode 100644 index 0000000..c386e76 --- /dev/null +++ b/system/.config/phpstorm/config/templates/xsl.xml @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file