workspace.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="3e7d490a-942b-4651-bacc-ac684d689e9e" name="Default Changelist" comment="">
  5. <change afterPath="$PROJECT_DIR$/../Scripts/SlopeCollider.cs" afterDir="false" />
  6. <change afterPath="$PROJECT_DIR$/../Scripts/SlopeCollider.cs.meta" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/../../.idea/.idea.VR Cycling/.idea/indexLayout.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../../.idea/.idea.VR Cycling/.idea/indexLayout.xml" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/../../Assembly-CSharp.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/../../Assembly-CSharp.csproj" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/../Scenes/MainScene.unity" beforeDir="false" afterPath="$PROJECT_DIR$/../Scenes/MainScene.unity" afterDir="false" />
  11. </list>
  12. <option name="SHOW_DIALOG" value="false" />
  13. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  14. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  15. <option name="LAST_RESOLUTION" value="IGNORE" />
  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="FlaskConsoleOptions" custom-start-script="import sys&#10;sys.path.extend([WORKING_DIR_AND_PYTHON_PATHS])&#10;from flask.cli import ScriptInfo&#10;locals().update(ScriptInfo(create_app=None).load_app().make_shell_context())&#10;print(&quot;Python %s on %s\nApp: %s [%s]\nInstance: %s&quot; % (sys.version, sys.platform, app.import_name, app.env, app.instance_path))">
  25. <envs>
  26. <env key="FLASK_APP" value="app" />
  27. </envs>
  28. <option name="myCustomStartScript" value="import sys&#10;sys.path.extend([WORKING_DIR_AND_PYTHON_PATHS])&#10;from flask.cli import ScriptInfo&#10;locals().update(ScriptInfo(create_app=None).load_app().make_shell_context())&#10;print(&quot;Python %s on %s\nApp: %s [%s]\nInstance: %s&quot; % (sys.version, sys.platform, app.import_name, app.env, app.instance_path))" />
  29. <option name="myEnvs">
  30. <map>
  31. <entry key="FLASK_APP" value="app" />
  32. </map>
  33. </option>
  34. </component>
  35. <component name="Git.Settings">
  36. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../.." />
  37. </component>
  38. <component name="JupyterTrust" id="70c77ed9-2d23-4b9b-8ca9-8dec3d4c8737" />
  39. <component name="ProjectId" id="1mdvMaDO2W716mhfU6uTDJ1ILRU" />
  40. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  41. <ConfirmationsSetting value="2" id="Add" />
  42. </component>
  43. <component name="ProjectViewState">
  44. <option name="hideEmptyMiddlePackages" value="true" />
  45. <option name="showLibraryContents" value="true" />
  46. </component>
  47. <component name="PropertiesComponent">
  48. <property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
  49. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  50. <property name="WebServerToolWindowFactoryState" value="false" />
  51. <property name="node.js.detected.package.eslint" value="true" />
  52. <property name="node.js.detected.package.tslint" value="true" />
  53. <property name="node.js.path.for.package.eslint" value="project" />
  54. <property name="node.js.path.for.package.tslint" value="project" />
  55. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  56. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  57. <property name="nodejs_interpreter_path.stuck_in_default_project" value="$PROJECT_DIR$/../../../../Program Files (x86)/nodejs/node" />
  58. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  59. <property name="settings.editor.selected.configurable" value="com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable" />
  60. </component>
  61. <component name="RunManager">
  62. <configuration name="main" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
  63. <module name="Plotting" />
  64. <option name="INTERPRETER_OPTIONS" value="" />
  65. <option name="PARENT_ENVS" value="true" />
  66. <envs>
  67. <env name="PYTHONUNBUFFERED" value="1" />
  68. </envs>
  69. <option name="SDK_HOME" value="" />
  70. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  71. <option name="IS_MODULE_SDK" value="true" />
  72. <option name="ADD_CONTENT_ROOTS" value="true" />
  73. <option name="ADD_SOURCE_ROOTS" value="true" />
  74. <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
  75. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/main.py" />
  76. <option name="PARAMETERS" value="" />
  77. <option name="SHOW_COMMAND_LINE" value="false" />
  78. <option name="EMULATE_TERMINAL" value="false" />
  79. <option name="MODULE_MODE" value="false" />
  80. <option name="REDIRECT_INPUT" value="false" />
  81. <option name="INPUT_FILE" value="" />
  82. <method v="2" />
  83. </configuration>
  84. <recent_temporary>
  85. <list>
  86. <item itemvalue="Python.main" />
  87. </list>
  88. </recent_temporary>
  89. </component>
  90. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  91. <component name="TaskManager">
  92. <task active="true" id="Default" summary="Default task">
  93. <changelist id="3e7d490a-942b-4651-bacc-ac684d689e9e" name="Default Changelist" comment="" />
  94. <created>1609836234644</created>
  95. <option name="number" value="Default" />
  96. <option name="presentableId" value="Default" />
  97. <updated>1609836234644</updated>
  98. <workItem from="1609836243423" duration="14756000" />
  99. </task>
  100. <servers />
  101. </component>
  102. <component name="TypeScriptGeneratedFilesManager">
  103. <option name="version" value="3" />
  104. </component>
  105. <component name="VcsContentAnnotationSettings">
  106. <option name="myLimit" value="2678400000" />
  107. </component>
  108. <component name="VcsManagerConfiguration">
  109. <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
  110. </component>
  111. <component name="WindowStateProjectService">
  112. <state x="2769" y="372" width="964" height="595" key="#xdebugger.evaluate" timestamp="1609843631283">
  113. <screen x="1920" y="0" width="1920" height="1160" />
  114. </state>
  115. <state x="2769" y="372" width="964" height="595" key="#xdebugger.evaluate/1920.0.1920.1160/0.0.1920.1160@1920.0.1920.1160" timestamp="1609843631283" />
  116. <state width="1877" height="321" key="GridCell.Tab.0.bottom" timestamp="1609850489481">
  117. <screen x="0" y="0" width="1920" height="1160" />
  118. </state>
  119. <state width="1877" height="321" key="GridCell.Tab.0.bottom/1920.0.1920.1160/0.0.1920.1160@0.0.1920.1160" timestamp="1609850489481" />
  120. <state width="1877" height="333" key="GridCell.Tab.0.bottom/1920.0.1920.1160/0.0.1920.1160@1920.0.1920.1160" timestamp="1609849938165" />
  121. <state width="1877" height="321" key="GridCell.Tab.0.center" timestamp="1609850489481">
  122. <screen x="0" y="0" width="1920" height="1160" />
  123. </state>
  124. <state width="1877" height="321" key="GridCell.Tab.0.center/1920.0.1920.1160/0.0.1920.1160@0.0.1920.1160" timestamp="1609850489481" />
  125. <state width="1877" height="333" key="GridCell.Tab.0.center/1920.0.1920.1160/0.0.1920.1160@1920.0.1920.1160" timestamp="1609849938165" />
  126. <state width="1877" height="321" key="GridCell.Tab.0.left" timestamp="1609850489480">
  127. <screen x="0" y="0" width="1920" height="1160" />
  128. </state>
  129. <state width="1877" height="321" key="GridCell.Tab.0.left/1920.0.1920.1160/0.0.1920.1160@0.0.1920.1160" timestamp="1609850489480" />
  130. <state width="1877" height="333" key="GridCell.Tab.0.left/1920.0.1920.1160/0.0.1920.1160@1920.0.1920.1160" timestamp="1609849938165" />
  131. <state width="1877" height="321" key="GridCell.Tab.0.right" timestamp="1609850489481">
  132. <screen x="0" y="0" width="1920" height="1160" />
  133. </state>
  134. <state width="1877" height="321" key="GridCell.Tab.0.right/1920.0.1920.1160/0.0.1920.1160@0.0.1920.1160" timestamp="1609850489481" />
  135. <state width="1877" height="333" key="GridCell.Tab.0.right/1920.0.1920.1160/0.0.1920.1160@1920.0.1920.1160" timestamp="1609849938165" />
  136. <state x="2381" y="224" key="SettingsEditor" timestamp="1609836703029">
  137. <screen x="1920" y="0" width="1920" height="1160" />
  138. </state>
  139. <state x="2381" y="224" key="SettingsEditor/1920.0.1920.1160/0.0.1920.1160@1920.0.1920.1160" timestamp="1609836703029" />
  140. <state width="970" height="590" key="XDebugger.FullValuePopup" timestamp="1609843364272">
  141. <screen x="1920" y="0" width="1920" height="1160" />
  142. </state>
  143. <state width="970" height="590" key="XDebugger.FullValuePopup/1920.0.1920.1160/0.0.1920.1160@1920.0.1920.1160" timestamp="1609843364272" />
  144. <state x="2012" y="92" width="1736" height="976" key="com.intellij.history.integration.ui.views.FileHistoryDialog" timestamp="1609845327442">
  145. <screen x="1920" y="0" width="1920" height="1160" />
  146. </state>
  147. <state x="2012" y="92" width="1736" height="976" key="com.intellij.history.integration.ui.views.FileHistoryDialog/1920.0.1920.1160/0.0.1920.1160@1920.0.1920.1160" timestamp="1609845327442" />
  148. </component>
  149. <component name="XDebuggerManager">
  150. <breakpoint-manager>
  151. <breakpoints>
  152. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  153. <url>file://$PROJECT_DIR$/data.py</url>
  154. <line>22</line>
  155. <option name="timeStamp" value="23" />
  156. </line-breakpoint>
  157. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  158. <url>file://$PROJECT_DIR$/data.py</url>
  159. <line>25</line>
  160. <option name="timeStamp" value="24" />
  161. </line-breakpoint>
  162. </breakpoints>
  163. </breakpoint-manager>
  164. <watches-manager>
  165. <configuration name="PythonConfigurationType">
  166. <watch expression="d.df" language="Python" />
  167. <watch expression="df_sub" language="Python" />
  168. <watch expression="self.df[c][i]" language="Python" />
  169. </configuration>
  170. </watches-manager>
  171. </component>
  172. <component name="com.intellij.coverage.CoverageDataManagerImpl">
  173. <SUITE FILE_PATH="coverage/Plotting$main.coverage" NAME="main Coverage Results" MODIFIED="1609850489469" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
  174. </component>
  175. </project>