git.fiddlerwoaroof.com
Browse code

IU-2020.1 <elangley@wl-elang-mac Update ui.lnf.xml, ide.general.xml, path.macros.xml, editor.xml, debugger.xml Create mavenVersion.xml Delete editor.codeinsight.xml

Ed Langley authored on 13/04/2020 18:34:04
Showing 7 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 <application>
2 2
   <component name="PathMacrosImpl">
3 3
     <macro name="MAVEN_REPOSITORY" value="/Users/elangley/.m2/repository" />
4
-    <macro name="KOTLIN_BUNDLED" value="/Users/elangley/Library/Application Support/IntelliJIdea2019.1/Kotlin/kotlinc" />
4
+    <macro name="KOTLIN_BUNDLED" value="/Applications/IntelliJ IDEA.app/Contents/plugins/Kotlin/kotlinc" />
5 5
   </component>
6 6
 </application>
7 7
\ No newline at end of file
... ...
@@ -83,6 +83,11 @@
83 83
       <option name="ENABLED" value="true" />
84 84
       <option name="INCLUDE" value="true" />
85 85
     </filter>
86
+    <filter>
87
+      <option name="PATTERN" value="kotlin.*" />
88
+      <option name="ENABLED" value="true" />
89
+      <option name="INCLUDE" value="true" />
90
+    </filter>
86 91
   </component>
87 92
   <component name="XDebuggerSettings">
88 93
     <data-views />
89 94
deleted file mode 100644
... ...
@@ -1,9 +0,0 @@
1
-<application>
2
-  <component name="CodeInsightSettings">
3
-    <option name="HIGHLIGHT_SCOPE" value="true" />
4
-    <option name="USE_ACCESSORS_IN_EQUALS_HASHCODE" value="true" />
5
-  </component>
6
-  <component name="DaemonCodeAnalyzerSettings">
7
-    <option name="SHOW_METHOD_SEPARATORS" value="true" />
8
-  </component>
9
-</application>
10 0
\ No newline at end of file
... ...
@@ -1,4 +1,11 @@
1 1
 <application>
2
+  <component name="CodeInsightSettings">
3
+    <option name="HIGHLIGHT_SCOPE" value="true" />
4
+    <option name="USE_ACCESSORS_IN_EQUALS_HASHCODE" value="true" />
5
+  </component>
6
+  <component name="DaemonCodeAnalyzerSettings">
7
+    <option name="SHOW_METHOD_SEPARATORS" value="true" />
8
+  </component>
2 9
   <component name="DefaultFont">
3 10
     <option name="FONT_SIZE" value="14" />
4 11
     <option name="FONT_FAMILY" value="Source Code Pro" />
... ...
@@ -10,6 +10,12 @@
10 10
     <entry key="ide.mac.allowDarkWindowDecorations" value="true" />
11 11
     <entry key="BSP.experimental.feature.enabled" value="false" />
12 12
     <entry key="BSP.system.in.process" value="true" />
13
-    <entry key="git.explicit.commit.renames.prohibit.multiple.calls" value="false" />
13
+  </component>
14
+  <component name="StatusBar">
15
+    <option name="widgets">
16
+      <map>
17
+        <entry key="Memory" value="true" />
18
+      </map>
19
+    </option>
14 20
   </component>
15 21
 </application>
16 22
\ No newline at end of file
17 23
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+<application>
2
+  <component name="MavenVersion" mavenHome="$APPLICATION_HOME_DIR$/plugins/maven/lib/maven3" />
3
+</application>
0 4
\ No newline at end of file
... ...
@@ -1,9 +1,7 @@
1 1
 <application>
2 2
   <component name="UISettings">
3
-    <option name="FONT_FACE" value=".SFNSText-Regular" />
4 3
     <option name="MAX_LOOKUP_LIST_HEIGHT" value="95" />
5 4
     <option name="MAX_LOOKUP_WIDTH2" value="1020" />
6
-    <option name="SHOW_MEMORY_INDICATOR" value="true" />
7 5
     <option name="SORT_LOOKUP_ELEMENTS_LEXICOGRAPHICALLY" value="true" />
8 6
     <option name="WIDESCREEN_SUPPORT" value="true" />
9 7
   </component>