|
|
@@ -1,13 +1,16 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<project version="4">
|
|
|
+ <component name="AutoImportSettings">
|
|
|
+ <option name="autoReloadType" value="SELECTIVE" />
|
|
|
+ </component>
|
|
|
<component name="ChangeListManager">
|
|
|
<list default="true" id="b9a6b32c-5578-4410-bafa-6b56507d845c" name="Default Changelist" comment="">
|
|
|
- <change afterPath="$PROJECT_DIR$/src/Circle.kt" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/Circle.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Circle.kt" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/src/Main.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Main.kt" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/src/Transforming.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Transforming.kt" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/Rect.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Rect.kt" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/Square.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/Square.kt" afterDir="false" />
|
|
|
</list>
|
|
|
- <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
|
@@ -25,24 +28,23 @@
|
|
|
<component name="Git.Settings">
|
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
|
</component>
|
|
|
+ <component name="ProjectColorInfo"><![CDATA[{
|
|
|
+ "associatedIndex": 5
|
|
|
+}]]></component>
|
|
|
<component name="ProjectId" id="20i3zOracRcUAqzmxlDFJAh5iSe" />
|
|
|
- <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
|
- <component name="PropertiesComponent">
|
|
|
- <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
|
|
- <property name="settings.editor.selected.configurable" value="editor.preferences.fonts.default" />
|
|
|
- </component>
|
|
|
- <component name="RunDashboard">
|
|
|
- <option name="ruleStates">
|
|
|
- <list>
|
|
|
- <RuleState>
|
|
|
- <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
|
- </RuleState>
|
|
|
- <RuleState>
|
|
|
- <option name="name" value="StatusDashboardGroupingRule" />
|
|
|
- </RuleState>
|
|
|
- </list>
|
|
|
- </option>
|
|
|
+ <component name="ProjectViewState">
|
|
|
+ <option name="hideEmptyMiddlePackages" value="true" />
|
|
|
+ <option name="showLibraryContents" value="true" />
|
|
|
</component>
|
|
|
+ <component name="PropertiesComponent"><![CDATA[{
|
|
|
+ "keyToString": {
|
|
|
+ "RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
+ "RunOnceActivity.git.unshallow": "true",
|
|
|
+ "git-widget-placeholder": "main",
|
|
|
+ "kotlin-language-version-configured": "true",
|
|
|
+ "last_opened_file_path": "C:/Users/Vsevolod/Repositories/temp/Figures"
|
|
|
+ }
|
|
|
+}]]></component>
|
|
|
<component name="RunManager">
|
|
|
<configuration default="true" type="ClojureREPL" factoryName="Local" activateToolWindowBeforeRun="false">
|
|
|
<setting name="replType" value="NREPL" />
|
|
|
@@ -65,15 +67,9 @@
|
|
|
<setting name="fixLineNumbers" value="false" />
|
|
|
<method v="2" />
|
|
|
</configuration>
|
|
|
- <configuration name="MainKt" type="JetRunConfigurationType" factoryName="Kotlin" temporary="true" nameIsGenerated="true">
|
|
|
- <module name="Figure" />
|
|
|
- <option name="VM_PARAMETERS" />
|
|
|
- <option name="PROGRAM_PARAMETERS" />
|
|
|
- <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
|
|
- <option name="ALTERNATIVE_JRE_PATH" />
|
|
|
- <option name="PASS_PARENT_ENVS" value="true" />
|
|
|
+ <configuration name="MainKt" type="JetRunConfigurationType" temporary="true" nameIsGenerated="true">
|
|
|
<option name="MAIN_CLASS_NAME" value="MainKt" />
|
|
|
- <option name="WORKING_DIRECTORY" />
|
|
|
+ <module name="Figure" />
|
|
|
<method v="2">
|
|
|
<option name="Make" enabled="true" />
|
|
|
</method>
|