workspace.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="b9a6b32c-5578-4410-bafa-6b56507d845c" name="Default Changelist" comment="">
  5. <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/src/Figure.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Figure.kt" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/src/Main.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.kt" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/src/Movable.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Movable.kt" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/src/Rect.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Rect.kt" afterDir="false" />
  11. </list>
  12. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  13. <option name="SHOW_DIALOG" value="false" />
  14. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  15. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  16. <option name="LAST_RESOLUTION" value="IGNORE" />
  17. </component>
  18. <component name="FileTemplateManagerImpl">
  19. <option name="RECENT_TEMPLATES">
  20. <list>
  21. <option value="Kotlin File" />
  22. <option value="Kotlin Interface" />
  23. </list>
  24. </option>
  25. </component>
  26. <component name="Git.Settings">
  27. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  28. </component>
  29. <component name="ProjectId" id="20i3zOracRcUAqzmxlDFJAh5iSe" />
  30. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  31. <component name="PropertiesComponent">
  32. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  33. <property name="settings.editor.selected.configurable" value="editor.preferences.fonts.default" />
  34. </component>
  35. <component name="RunDashboard">
  36. <option name="ruleStates">
  37. <list>
  38. <RuleState>
  39. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  40. </RuleState>
  41. <RuleState>
  42. <option name="name" value="StatusDashboardGroupingRule" />
  43. </RuleState>
  44. </list>
  45. </option>
  46. </component>
  47. <component name="RunManager">
  48. <configuration default="true" type="ClojureREPL" factoryName="Local" activateToolWindowBeforeRun="false">
  49. <setting name="replType" value="NREPL" />
  50. <setting name="execution" value="LEININGEN" />
  51. <setting name="jvmArgs" value="" />
  52. <setting name="parameters" value="" />
  53. <setting name="workingDir" value="" />
  54. <setting name="profiles" value="" />
  55. <setting name="aliases" value="" />
  56. <setting name="fixLineNumbers" value="false" />
  57. <method v="2" />
  58. </configuration>
  59. <configuration default="true" type="ClojureREPL" factoryName="Remote" activateToolWindowBeforeRun="false">
  60. <setting name="host" value="" />
  61. <setting name="port" value="0" />
  62. <setting name="replType" value="SOCKET" />
  63. <setting name="configType" value="SPECIFY" />
  64. <setting name="replPortFileType" value="STANDARD" />
  65. <setting name="customPortFile" value="" />
  66. <setting name="fixLineNumbers" value="false" />
  67. <method v="2" />
  68. </configuration>
  69. <configuration name="MainKt" type="JetRunConfigurationType" factoryName="Kotlin" temporary="true" nameIsGenerated="true">
  70. <module name="Figure" />
  71. <option name="VM_PARAMETERS" />
  72. <option name="PROGRAM_PARAMETERS" />
  73. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  74. <option name="ALTERNATIVE_JRE_PATH" />
  75. <option name="PASS_PARENT_ENVS" value="true" />
  76. <option name="MAIN_CLASS_NAME" value="MainKt" />
  77. <option name="WORKING_DIRECTORY" />
  78. <method v="2">
  79. <option name="Make" enabled="true" />
  80. </method>
  81. </configuration>
  82. <recent_temporary>
  83. <list>
  84. <item itemvalue="Kotlin.MainKt" />
  85. </list>
  86. </recent_temporary>
  87. </component>
  88. <component name="SvnConfiguration">
  89. <configuration />
  90. </component>
  91. <component name="TaskManager">
  92. <task active="true" id="Default" summary="Default task">
  93. <changelist id="b9a6b32c-5578-4410-bafa-6b56507d845c" name="Default Changelist" comment="" />
  94. <created>1636513842355</created>
  95. <option name="number" value="Default" />
  96. <option name="presentableId" value="Default" />
  97. <updated>1636513842355</updated>
  98. </task>
  99. <servers />
  100. </component>
  101. <component name="Vcs.Log.Tabs.Properties">
  102. <option name="TAB_STATES">
  103. <map>
  104. <entry key="MAIN">
  105. <value>
  106. <State />
  107. </value>
  108. </entry>
  109. </map>
  110. </option>
  111. </component>
  112. </project>