workspace.xml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="4aa1e78b-2e97-41a2-804a-5410fbf2892c" name="Default Changelist" comment="">
  5. <change beforePath="$PROJECT_DIR$/process.py" beforeDir="false" afterPath="$PROJECT_DIR$/process.py" 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="FUSProjectUsageTrigger">
  14. <session id="1671358883">
  15. <usages-collector id="statistics.lifecycle.project">
  16. <counts>
  17. <entry key="project.open.time.8" value="1" />
  18. <entry key="project.opened" value="1" />
  19. </counts>
  20. </usages-collector>
  21. <usages-collector id="statistics.file.extensions.open">
  22. <counts>
  23. <entry key="py" value="1" />
  24. </counts>
  25. </usages-collector>
  26. <usages-collector id="statistics.file.types.open">
  27. <counts>
  28. <entry key="Python" value="1" />
  29. </counts>
  30. </usages-collector>
  31. <usages-collector id="statistics.file.types.edit">
  32. <counts>
  33. <entry key="Python" value="5" />
  34. </counts>
  35. </usages-collector>
  36. <usages-collector id="statistics.vcs.git.usages" />
  37. <usages-collector id="statistics.file.extensions.edit">
  38. <counts>
  39. <entry key="py" value="5" />
  40. </counts>
  41. </usages-collector>
  42. </session>
  43. </component>
  44. <component name="FileEditorManager">
  45. <leaf>
  46. <file pinned="false" current-in-tab="true">
  47. <entry file="file://$PROJECT_DIR$/process.py">
  48. <provider selected="true" editor-type-id="text-editor">
  49. <state relative-caret-position="-153">
  50. <caret line="3" column="15" selection-start-line="3" selection-start-column="15" selection-end-line="3" selection-end-column="15" />
  51. <folding>
  52. <element signature="e#0#24#0" expanded="true" />
  53. </folding>
  54. </state>
  55. </provider>
  56. </entry>
  57. </file>
  58. </leaf>
  59. </component>
  60. <component name="Git.Settings">
  61. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  62. </component>
  63. <component name="IdeDocumentHistory">
  64. <option name="CHANGED_PATHS">
  65. <list>
  66. <option value="$PROJECT_DIR$/process.py" />
  67. </list>
  68. </option>
  69. </component>
  70. <component name="ProjectFrameBounds" extendedState="6">
  71. <option name="x" value="260" />
  72. <option name="y" value="20" />
  73. <option name="width" value="1400" />
  74. <option name="height" value="1000" />
  75. </component>
  76. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  77. <ConfirmationsSetting value="1" id="Add" />
  78. </component>
  79. <component name="ProjectView">
  80. <navigator proportions="" version="1">
  81. <foldersAlwaysOnTop value="true" />
  82. </navigator>
  83. <panes>
  84. <pane id="ProjectPane">
  85. <subPane>
  86. <expand>
  87. <path>
  88. <item name="src" type="b2602c69:ProjectViewProjectNode" />
  89. <item name="src" type="462c0819:PsiDirectoryNode" />
  90. </path>
  91. </expand>
  92. <select />
  93. </subPane>
  94. </pane>
  95. <pane id="Scope" />
  96. </panes>
  97. </component>
  98. <component name="RunDashboard">
  99. <option name="ruleStates">
  100. <list>
  101. <RuleState>
  102. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  103. </RuleState>
  104. <RuleState>
  105. <option name="name" value="StatusDashboardGroupingRule" />
  106. </RuleState>
  107. </list>
  108. </option>
  109. </component>
  110. <component name="RunManager">
  111. <configuration name="process" type="PythonConfigurationType" factoryName="Python" temporary="true">
  112. <module name="src" />
  113. <option name="INTERPRETER_OPTIONS" value="" />
  114. <option name="PARENT_ENVS" value="true" />
  115. <envs>
  116. <env name="PYTHONUNBUFFERED" value="1" />
  117. </envs>
  118. <option name="SDK_HOME" value="" />
  119. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  120. <option name="IS_MODULE_SDK" value="true" />
  121. <option name="ADD_CONTENT_ROOTS" value="true" />
  122. <option name="ADD_SOURCE_ROOTS" value="true" />
  123. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/process.py" />
  124. <option name="PARAMETERS" value="" />
  125. <option name="SHOW_COMMAND_LINE" value="false" />
  126. <option name="EMULATE_TERMINAL" value="false" />
  127. <option name="MODULE_MODE" value="false" />
  128. <option name="REDIRECT_INPUT" value="false" />
  129. <option name="INPUT_FILE" value="" />
  130. <method v="2" />
  131. </configuration>
  132. <recent_temporary>
  133. <list>
  134. <item itemvalue="Python.process" />
  135. </list>
  136. </recent_temporary>
  137. </component>
  138. <component name="SvnConfiguration">
  139. <configuration />
  140. </component>
  141. <component name="TaskManager">
  142. <task active="true" id="Default" summary="Default task">
  143. <changelist id="4aa1e78b-2e97-41a2-804a-5410fbf2892c" name="Default Changelist" comment="" />
  144. <created>1540753744234</created>
  145. <option name="number" value="Default" />
  146. <option name="presentableId" value="Default" />
  147. <updated>1540753744234</updated>
  148. </task>
  149. <servers />
  150. </component>
  151. <component name="ToolWindowManager">
  152. <frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
  153. <layout>
  154. <window_info id="Favorites" side_tool="true" />
  155. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.13272922" />
  156. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  157. <window_info anchor="bottom" id="Version Control" show_stripe_button="false" />
  158. <window_info anchor="bottom" id="Python Console" />
  159. <window_info anchor="bottom" id="Terminal" weight="0.34777898" />
  160. <window_info anchor="bottom" id="Event Log" side_tool="true" />
  161. <window_info anchor="bottom" id="Message" order="0" />
  162. <window_info anchor="bottom" id="Find" order="1" />
  163. <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.32936078" />
  164. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  165. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  166. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  167. <window_info anchor="bottom" id="TODO" order="6" />
  168. <window_info anchor="right" id="R Packages" />
  169. <window_info anchor="right" id="R Graphics" />
  170. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  171. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  172. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  173. </layout>
  174. </component>
  175. <component name="VcsContentAnnotationSettings">
  176. <option name="myLimit" value="2678400000" />
  177. </component>
  178. <component name="editorHistoryManager">
  179. <entry file="file://$PROJECT_DIR$/process.py">
  180. <provider selected="true" editor-type-id="text-editor">
  181. <state relative-caret-position="-153">
  182. <caret line="3" column="15" selection-start-line="3" selection-start-column="15" selection-end-line="3" selection-end-column="15" />
  183. <folding>
  184. <element signature="e#0#24#0" expanded="true" />
  185. </folding>
  186. </state>
  187. </provider>
  188. </entry>
  189. </component>
  190. </project>