From 0ca53d06786c9debd95141fd30c58a9aebd0d1ae Mon Sep 17 00:00:00 2001 From: prajczerpeter <prajczer.peter@hallgato.ppke.hu> Date: Fri, 28 Feb 2020 08:16:57 +0100 Subject: [PATCH] PY-2019.3.1 <prape@r421-69 Create ide.general.xml, Default.xml, colors.scheme.xml, laf.xml, Default.xml, debugger.xml --- _linux/laf.xml | 5 +++++ codestyles/Default.xml | 1 + colors.scheme.xml | 5 +++++ debugger.xml | 13 +++++++++++++ ide.general.xml | 5 +++++ inspection/Default.xml | 3 +++ 6 files changed, 32 insertions(+) create mode 100644 _linux/laf.xml create mode 100644 codestyles/Default.xml create mode 100644 colors.scheme.xml create mode 100644 debugger.xml create mode 100644 ide.general.xml create mode 100644 inspection/Default.xml diff --git a/_linux/laf.xml b/_linux/laf.xml new file mode 100644 index 0000000..dbf49b4 --- /dev/null +++ b/_linux/laf.xml @@ -0,0 +1,5 @@ +<application> + <component name="LafManager"> + <laf class-name="com.intellij.ide.ui.laf.IntelliJLaf" /> + </component> +</application> \ No newline at end of file diff --git a/codestyles/Default.xml b/codestyles/Default.xml new file mode 100644 index 0000000..e94f32a --- /dev/null +++ b/codestyles/Default.xml @@ -0,0 +1 @@ +<code_scheme name="Default" version="173" /> \ No newline at end of file diff --git a/colors.scheme.xml b/colors.scheme.xml new file mode 100644 index 0000000..a7fa7c5 --- /dev/null +++ b/colors.scheme.xml @@ -0,0 +1,5 @@ +<application> + <component name="EditorColorsManagerImpl"> + <global_color_scheme name="_@user_Default" /> + </component> +</application> \ No newline at end of file diff --git a/debugger.xml b/debugger.xml new file mode 100644 index 0000000..544ab15 --- /dev/null +++ b/debugger.xml @@ -0,0 +1,13 @@ +<application> + <component name="XDebuggerSettings"> + <data-views /> + <general /> + <debuggers> + <debugger id="javascript"> + <configuration> + <custom-object-presentation /> + </configuration> + </debugger> + </debuggers> + </component> +</application> \ No newline at end of file diff --git a/ide.general.xml b/ide.general.xml new file mode 100644 index 0000000..cf8a656 --- /dev/null +++ b/ide.general.xml @@ -0,0 +1,5 @@ +<application> + <component name="GeneralSettings"> + <option name="showTipsOnStartup" value="false" /> + </component> +</application> \ No newline at end of file diff --git a/inspection/Default.xml b/inspection/Default.xml new file mode 100644 index 0000000..da0c24f --- /dev/null +++ b/inspection/Default.xml @@ -0,0 +1,3 @@ +<profile version="1.0"> + <option name="myName" value="Default" /> +</profile> \ No newline at end of file -- GitLab