From de33186e6f975e2682896bfd5201d06692b3a7b5 Mon Sep 17 00:00:00 2001 From: Inez Korczynski Date: Wed, 27 Jul 2016 10:00:28 -0700 Subject: [PATCH 1/5] Automatically configure Auto Import Exclude from Import and Completion list --- configs/options/editor.codeinsight.xml | 17 +++++++++++++++++ install.sh | 4 ++++ 2 files changed, 21 insertions(+) create mode 100644 configs/options/editor.codeinsight.xml diff --git a/configs/options/editor.codeinsight.xml b/configs/options/editor.codeinsight.xml new file mode 100644 index 0000000..8733999 --- /dev/null +++ b/configs/options/editor.codeinsight.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/install.sh b/install.sh index aacb8e9..a03a9a1 100755 --- a/install.sh +++ b/install.sh @@ -21,6 +21,10 @@ do # Install inspections mkdir -p $i/inspection cp -frv "$CONFIGS/inspection"/* $i/inspection + + # Install options ("Exclude from Import and Completion") + mkdir -p $i/options + cp -frv "$CONFIGS/options"/* $i/options fi done From 666c0cc9e1b4eb3e2bb1fe43cd7a9927904ee3ba Mon Sep 17 00:00:00 2001 From: Esa Firman Date: Thu, 28 Jul 2016 15:04:35 +0700 Subject: [PATCH 2/5] [~] Change chained call to wrap always --- Bandung.xml | 336 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 336 insertions(+) create mode 100644 Bandung.xml diff --git a/Bandung.xml b/Bandung.xml new file mode 100644 index 0000000..46312b3 --- /dev/null +++ b/Bandung.xml @@ -0,0 +1,336 @@ + + + + + \ No newline at end of file From c4fe61c87b621ff53ded54de2c0bb8b4068f7e80 Mon Sep 17 00:00:00 2001 From: Esa Firman Date: Mon, 8 Aug 2016 21:24:59 +0700 Subject: [PATCH 3/5] Return to chop down if long, and keep simple method one line --- Bandung.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bandung.xml b/Bandung.xml index 46312b3..5f834b2 100644 --- a/Bandung.xml +++ b/Bandung.xml @@ -176,11 +176,12 @@