You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

250 lines
11 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="bb3e1b7e-b662-4d08-9145-fd676c7f3d31" name="Default Changelist" comment="">
  5. <change beforePath="$PROJECT_DIR$/src/xyz/nextn/Server.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/xyz/nextn/Server.java" afterDir="false" />
  6. </list>
  7. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  8. <option name="SHOW_DIALOG" value="false" />
  9. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  10. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  11. <option name="LAST_RESOLUTION" value="IGNORE" />
  12. </component>
  13. <component name="DefaultGradleProjectSettings">
  14. <option name="isMigrated" value="true" />
  15. </component>
  16. <component name="FileEditorManager">
  17. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  18. <file pinned="false" current-in-tab="false">
  19. <entry file="file://$PROJECT_DIR$/src/xyz/nextn/Main.java">
  20. <provider selected="true" editor-type-id="text-editor">
  21. <state relative-caret-position="85">
  22. <caret line="5" column="43" lean-forward="true" selection-start-line="5" selection-start-column="43" selection-end-line="5" selection-end-column="43" />
  23. <folding>
  24. <element signature="e#84#85#0" expanded="true" />
  25. <element signature="e#125#126#0" expanded="true" />
  26. </folding>
  27. </state>
  28. </provider>
  29. </entry>
  30. </file>
  31. <file pinned="false" current-in-tab="true">
  32. <entry file="file://$PROJECT_DIR$/src/xyz/nextn/Server.java">
  33. <provider selected="true" editor-type-id="text-editor">
  34. <state relative-caret-position="119">
  35. <caret line="7" column="4" selection-start-line="7" selection-start-column="4" selection-end-line="7" selection-end-column="4" />
  36. </state>
  37. </provider>
  38. </entry>
  39. </file>
  40. <file pinned="false" current-in-tab="false">
  41. <entry file="file://$PROJECT_DIR$/src/xyz/nextn/Client.java">
  42. <provider selected="true" editor-type-id="text-editor">
  43. <state relative-caret-position="34">
  44. <caret line="2" column="13" selection-start-line="2" selection-start-column="13" selection-end-line="2" selection-end-column="13" />
  45. </state>
  46. </provider>
  47. </entry>
  48. </file>
  49. </leaf>
  50. </component>
  51. <component name="Git.Settings">
  52. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  53. </component>
  54. <component name="IdeDocumentHistory">
  55. <option name="CHANGED_PATHS">
  56. <list>
  57. <option value="$PROJECT_DIR$/src/xyz/nextn/Main.java" />
  58. <option value="$PROJECT_DIR$/src/xyz/nextn/Server.java" />
  59. </list>
  60. </option>
  61. </component>
  62. <component name="ProjectFrameBounds" extendedState="6">
  63. <option name="x" value="20" />
  64. <option name="y" value="21" />
  65. <option name="width" value="1116" />
  66. <option name="height" value="1047" />
  67. </component>
  68. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  69. <component name="ProjectView">
  70. <navigator proportions="" version="1">
  71. <foldersAlwaysOnTop value="true" />
  72. </navigator>
  73. <panes>
  74. <pane id="Scope" />
  75. <pane id="PackagesPane" />
  76. <pane id="ProjectPane">
  77. <subPane>
  78. <expand>
  79. <path>
  80. <item name="MessStation" type="b2602c69:ProjectViewProjectNode" />
  81. <item name="MessStation" type="462c0819:PsiDirectoryNode" />
  82. </path>
  83. <path>
  84. <item name="MessStation" type="b2602c69:ProjectViewProjectNode" />
  85. <item name="MessStation" type="462c0819:PsiDirectoryNode" />
  86. <item name="src" type="462c0819:PsiDirectoryNode" />
  87. </path>
  88. <path>
  89. <item name="MessStation" type="b2602c69:ProjectViewProjectNode" />
  90. <item name="MessStation" type="462c0819:PsiDirectoryNode" />
  91. <item name="src" type="462c0819:PsiDirectoryNode" />
  92. <item name="nextn" type="462c0819:PsiDirectoryNode" />
  93. </path>
  94. </expand>
  95. <select />
  96. </subPane>
  97. </pane>
  98. </panes>
  99. </component>
  100. <component name="PropertiesComponent">
  101. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  102. <property name="WebServerToolWindowFactoryState" value="false" />
  103. <property name="aspect.path.notification.shown" value="true" />
  104. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  105. </component>
  106. <component name="RunDashboard">
  107. <option name="ruleStates">
  108. <list>
  109. <RuleState>
  110. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  111. </RuleState>
  112. <RuleState>
  113. <option name="name" value="StatusDashboardGroupingRule" />
  114. </RuleState>
  115. </list>
  116. </option>
  117. </component>
  118. <component name="RunManager">
  119. <configuration name="Main" type="Application" factoryName="Application" temporary="true">
  120. <option name="MAIN_CLASS_NAME" value="xyz.nextn.Main" />
  121. <module name="MessStation" />
  122. <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" />
  123. <RunnerSettings RunnerId="Run" />
  124. <ConfigurationWrapper RunnerId="Run" />
  125. <method v="2">
  126. <option name="Make" enabled="true" />
  127. </method>
  128. </configuration>
  129. </component>
  130. <component name="SvnConfiguration">
  131. <configuration />
  132. </component>
  133. <component name="TaskManager">
  134. <task active="true" id="Default" summary="Default task">
  135. <changelist id="bb3e1b7e-b662-4d08-9145-fd676c7f3d31" name="Default Changelist" comment="" />
  136. <created>1569259778451</created>
  137. <option name="number" value="Default" />
  138. <option name="presentableId" value="Default" />
  139. <updated>1569259778451</updated>
  140. <workItem from="1569259782086" duration="1042000" />
  141. </task>
  142. <task id="LOCAL-00001" summary="git init">
  143. <created>1569260717145</created>
  144. <option name="number" value="00001" />
  145. <option name="presentableId" value="LOCAL-00001" />
  146. <option name="project" value="LOCAL" />
  147. <updated>1569260717145</updated>
  148. </task>
  149. <task id="LOCAL-00002" summary="added server">
  150. <created>1569263446175</created>
  151. <option name="number" value="00002" />
  152. <option name="presentableId" value="LOCAL-00002" />
  153. <option name="project" value="LOCAL" />
  154. <updated>1569263446175</updated>
  155. </task>
  156. <option name="localTasksCounter" value="3" />
  157. <servers />
  158. </component>
  159. <component name="TimeTrackingManager">
  160. <option name="totallyTimeSpent" value="63000" />
  161. </component>
  162. <component name="ToolWindowManager">
  163. <frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
  164. <editor active="true" />
  165. <layout>
  166. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.14072494" />
  167. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  168. <window_info id="Capture Tool" order="2" />
  169. <window_info id="Image Layers" order="3" />
  170. <window_info id="Designer" order="4" />
  171. <window_info id="UI Designer" order="5" />
  172. <window_info id="Favorites" order="6" side_tool="true" />
  173. <window_info anchor="bottom" id="Message" order="0" />
  174. <window_info anchor="bottom" id="Find" order="1" />
  175. <window_info anchor="bottom" id="Run" order="2" />
  176. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  177. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  178. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  179. <window_info anchor="bottom" id="TODO" order="6" />
  180. <window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
  181. <window_info anchor="bottom" id="Database Changes" order="8" />
  182. <window_info anchor="bottom" id="Terminal" order="9" />
  183. <window_info anchor="bottom" id="Event Log" order="10" sideWeight="0.50053304" side_tool="true" visible="true" weight="0.32936078" />
  184. <window_info active="true" anchor="bottom" id="Version Control" order="11" sideWeight="0.49946696" visible="true" weight="0.32936078" />
  185. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  186. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  187. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  188. <window_info anchor="right" id="Palette" order="3" />
  189. <window_info anchor="right" id="Theme Preview" order="4" />
  190. <window_info anchor="right" id="Maven" order="5" />
  191. <window_info anchor="right" id="Capture Analysis" order="6" />
  192. <window_info anchor="right" id="Palette&#9;" order="7" />
  193. <window_info anchor="right" id="Database" order="8" />
  194. </layout>
  195. </component>
  196. <component name="TypeScriptGeneratedFilesManager">
  197. <option name="version" value="1" />
  198. </component>
  199. <component name="Vcs.Log.Tabs.Properties">
  200. <option name="TAB_STATES">
  201. <map>
  202. <entry key="MAIN">
  203. <value>
  204. <State>
  205. <option name="RECENTLY_FILTERED_USER_GROUPS">
  206. <collection />
  207. </option>
  208. <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
  209. <collection />
  210. </option>
  211. <option name="COLUMN_ORDER">
  212. <list>
  213. <option value="0" />
  214. <option value="1" />
  215. <option value="2" />
  216. <option value="3" />
  217. </list>
  218. </option>
  219. </State>
  220. </value>
  221. </entry>
  222. </map>
  223. </option>
  224. </component>
  225. <component name="VcsManagerConfiguration">
  226. <MESSAGE value="git init" />
  227. <MESSAGE value="added server" />
  228. <option name="LAST_COMMIT_MESSAGE" value="added server" />
  229. </component>
  230. <component name="editorHistoryManager">
  231. <entry file="file://$PROJECT_DIR$/src/xyz/nextn/Main.java">
  232. <provider selected="true" editor-type-id="text-editor">
  233. <state relative-caret-position="85">
  234. <caret line="5" column="43" lean-forward="true" selection-start-line="5" selection-start-column="43" selection-end-line="5" selection-end-column="43" />
  235. <folding>
  236. <element signature="e#84#85#0" expanded="true" />
  237. <element signature="e#125#126#0" expanded="true" />
  238. </folding>
  239. </state>
  240. </provider>
  241. </entry>
  242. <entry file="file://$PROJECT_DIR$/src/xyz/nextn/Server.java">
  243. <provider selected="true" editor-type-id="text-editor">
  244. <state relative-caret-position="119">
  245. <caret line="7" column="4" selection-start-line="7" selection-start-column="4" selection-end-line="7" selection-end-column="4" />
  246. </state>
  247. </provider>
  248. </entry>
  249. </component>
  250. </project>