workspace.xml 6.8 KB
Newer Older
C
chenjianqiang 已提交
1 2 3
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ChangeListManager">
C
chenjianqiang 已提交
4 5 6 7 8 9 10 11
    <list default="true" id="e43e9168-5945-4f45-b4c2-1b6410d1eef8" name="Changes" comment="">
      <change beforePath="$PROJECT_DIR$/out/production/patterns/com/chen/InterpreterPattern/InterpreterMain.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/patterns/com/chen/InterpreterPattern/InterpreterMain.class" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/out/production/patterns/com/chen/InterpreterPattern/po/OrExpression.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/patterns/com/chen/InterpreterPattern/po/OrExpression.class" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/out/production/patterns/com/chen/Main.class" beforeDir="false" />
      <change beforePath="$PROJECT_DIR$/src/com/chen/InterpreterPattern/package-info.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/chen/InterpreterPattern/package-info.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/src/com/chen/PatternMain.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/chen/PatternApplication.java" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/src/com/chen/StrategyPattern/StrategyMain.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/chen/StrategyPattern/StrategyMain.java" afterDir="false" />
    </list>
C
chenjianqiang 已提交
12 13 14 15 16 17 18 19
    <option name="SHOW_DIALOG" value="false" />
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
    <option name="LAST_RESOLUTION" value="IGNORE" />
  </component>
  <component name="FileTemplateManagerImpl">
    <option name="RECENT_TEMPLATES">
      <list>
C
chenjianqiang 已提交
20
        <option value="Interface" />
C
chenjianqiang 已提交
21 22 23 24 25
        <option value="package-info" />
        <option value="Class" />
      </list>
    </option>
  </component>
C
chenjianqiang 已提交
26 27 28
  <component name="Git.Settings">
    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  </component>
C
chenjianqiang 已提交
29
  <component name="ProjectId" id="1zOe73GcNcKVHdZbMKVNmxcnwqc" />
C
chenjianqiang 已提交
30 31 32
  <component name="ProjectLevelVcsManager">
    <ConfirmationsSetting value="1" id="Add" />
  </component>
C
chenjianqiang 已提交
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
  <component name="ProjectView">
    <navigator currentView="ProjectPane" proportions="" version="1" splitterProportion="0.5">
      <flattenPackages />
      <showMembers />
      <showModules />
      <showLibraryContents />
      <hideEmptyPackages />
      <abbreviatePackageNames />
      <autoscrollToSource />
      <autoscrollFromSource />
      <sortByType />
    </navigator>
    <panes>
      <pane id="Scope" />
      <pane id="PackagesPane" />
      <pane id="ProjectPane">
        <subPane>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="untitled104" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="untitled104" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="untitled104" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
          <PATH>
            <PATH_ELEMENT>
              <option name="myItemId" value="untitled104" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="untitled104" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="src" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
            <PATH_ELEMENT>
              <option name="myItemId" value="company" />
              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
            </PATH_ELEMENT>
          </PATH>
        </subPane>
      </pane>
    </panes>
  </component>
  <component name="ProjectViewState">
    <option name="autoscrollFromSource" value="true" />
    <option name="hideEmptyMiddlePackages" value="true" />
    <option name="showLibraryContents" value="true" />
  </component>
  <component name="PropertiesComponent">
    <property name="WebServerToolWindowFactoryState" value="false" />
    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
    <property name="vue.rearranger.settings.migration" value="true" />
  </component>
  <component name="RecentsManager">
    <key name="CopyClassDialog.RECENTS_KEY">
C
chenjianqiang 已提交
100
      <recent name="com.chen.StrategyPattern.po" />
C
chenjianqiang 已提交
101 102 103 104
      <recent name="com.company.InterpreterPattern" />
    </key>
  </component>
  <component name="RunManager">
C
chenjianqiang 已提交
105 106
    <configuration name="PatternApplication" type="Application" factoryName="Application" temporary="true">
      <option name="MAIN_CLASS_NAME" value="com.chen.PatternApplication" />
C
chenjianqiang 已提交
107 108 109 110 111 112 113 114 115
      <module name="patterns" />
      <RunnerSettings RunnerId="Run" />
      <ConfigurationWrapper RunnerId="Run" />
      <method v="2">
        <option name="Make" enabled="true" />
      </method>
    </configuration>
    <recent_temporary>
      <list>
C
chenjianqiang 已提交
116
        <item itemvalue="Application.PatternApplication" />
C
chenjianqiang 已提交
117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
      </list>
    </recent_temporary>
  </component>
  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
      <changelist id="e43e9168-5945-4f45-b4c2-1b6410d1eef8" name="Changes" comment="" />
      <created>1634023392076</created>
      <option name="number" value="Default" />
      <option name="presentableId" value="Default" />
      <updated>1634023392076</updated>
      <workItem from="1634023393246" duration="1045000" />
      <workItem from="1634026286938" duration="1220000" />
      <workItem from="1634085227295" duration="1967000" />
      <workItem from="1634087918450" duration="3646000" />
      <workItem from="1634091679401" duration="1323000" />
C
chenjianqiang 已提交
133
      <workItem from="1634093719115" duration="2395000" />
C
chenjianqiang 已提交
134 135 136 137 138 139
    </task>
    <servers />
  </component>
  <component name="TypeScriptGeneratedFilesManager">
    <option name="version" value="3" />
  </component>
C
chenjianqiang 已提交
140 141 142 143 144 145 146 147 148 149 150
  <component name="Vcs.Log.Tabs.Properties">
    <option name="TAB_STATES">
      <map>
        <entry key="MAIN">
          <value>
            <State />
          </value>
        </entry>
      </map>
    </option>
  </component>
C
chenjianqiang 已提交
151
</project>