From 9d737aed2188197f5f44b63016e97cea1bbe8d53 Mon Sep 17 00:00:00 2001 From: Vadim Tsindyaykin <37184064+Vadim-Burns@users.noreply.github.com> Date: Mon, 22 May 2023 19:00:54 +0300 Subject: [PATCH] add Run IDE with Plugin configuration to all plugin samples. (#1038) --- .../.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../module/.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../psi_demo/.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../settings/.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ .../.run/Run IDE with Plugin.run.xml | 24 +++++++++++++++++++ 19 files changed, 456 insertions(+) create mode 100644 code_samples/action_basics/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/comparing_string_references_inspection/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/conditional_operator_intention/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/editor_basics/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/facet_basics/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/framework_basics/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/kotlin_demo/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/live_templates/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/max_opened_projects/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/module/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/project_model/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/project_view_pane/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/project_wizard/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/psi_demo/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/run_configuration/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/settings/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/simple_language_plugin/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/tool_window/.run/Run IDE with Plugin.run.xml create mode 100644 code_samples/tree_structure_provider/.run/Run IDE with Plugin.run.xml diff --git a/code_samples/action_basics/.run/Run IDE with Plugin.run.xml b/code_samples/action_basics/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/action_basics/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/comparing_string_references_inspection/.run/Run IDE with Plugin.run.xml b/code_samples/comparing_string_references_inspection/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/comparing_string_references_inspection/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/conditional_operator_intention/.run/Run IDE with Plugin.run.xml b/code_samples/conditional_operator_intention/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/conditional_operator_intention/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/editor_basics/.run/Run IDE with Plugin.run.xml b/code_samples/editor_basics/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/editor_basics/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/facet_basics/.run/Run IDE with Plugin.run.xml b/code_samples/facet_basics/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/facet_basics/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/framework_basics/.run/Run IDE with Plugin.run.xml b/code_samples/framework_basics/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/framework_basics/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/kotlin_demo/.run/Run IDE with Plugin.run.xml b/code_samples/kotlin_demo/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/kotlin_demo/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/live_templates/.run/Run IDE with Plugin.run.xml b/code_samples/live_templates/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/live_templates/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/max_opened_projects/.run/Run IDE with Plugin.run.xml b/code_samples/max_opened_projects/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/max_opened_projects/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/module/.run/Run IDE with Plugin.run.xml b/code_samples/module/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/module/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/project_model/.run/Run IDE with Plugin.run.xml b/code_samples/project_model/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/project_model/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/project_view_pane/.run/Run IDE with Plugin.run.xml b/code_samples/project_view_pane/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/project_view_pane/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/project_wizard/.run/Run IDE with Plugin.run.xml b/code_samples/project_wizard/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/project_wizard/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/psi_demo/.run/Run IDE with Plugin.run.xml b/code_samples/psi_demo/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/psi_demo/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/run_configuration/.run/Run IDE with Plugin.run.xml b/code_samples/run_configuration/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/run_configuration/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/settings/.run/Run IDE with Plugin.run.xml b/code_samples/settings/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/settings/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/simple_language_plugin/.run/Run IDE with Plugin.run.xml b/code_samples/simple_language_plugin/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/simple_language_plugin/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/tool_window/.run/Run IDE with Plugin.run.xml b/code_samples/tool_window/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/tool_window/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + + diff --git a/code_samples/tree_structure_provider/.run/Run IDE with Plugin.run.xml b/code_samples/tree_structure_provider/.run/Run IDE with Plugin.run.xml new file mode 100644 index 000000000..48a73549f --- /dev/null +++ b/code_samples/tree_structure_provider/.run/Run IDE with Plugin.run.xml @@ -0,0 +1,24 @@ + + + + + + + + true + true + false + + +