|
|
|
@ -1,8 +1,12 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<project version="4">
|
|
|
|
|
<component name="ChangeListManager">
|
|
|
|
|
<list default="true" id="af7ffdf2-4ddc-4ed6-8222-60ed5acbc2ed" name="Default Changelist" comment="">
|
|
|
|
|
<list default="true" id="af7ffdf2-4ddc-4ed6-8222-60ed5acbc2ed" name="Default Changelist" comment="增加问题">
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/src/contest/q1/Solution.java" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/src/contest/q2/Solution.java" afterDir="false" />
|
|
|
|
|
<change afterPath="$PROJECT_DIR$/src/contest/q4/Solution.java" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
|
|
<change beforePath="$PROJECT_DIR$/Rocket.md" beforeDir="false" afterPath="$PROJECT_DIR$/Rocket.md" afterDir="false" />
|
|
|
|
|
</list>
|
|
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
|
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
|
@ -66,11 +70,11 @@
|
|
|
|
|
</component>
|
|
|
|
|
<component name="RecentsManager">
|
|
|
|
|
<key name="CopyClassDialog.RECENTS_KEY">
|
|
|
|
|
<recent name="contest" />
|
|
|
|
|
<recent name="链表操作.q61_旋转链表" />
|
|
|
|
|
<recent name="链表操作.q19_删除链表的倒数第N个节点" />
|
|
|
|
|
<recent name="递归.q104_二叉树的最大深度" />
|
|
|
|
|
<recent name="快慢指针遍历.q876_链表的中间结点" />
|
|
|
|
|
<recent name="递归.q226_翻转二叉树" />
|
|
|
|
|
</key>
|
|
|
|
|
<key name="CopyFile.RECENT_KEYS">
|
|
|
|
|
<recent name="$PROJECT_DIR$/src/hash相关" />
|
|
|
|
@ -79,26 +83,13 @@
|
|
|
|
|
<recent name="$PROJECT_DIR$/src/q206/f1" />
|
|
|
|
|
</key>
|
|
|
|
|
</component>
|
|
|
|
|
<component name="RunManager" selected="Application.MinStack">
|
|
|
|
|
<configuration name="MinStack" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<option name="MAIN_CLASS_NAME" value="栈相关.q155_最小栈.MinStack" />
|
|
|
|
|
<module name="LeetCode" />
|
|
|
|
|
<extension name="coverage">
|
|
|
|
|
<pattern>
|
|
|
|
|
<option name="PATTERN" value="栈相关.q155_最小栈.*" />
|
|
|
|
|
<option name="ENABLED" value="true" />
|
|
|
|
|
</pattern>
|
|
|
|
|
</extension>
|
|
|
|
|
<method v="2">
|
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
|
</method>
|
|
|
|
|
</configuration>
|
|
|
|
|
<component name="RunManager" selected="Application.Solution (3)">
|
|
|
|
|
<configuration name="Solution (1)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<option name="MAIN_CLASS_NAME" value="分治法.q34_在排序数组中查找元素的第一个和最后一个位置.Solution" />
|
|
|
|
|
<option name="MAIN_CLASS_NAME" value="contest.test.Solution" />
|
|
|
|
|
<module name="LeetCode" />
|
|
|
|
|
<extension name="coverage">
|
|
|
|
|
<pattern>
|
|
|
|
|
<option name="PATTERN" value="分治法.q34_在排序数组中查找元素的第一个和最后一个位置.*" />
|
|
|
|
|
<option name="PATTERN" value="contest.test.*" />
|
|
|
|
|
<option name="ENABLED" value="true" />
|
|
|
|
|
</pattern>
|
|
|
|
|
</extension>
|
|
|
|
@ -106,12 +97,12 @@
|
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
|
</method>
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration name="Solution (4)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<option name="MAIN_CLASS_NAME" value="数字操作.q202_快乐数.Solution" />
|
|
|
|
|
<configuration name="Solution (2)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<option name="MAIN_CLASS_NAME" value="contest.q1.Solution" />
|
|
|
|
|
<module name="LeetCode" />
|
|
|
|
|
<extension name="coverage">
|
|
|
|
|
<pattern>
|
|
|
|
|
<option name="PATTERN" value="数字操作.q202_快乐数.*" />
|
|
|
|
|
<option name="PATTERN" value="contest.q1.*" />
|
|
|
|
|
<option name="ENABLED" value="true" />
|
|
|
|
|
</pattern>
|
|
|
|
|
</extension>
|
|
|
|
@ -119,12 +110,12 @@
|
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
|
</method>
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration name="Solution (5)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<option name="MAIN_CLASS_NAME" value="栈相关.q316_去除重复字母.Solution" />
|
|
|
|
|
<configuration name="Solution (3)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<option name="MAIN_CLASS_NAME" value="contest.q4.Solution" />
|
|
|
|
|
<module name="LeetCode" />
|
|
|
|
|
<extension name="coverage">
|
|
|
|
|
<pattern>
|
|
|
|
|
<option name="PATTERN" value="栈相关.q316_去除重复字母.*" />
|
|
|
|
|
<option name="PATTERN" value="contest.q4.*" />
|
|
|
|
|
<option name="ENABLED" value="true" />
|
|
|
|
|
</pattern>
|
|
|
|
|
</extension>
|
|
|
|
@ -132,12 +123,12 @@
|
|
|
|
|
<option name="Make" enabled="true" />
|
|
|
|
|
</method>
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration name="Solution (6)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<option name="MAIN_CLASS_NAME" value="栈相关.q32_最长有效括号.Solution" />
|
|
|
|
|
<configuration name="Solution (4)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<option name="MAIN_CLASS_NAME" value="contest.Solution" />
|
|
|
|
|
<module name="LeetCode" />
|
|
|
|
|
<extension name="coverage">
|
|
|
|
|
<pattern>
|
|
|
|
|
<option name="PATTERN" value="栈相关.q32_最长有效括号.*" />
|
|
|
|
|
<option name="PATTERN" value="contest.*" />
|
|
|
|
|
<option name="ENABLED" value="true" />
|
|
|
|
|
</pattern>
|
|
|
|
|
</extension>
|
|
|
|
@ -146,11 +137,11 @@
|
|
|
|
|
</method>
|
|
|
|
|
</configuration>
|
|
|
|
|
<configuration name="Solution" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
|
<option name="MAIN_CLASS_NAME" value="双指针遍历.q42_接雨水.Solution" />
|
|
|
|
|
<option name="MAIN_CLASS_NAME" value="contest.q2.Solution" />
|
|
|
|
|
<module name="LeetCode" />
|
|
|
|
|
<extension name="coverage">
|
|
|
|
|
<pattern>
|
|
|
|
|
<option name="PATTERN" value="双指针遍历.q42_接雨水.*" />
|
|
|
|
|
<option name="PATTERN" value="contest.q2.*" />
|
|
|
|
|
<option name="ENABLED" value="true" />
|
|
|
|
|
</pattern>
|
|
|
|
|
</extension>
|
|
|
|
@ -199,11 +190,11 @@
|
|
|
|
|
</configuration>
|
|
|
|
|
<recent_temporary>
|
|
|
|
|
<list>
|
|
|
|
|
<item itemvalue="Application.MinStack" />
|
|
|
|
|
<item itemvalue="Application.Solution (3)" />
|
|
|
|
|
<item itemvalue="Application.Solution (1)" />
|
|
|
|
|
<item itemvalue="Application.Solution (6)" />
|
|
|
|
|
<item itemvalue="Application.Solution (5)" />
|
|
|
|
|
<item itemvalue="Application.Solution (4)" />
|
|
|
|
|
<item itemvalue="Application.Solution" />
|
|
|
|
|
<item itemvalue="Application.Solution (2)" />
|
|
|
|
|
</list>
|
|
|
|
|
</recent_temporary>
|
|
|
|
|
</component>
|
|
|
|
@ -264,9 +255,21 @@
|
|
|
|
|
<workItem from="1585041029099" duration="2193000" />
|
|
|
|
|
<workItem from="1585219892120" duration="917000" />
|
|
|
|
|
<workItem from="1585223904505" duration="7719000" />
|
|
|
|
|
<workItem from="1585376676883" duration="530000" />
|
|
|
|
|
<workItem from="1585657110826" duration="2824000" />
|
|
|
|
|
<workItem from="1586968521346" duration="792000" />
|
|
|
|
|
<workItem from="1585376676883" duration="673000" />
|
|
|
|
|
<workItem from="1585460780308" duration="4000" />
|
|
|
|
|
<workItem from="1586005610200" duration="115000" />
|
|
|
|
|
<workItem from="1586346473200" duration="613000" />
|
|
|
|
|
<workItem from="1586846888542" duration="1313000" />
|
|
|
|
|
<workItem from="1587193343846" duration="24885000" />
|
|
|
|
|
<workItem from="1587225096292" duration="132000" />
|
|
|
|
|
<workItem from="1588302756697" duration="3439000" />
|
|
|
|
|
</task>
|
|
|
|
|
<task id="LOCAL-00013" summary="update q98">
|
|
|
|
|
<created>1581156795852</created>
|
|
|
|
|
<option name="number" value="00013" />
|
|
|
|
|
<option name="presentableId" value="LOCAL-00013" />
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
<updated>1581156795852</updated>
|
|
|
|
|
</task>
|
|
|
|
|
<task id="LOCAL-00014" summary="add q110/q450/q701">
|
|
|
|
|
<created>1581270301073</created>
|
|
|
|
@ -590,28 +593,21 @@
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
<updated>1585234195148</updated>
|
|
|
|
|
</task>
|
|
|
|
|
<task id="LOCAL-00060" summary="新增JVM性能监控/调优相关">
|
|
|
|
|
<created>1585657673868</created>
|
|
|
|
|
<task id="LOCAL-00060" summary="add q62">
|
|
|
|
|
<created>1585377224497</created>
|
|
|
|
|
<option name="number" value="00060" />
|
|
|
|
|
<option name="presentableId" value="LOCAL-00060" />
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
<updated>1585657673869</updated>
|
|
|
|
|
<updated>1585377224497</updated>
|
|
|
|
|
</task>
|
|
|
|
|
<task id="LOCAL-00061" summary="update jvm">
|
|
|
|
|
<created>1585658308922</created>
|
|
|
|
|
<task id="LOCAL-00061" summary="增加问题">
|
|
|
|
|
<created>1586355292587</created>
|
|
|
|
|
<option name="number" value="00061" />
|
|
|
|
|
<option name="presentableId" value="LOCAL-00061" />
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
<updated>1585658308922</updated>
|
|
|
|
|
</task>
|
|
|
|
|
<task id="LOCAL-00062" summary="update jvm">
|
|
|
|
|
<created>1585658338742</created>
|
|
|
|
|
<option name="number" value="00062" />
|
|
|
|
|
<option name="presentableId" value="LOCAL-00062" />
|
|
|
|
|
<option name="project" value="LOCAL" />
|
|
|
|
|
<updated>1585658338743</updated>
|
|
|
|
|
<updated>1586355292587</updated>
|
|
|
|
|
</task>
|
|
|
|
|
<option name="localTasksCounter" value="63" />
|
|
|
|
|
<option name="localTasksCounter" value="62" />
|
|
|
|
|
<servers />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
|
|
@ -687,9 +683,9 @@
|
|
|
|
|
<MESSAGE value="add q64" />
|
|
|
|
|
<MESSAGE value="add q155" />
|
|
|
|
|
<MESSAGE value="add q61" />
|
|
|
|
|
<MESSAGE value="新增JVM性能监控/调优相关" />
|
|
|
|
|
<MESSAGE value="update jvm" />
|
|
|
|
|
<option name="LAST_COMMIT_MESSAGE" value="update jvm" />
|
|
|
|
|
<MESSAGE value="add q62" />
|
|
|
|
|
<MESSAGE value="增加问题" />
|
|
|
|
|
<option name="LAST_COMMIT_MESSAGE" value="增加问题" />
|
|
|
|
|
</component>
|
|
|
|
|
<component name="WindowStateProjectService">
|
|
|
|
|
<state x="320" y="115" key="#Inspections" timestamp="1581061018990">
|
|
|
|
@ -700,92 +696,92 @@
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="320" y="115" key="#Project_Structure/0.0.1440.900@0.0.1440.900" timestamp="1580830129378" />
|
|
|
|
|
<state x="533" y="166" key="#com.intellij.ide.util.MemberChooser" timestamp="1578548165321">
|
|
|
|
|
<state x="458" y="204" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1587221348872">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="533" y="166" key="#com.intellij.ide.util.MemberChooser/0.0.1440.900@0.0.1440.900" timestamp="1578548165321" />
|
|
|
|
|
<state x="303" y="50" key="CommitChangelistDialog2" timestamp="1585658338467">
|
|
|
|
|
<state x="458" y="204" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/0.0.1440.900@0.0.1440.900" timestamp="1587221348872" />
|
|
|
|
|
<state x="303" y="50" key="CommitChangelistDialog2" timestamp="1588336168121">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="303" y="50" key="CommitChangelistDialog2/0.0.1440.900@0.0.1440.900" timestamp="1585658338467" />
|
|
|
|
|
<state x="143" y="78" width="1152" height="720" key="DiffContextDialog" timestamp="1585657797990">
|
|
|
|
|
<state x="303" y="50" key="CommitChangelistDialog2/0.0.1440.900@0.0.1440.900" timestamp="1588336168121" />
|
|
|
|
|
<state x="143" y="78" width="1152" height="720" key="DiffContextDialog" timestamp="1588336167223">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="143" y="78" width="1152" height="720" key="DiffContextDialog/0.0.1440.900@0.0.1440.900" timestamp="1585657797990" />
|
|
|
|
|
<state x="143" y="78" width="1152" height="720" key="DiffContextDialog/0.0.1440.900@0.0.1440.900" timestamp="1588336167223" />
|
|
|
|
|
<state x="144" y="78" width="1152" height="720" key="DiffContextDialog/0.23.1440.793@0.23.1440.793" timestamp="1582714686712" />
|
|
|
|
|
<state x="143" y="78" width="1152" height="720" key="DiffContextDialog/0.23.1440.797@0.23.1440.797" timestamp="1585232660808" />
|
|
|
|
|
<state width="1398" height="303" key="GridCell.Tab.0.bottom" timestamp="1585235047508">
|
|
|
|
|
<state x="143" y="78" width="1152" height="720" key="DiffContextDialog/0.23.1440.797@0.23.1440.797" timestamp="1588303139733" />
|
|
|
|
|
<state width="1398" height="204" key="GridCell.Tab.0.bottom" timestamp="1587225087588">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state width="1398" height="303" key="GridCell.Tab.0.bottom/0.0.1440.900@0.0.1440.900" timestamp="1585235047508" />
|
|
|
|
|
<state width="1398" height="245" key="GridCell.Tab.0.bottom/0.23.1440.797@0.23.1440.797" timestamp="1585228590486" />
|
|
|
|
|
<state width="1398" height="303" key="GridCell.Tab.0.center" timestamp="1585235047507">
|
|
|
|
|
<state width="1398" height="204" key="GridCell.Tab.0.bottom/0.0.1440.900@0.0.1440.900" timestamp="1587225087588" />
|
|
|
|
|
<state width="1398" height="245" key="GridCell.Tab.0.bottom/0.23.1440.797@0.23.1440.797" timestamp="1587203529573" />
|
|
|
|
|
<state width="1398" height="204" key="GridCell.Tab.0.center" timestamp="1587225087587">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state width="1398" height="303" key="GridCell.Tab.0.center/0.0.1440.900@0.0.1440.900" timestamp="1585235047507" />
|
|
|
|
|
<state width="1398" height="245" key="GridCell.Tab.0.center/0.23.1440.797@0.23.1440.797" timestamp="1585228590484" />
|
|
|
|
|
<state width="1398" height="303" key="GridCell.Tab.0.left" timestamp="1585235047506">
|
|
|
|
|
<state width="1398" height="204" key="GridCell.Tab.0.center/0.0.1440.900@0.0.1440.900" timestamp="1587225087587" />
|
|
|
|
|
<state width="1398" height="245" key="GridCell.Tab.0.center/0.23.1440.797@0.23.1440.797" timestamp="1587203529571" />
|
|
|
|
|
<state width="1398" height="204" key="GridCell.Tab.0.left" timestamp="1587225087586">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state width="1398" height="303" key="GridCell.Tab.0.left/0.0.1440.900@0.0.1440.900" timestamp="1585235047506" />
|
|
|
|
|
<state width="1398" height="245" key="GridCell.Tab.0.left/0.23.1440.797@0.23.1440.797" timestamp="1585228590483" />
|
|
|
|
|
<state width="1398" height="303" key="GridCell.Tab.0.right" timestamp="1585235047507">
|
|
|
|
|
<state width="1398" height="204" key="GridCell.Tab.0.left/0.0.1440.900@0.0.1440.900" timestamp="1587225087586" />
|
|
|
|
|
<state width="1398" height="245" key="GridCell.Tab.0.left/0.23.1440.797@0.23.1440.797" timestamp="1587203529570" />
|
|
|
|
|
<state width="1398" height="204" key="GridCell.Tab.0.right" timestamp="1587225087587">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state width="1398" height="303" key="GridCell.Tab.0.right/0.0.1440.900@0.0.1440.900" timestamp="1585235047507" />
|
|
|
|
|
<state width="1398" height="245" key="GridCell.Tab.0.right/0.23.1440.797@0.23.1440.797" timestamp="1585228590484" />
|
|
|
|
|
<state width="1398" height="303" key="GridCell.Tab.1.bottom" timestamp="1585235047510">
|
|
|
|
|
<state width="1398" height="204" key="GridCell.Tab.0.right/0.0.1440.900@0.0.1440.900" timestamp="1587225087587" />
|
|
|
|
|
<state width="1398" height="245" key="GridCell.Tab.0.right/0.23.1440.797@0.23.1440.797" timestamp="1587203529572" />
|
|
|
|
|
<state width="1398" height="204" key="GridCell.Tab.1.bottom" timestamp="1587225087590">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state width="1398" height="303" key="GridCell.Tab.1.bottom/0.0.1440.900@0.0.1440.900" timestamp="1585235047510" />
|
|
|
|
|
<state width="1398" height="204" key="GridCell.Tab.1.bottom/0.0.1440.900@0.0.1440.900" timestamp="1587225087590" />
|
|
|
|
|
<state width="1398" height="304" key="GridCell.Tab.1.bottom/0.23.1440.797@0.23.1440.797" timestamp="1580408030266" />
|
|
|
|
|
<state width="1398" height="303" key="GridCell.Tab.1.center" timestamp="1585235047509">
|
|
|
|
|
<state width="1398" height="204" key="GridCell.Tab.1.center" timestamp="1587225087589">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state width="1398" height="303" key="GridCell.Tab.1.center/0.0.1440.900@0.0.1440.900" timestamp="1585235047509" />
|
|
|
|
|
<state width="1398" height="204" key="GridCell.Tab.1.center/0.0.1440.900@0.0.1440.900" timestamp="1587225087589" />
|
|
|
|
|
<state width="1398" height="304" key="GridCell.Tab.1.center/0.23.1440.797@0.23.1440.797" timestamp="1580408030265" />
|
|
|
|
|
<state width="1398" height="303" key="GridCell.Tab.1.left" timestamp="1585235047509">
|
|
|
|
|
<state width="1398" height="204" key="GridCell.Tab.1.left" timestamp="1587225087588">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state width="1398" height="303" key="GridCell.Tab.1.left/0.0.1440.900@0.0.1440.900" timestamp="1585235047509" />
|
|
|
|
|
<state width="1398" height="204" key="GridCell.Tab.1.left/0.0.1440.900@0.0.1440.900" timestamp="1587225087588" />
|
|
|
|
|
<state width="1398" height="304" key="GridCell.Tab.1.left/0.23.1440.797@0.23.1440.797" timestamp="1580408030262" />
|
|
|
|
|
<state width="1398" height="303" key="GridCell.Tab.1.right" timestamp="1585235047510">
|
|
|
|
|
<state width="1398" height="204" key="GridCell.Tab.1.right" timestamp="1587225087589">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state width="1398" height="303" key="GridCell.Tab.1.right/0.0.1440.900@0.0.1440.900" timestamp="1585235047510" />
|
|
|
|
|
<state width="1398" height="204" key="GridCell.Tab.1.right/0.0.1440.900@0.0.1440.900" timestamp="1587225087589" />
|
|
|
|
|
<state width="1398" height="304" key="GridCell.Tab.1.right/0.23.1440.797@0.23.1440.797" timestamp="1580408030266" />
|
|
|
|
|
<state x="431" y="173" key="MultipleFileMergeDialog" timestamp="1586968741746">
|
|
|
|
|
<state x="431" y="173" key="MultipleFileMergeDialog" timestamp="1588302773046">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="431" y="173" key="MultipleFileMergeDialog/0.0.1440.900@0.0.1440.900" timestamp="1586968741746" />
|
|
|
|
|
<state x="431" y="173" key="MultipleFileMergeDialog/0.0.1440.900@0.0.1440.900" timestamp="1588302773046" />
|
|
|
|
|
<state x="221" y="63" key="SettingsEditor" timestamp="1585223890241">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="221" y="63" key="SettingsEditor/0.0.1440.900@0.0.1440.900" timestamp="1585223890241" />
|
|
|
|
|
<state x="474" y="173" key="VCS.ChangeListViewerDialog" timestamp="1585577172815">
|
|
|
|
|
<state x="320" y="190" key="Vcs.Push.Dialog.v2" timestamp="1586355294634">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="474" y="173" key="VCS.ChangeListViewerDialog/0.0.1440.900@0.0.1440.900" timestamp="1585577172815" />
|
|
|
|
|
<state x="320" y="190" key="Vcs.Push.Dialog.v2" timestamp="1585658339806">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="320" y="190" key="Vcs.Push.Dialog.v2/0.0.1440.900@0.0.1440.900" timestamp="1585658339806" />
|
|
|
|
|
<state x="320" y="190" key="Vcs.Push.Dialog.v2/0.0.1440.900@0.0.1440.900" timestamp="1586355294634" />
|
|
|
|
|
<state x="100" y="100" width="1240" height="700" key="com.intellij.history.integration.ui.views.DirectoryHistoryDialog" timestamp="1581744794182">
|
|
|
|
|
<screen x="0" y="23" width="1440" height="797" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="100" y="100" width="1240" height="700" key="com.intellij.history.integration.ui.views.DirectoryHistoryDialog/0.23.1440.797@0.23.1440.797" timestamp="1581744794182" />
|
|
|
|
|
<state x="503" y="374" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1586968733599">
|
|
|
|
|
<state x="100" y="100" width="1240" height="700" key="com.intellij.history.integration.ui.views.FileHistoryDialog" timestamp="1587219014962">
|
|
|
|
|
<screen x="0" y="23" width="1440" height="797" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="100" y="100" width="1240" height="700" key="com.intellij.history.integration.ui.views.FileHistoryDialog/0.23.1440.797@0.23.1440.797" timestamp="1587219014962" />
|
|
|
|
|
<state x="503" y="374" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1588302762834">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="503" y="374" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.0.1440.900@0.0.1440.900" timestamp="1586968733599" />
|
|
|
|
|
<state x="503" y="374" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.0.1440.900@0.0.1440.900" timestamp="1588302762834" />
|
|
|
|
|
<state x="100" y="100" width="1240" height="700" key="dock-window-1" timestamp="1585037767258">
|
|
|
|
|
<screen x="0" y="23" width="1440" height="797" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="100" y="100" width="1240" height="700" key="dock-window-1/0.23.1440.797@0.23.1440.797" timestamp="1585037767258" />
|
|
|
|
|
<state x="378" y="207" width="683" height="486" key="find.popup" timestamp="1582564254151">
|
|
|
|
|
<state x="378" y="207" width="683" height="486" key="find.popup" timestamp="1586846937826">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="378" y="207" width="683" height="486" key="find.popup/0.0.1440.900@0.0.1440.900" timestamp="1582564254151" />
|
|
|
|
|
<state x="378" y="207" width="683" height="486" key="find.popup/0.0.1440.900@0.0.1440.900" timestamp="1586846937826" />
|
|
|
|
|
<state x="398" y="248" key="git4idea.merge.GitPullDialog" timestamp="1582971880352">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
@ -794,9 +790,9 @@
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="385" y="210" key="run.anything.popup/0.0.1440.900@0.0.1440.900" timestamp="1581652493432" />
|
|
|
|
|
<state x="385" y="196" width="670" height="676" key="search.everywhere.popup" timestamp="1582900522166">
|
|
|
|
|
<state x="385" y="196" width="670" height="676" key="search.everywhere.popup" timestamp="1587219643331">
|
|
|
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
|
|
|
</state>
|
|
|
|
|
<state x="385" y="196" width="670" height="676" key="search.everywhere.popup/0.0.1440.900@0.0.1440.900" timestamp="1582900522166" />
|
|
|
|
|
<state x="385" y="196" width="670" height="676" key="search.everywhere.popup/0.0.1440.900@0.0.1440.900" timestamp="1587219643331" />
|
|
|
|
|
</component>
|
|
|
|
|
</project>
|