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.

workspace.xml 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="d76e0338-8187-4532-896f-0ced9b76bea7" name="Default" comment="" />
  5. <ignored path="$PROJECT_DIR$/venv/" />
  6. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  7. <option name="TRACKING_ENABLED" 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="CoverageDataManager">
  14. <SUITE FILE_PATH="coverage/Socket$Server_Application.coverage" NAME="Server-Application Coverage Results" MODIFIED="1571146254516" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  15. <SUITE FILE_PATH="coverage/Socket$Client_Application.coverage" NAME="Client-Application Coverage Results" MODIFIED="1571146258180" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  16. </component>
  17. <component name="FileTemplateManagerImpl">
  18. <option name="RECENT_TEMPLATES">
  19. <list>
  20. <option value="Python Script" />
  21. </list>
  22. </option>
  23. </component>
  24. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  25. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  26. <component name="JsGulpfileManager">
  27. <detection-done>true</detection-done>
  28. <sorting>DEFINITION_ORDER</sorting>
  29. </component>
  30. <component name="NodePackageJsonFileManager">
  31. <packageJsonPaths />
  32. </component>
  33. <component name="ProjectFrameBounds">
  34. <option name="x" value="580" />
  35. <option name="y" value="191" />
  36. <option name="width" value="1400" />
  37. <option name="height" value="1000" />
  38. </component>
  39. <component name="ProjectId" id="1SWMRnu3l89rI7z6oaQmeU7OL70" />
  40. <component name="ProjectViewState">
  41. <option name="hideEmptyMiddlePackages" value="true" />
  42. <option name="showExcludedFiles" value="true" />
  43. <option name="showLibraryContents" value="true" />
  44. </component>
  45. <component name="PropertiesComponent">
  46. <property name="WebServerToolWindowFactoryState" value="false" />
  47. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  48. <property name="node.js.detected.package.eslint" value="true" />
  49. <property name="node.js.detected.package.tslint" value="true" />
  50. <property name="node.js.path.for.package.eslint" value="project" />
  51. <property name="node.js.path.for.package.tslint" value="project" />
  52. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  53. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  54. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  55. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  56. <property name="settings.editor.selected.configurable" value="com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable" />
  57. </component>
  58. <component name="RunDashboard">
  59. <option name="ruleStates">
  60. <list>
  61. <RuleState>
  62. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  63. </RuleState>
  64. <RuleState>
  65. <option name="name" value="StatusDashboardGroupingRule" />
  66. </RuleState>
  67. </list>
  68. </option>
  69. </component>
  70. <component name="RunManager" selected="Python.Client-Application">
  71. <configuration name="Client-Application" type="PythonConfigurationType" factoryName="Python">
  72. <module name="Socket" />
  73. <option name="INTERPRETER_OPTIONS" value="" />
  74. <option name="PARENT_ENVS" value="true" />
  75. <envs>
  76. <env name="PYTHONUNBUFFERED" value="1" />
  77. </envs>
  78. <option name="SDK_HOME" value="" />
  79. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  80. <option name="IS_MODULE_SDK" value="true" />
  81. <option name="ADD_CONTENT_ROOTS" value="true" />
  82. <option name="ADD_SOURCE_ROOTS" value="true" />
  83. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  84. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Client-Application.py" />
  85. <option name="PARAMETERS" value="" />
  86. <option name="SHOW_COMMAND_LINE" value="false" />
  87. <option name="EMULATE_TERMINAL" value="false" />
  88. <option name="MODULE_MODE" value="false" />
  89. </configuration>
  90. <configuration name="Server-Application" type="PythonConfigurationType" factoryName="Python">
  91. <module name="Socket" />
  92. <option name="INTERPRETER_OPTIONS" value="" />
  93. <option name="PARENT_ENVS" value="true" />
  94. <envs>
  95. <env name="PYTHONUNBUFFERED" value="1" />
  96. </envs>
  97. <option name="SDK_HOME" value="" />
  98. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  99. <option name="IS_MODULE_SDK" value="true" />
  100. <option name="ADD_CONTENT_ROOTS" value="true" />
  101. <option name="ADD_SOURCE_ROOTS" value="true" />
  102. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  103. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Server-Application.py" />
  104. <option name="PARAMETERS" value="" />
  105. <option name="SHOW_COMMAND_LINE" value="false" />
  106. <option name="EMULATE_TERMINAL" value="false" />
  107. <option name="MODULE_MODE" value="false" />
  108. </configuration>
  109. <list>
  110. <item itemvalue="Python.Client-Application" />
  111. <item itemvalue="Python.Server-Application" />
  112. </list>
  113. </component>
  114. <component name="SvnConfiguration">
  115. <configuration />
  116. </component>
  117. <component name="TaskManager">
  118. <task active="true" id="Default" summary="Default task">
  119. <changelist id="d76e0338-8187-4532-896f-0ced9b76bea7" name="Default" comment="" />
  120. <created>1571143328674</created>
  121. <option name="number" value="Default" />
  122. <option name="presentableId" value="Default" />
  123. <updated>1571143328674</updated>
  124. <workItem from="1571674895801" duration="1867000" />
  125. <workItem from="1571676898265" duration="1590000" />
  126. <workItem from="1571679043443" duration="1459000" />
  127. </task>
  128. <servers />
  129. </component>
  130. <component name="ToolWindowManager">
  131. <frame x="580" y="191" width="1400" height="1000" extended-state="0" />
  132. <layout>
  133. <window_info anchor="bottom" id="TODO" order="6" />
  134. <window_info anchor="bottom" id="Event Log" side_tool="true" />
  135. <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
  136. <window_info anchor="bottom" id="Run" order="2" />
  137. <window_info anchor="bottom" id="Version Control" show_stripe_button="false" />
  138. <window_info anchor="bottom" id="Python Console" />
  139. <window_info anchor="bottom" id="Terminal" />
  140. <window_info content_ui="combo" id="Project" order="0" weight="0.25" />
  141. <window_info anchor="bottom" id="Docker" show_stripe_button="false" />
  142. <window_info anchor="right" id="Database" />
  143. <window_info anchor="right" id="SciView" />
  144. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  145. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  146. <window_info id="Favorites" side_tool="true" />
  147. <window_info anchor="bottom" id="Find" order="1" />
  148. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  149. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  150. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  151. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  152. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  153. <window_info anchor="bottom" id="Message" order="0" />
  154. </layout>
  155. </component>
  156. <component name="TypeScriptGeneratedFilesManager">
  157. <option name="version" value="1" />
  158. </component>
  159. <component name="VcsContentAnnotationSettings">
  160. <option name="myLimit" value="2678400000" />
  161. </component>
  162. <component name="WindowStateProjectService">
  163. <state x="503" y="73" key="#Client-Application" timestamp="1571675000341">
  164. <screen x="0" y="0" width="1536" height="864" />
  165. </state>
  166. <state x="503" y="73" key="#Client-Application/0.0.1536.864@0.0.1536.864" timestamp="1571675000341" />
  167. <state x="548" y="209" key="FileChooserDialogImpl" timestamp="1571680499491">
  168. <screen x="0" y="0" width="1536" height="864" />
  169. </state>
  170. <state x="548" y="209" key="FileChooserDialogImpl/0.0.1536.864@0.0.1536.864" timestamp="1571680499491" />
  171. <state width="724" height="218" key="GridCell.Tab.0.bottom" timestamp="1571680516393">
  172. <screen x="0" y="0" width="1536" height="864" />
  173. </state>
  174. <state width="724" height="218" key="GridCell.Tab.0.bottom/0.0.1536.864@0.0.1536.864" timestamp="1571680516393" />
  175. <state width="724" height="218" key="GridCell.Tab.0.center" timestamp="1571680516393">
  176. <screen x="0" y="0" width="1536" height="864" />
  177. </state>
  178. <state width="724" height="218" key="GridCell.Tab.0.center/0.0.1536.864@0.0.1536.864" timestamp="1571680516393" />
  179. <state width="724" height="218" key="GridCell.Tab.0.left" timestamp="1571680516393">
  180. <screen x="0" y="0" width="1536" height="864" />
  181. </state>
  182. <state width="724" height="218" key="GridCell.Tab.0.left/0.0.1536.864@0.0.1536.864" timestamp="1571680516393" />
  183. <state width="724" height="218" key="GridCell.Tab.0.right" timestamp="1571680516393">
  184. <screen x="0" y="0" width="1536" height="864" />
  185. </state>
  186. <state width="724" height="218" key="GridCell.Tab.0.right/0.0.1536.864@0.0.1536.864" timestamp="1571680516393" />
  187. <state x="279" y="77" key="SettingsEditor" timestamp="1571679160727">
  188. <screen x="0" y="0" width="1536" height="864" />
  189. </state>
  190. <state x="279" y="77" key="SettingsEditor/0.0.1536.864@0.0.1536.864" timestamp="1571679160727" />
  191. <state x="477" y="259" key="com.intellij.ide.util.TipDialog" timestamp="1571679044912">
  192. <screen x="0" y="0" width="1536" height="864" />
  193. </state>
  194. <state x="477" y="259" key="com.intellij.ide.util.TipDialog/0.0.1536.864@0.0.1536.864" timestamp="1571679044912" />
  195. <state x="383" y="185" width="672" height="678" key="search.everywhere.popup" timestamp="1571676866930">
  196. <screen x="0" y="0" width="1536" height="864" />
  197. </state>
  198. <state x="383" y="185" width="672" height="678" key="search.everywhere.popup/0.0.1536.864@0.0.1536.864" timestamp="1571676866930" />
  199. </component>
  200. <component name="com.intellij.coverage.CoverageDataManagerImpl">
  201. <SUITE FILE_PATH="coverage/Socket$Client_Application.coverage" NAME="Client-Application Coverage Results" MODIFIED="1571679818841" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  202. <SUITE FILE_PATH="coverage/Socket$Server_Application.coverage" NAME="Server-Application Coverage Results" MODIFIED="1571679816609" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  203. </component>
  204. </project>