Compare commits
No commits in common. "f10c8ac73cc62feeb0f12c730edaa22568c21e0f" and "d03f699433d4d15fdb00a146897b98be1a728464" have entirely different histories.
f10c8ac73c
...
d03f699433
@ -92,7 +92,6 @@
|
|||||||
<debuggers>
|
<debuggers>
|
||||||
<debugger id="ObjectiveC">
|
<debugger id="ObjectiveC">
|
||||||
<configuration>
|
<configuration>
|
||||||
<child-process-debugging-settings />
|
|
||||||
<macOS-symbol-settings />
|
<macOS-symbol-settings />
|
||||||
<nt-symbol-settings />
|
<nt-symbol-settings />
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
@ -5,4 +5,8 @@
|
|||||||
<component name="InlineCompletionOnboarding">
|
<component name="InlineCompletionOnboarding">
|
||||||
<option name="onboardingFinished" value="true" />
|
<option name="onboardingFinished" value="true" />
|
||||||
</component>
|
</component>
|
||||||
|
<component name="TodoConfiguration">
|
||||||
|
<pattern pattern="\btodo\b.*" />
|
||||||
|
<pattern pattern="\bfixme\b.*" />
|
||||||
|
</component>
|
||||||
</application>
|
</application>
|
||||||
2
find.xml
2
find.xml
@ -5,7 +5,6 @@
|
|||||||
<option name="showResultsInSeparateView" value="true" />
|
<option name="showResultsInSeparateView" value="true" />
|
||||||
<option name="SHOW_RESULTS_IN_SEPARATE_VIEW" value="true" />
|
<option name="SHOW_RESULTS_IN_SEPARATE_VIEW" value="true" />
|
||||||
<option name="SEARCH_SCOPE" value="All Places" />
|
<option name="SEARCH_SCOPE" value="All Places" />
|
||||||
<option name="FILE_MASK" value="*.nix" />
|
|
||||||
<mask>*.leex</mask>
|
<mask>*.leex</mask>
|
||||||
<mask>*.html.eex</mask>
|
<mask>*.html.eex</mask>
|
||||||
<mask>*.html.?eex</mask>
|
<mask>*.html.?eex</mask>
|
||||||
@ -19,6 +18,5 @@
|
|||||||
<mask>*.html.?eex, *.html</mask>
|
<mask>*.html.?eex, *.html</mask>
|
||||||
<mask>*.ex</mask>
|
<mask>*.ex</mask>
|
||||||
<mask>*.rb</mask>
|
<mask>*.rb</mask>
|
||||||
<mask>*.nix</mask>
|
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
||||||
@ -1,13 +1,7 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="Registry">
|
<component name="Registry">
|
||||||
<entry key="moved.to.new.ui" value="true" source="SYSTEM" />
|
<entry key="i18n.locale" value="" />
|
||||||
<entry key="terminal.new.ui.show.promotion" value="false" source="SYSTEM" />
|
<entry key="moved.to.new.ui" value="true" />
|
||||||
</component>
|
<entry key="terminal.new.ui.show.promotion" value="false" />
|
||||||
<component name="StatusBar">
|
|
||||||
<option name="widgets">
|
|
||||||
<map>
|
|
||||||
<entry key="Memory" value="true" />
|
|
||||||
</map>
|
|
||||||
</option>
|
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
||||||
Loading…
x
Reference in New Issue
Block a user