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.
220 lines
9.6 KiB
220 lines
9.6 KiB
<?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="741ceb24-e493-47c1-9f25-1dbd8b151381" name="Changes" comment="Initial work on data structures. Saving for move to another computer.">
|
|
<change afterPath="$PROJECT_DIR$/src/main/kotlin/Mazefinder.kt" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/kotlin/data/Directions.kt" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/kotlin/data/TileProperties.kt" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/kotlin/data/WorldData.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/main/kotlin/Pathfinder.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/kotlin/Pathfinder.kt" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/kotlin/Tile.kt" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/kotlin/Walls.kt" beforeDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/src/main/kotlin/World.kt" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/kotlin/World.kt" afterDir="false" />
|
|
</list>
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
</component>
|
|
<component name="ExternalProjectsData">
|
|
<projectState path="$PROJECT_DIR$">
|
|
<ProjectState />
|
|
</projectState>
|
|
</component>
|
|
<component name="FileTemplateManagerImpl">
|
|
<option name="RECENT_TEMPLATES">
|
|
<list>
|
|
<option value="JUnit5 Test Class" />
|
|
<option value="Kotlin Enum" />
|
|
<option value="Kotlin Class" />
|
|
<option value="Kotlin Data Class" />
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="Git.Settings">
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
</component>
|
|
<component name="ProjectColorInfo">{
|
|
"associatedIndex": 2
|
|
}</component>
|
|
<component name="ProjectId" id="2nFgV69aaXfJrf7OU9km86MCLZN" />
|
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
<component name="ProjectViewState">
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
<option name="showLibraryContents" value="true" />
|
|
</component>
|
|
<component name="PropertiesComponent">{
|
|
"keyToString": {
|
|
"Gradle.Build HierarchicalPathfinding.executor": "Run",
|
|
"Gradle.TestingClassTest.basic.executor": "Run",
|
|
"Gradle.Tests in 'HierarchicalPathfinding.test'.executor": "Run",
|
|
"Kotlin.MainKt.executor": "Run",
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
"com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary": "JUnit5",
|
|
"com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrarySuperClass.JUnit5": "",
|
|
"git-widget-placeholder": "main",
|
|
"ignore.virus.scanning.warn.message": "true",
|
|
"kotlin-language-version-configured": "true",
|
|
"project.structure.last.edited": "Modules",
|
|
"project.structure.proportion": "0.15",
|
|
"project.structure.side.proportion": "0.2",
|
|
"settings.editor.selected.configurable": "reference.settingsdialog.project.gradle"
|
|
}
|
|
}</component>
|
|
<component name="RecentsManager">
|
|
<key name="CreateTestDialog.Recents.Supers">
|
|
<recent name="" />
|
|
</key>
|
|
<key name="CreateTestDialog.RecentsKey">
|
|
<recent name="" />
|
|
</key>
|
|
<key name="K2MoveDeclarationsDialog.RECENT_PACKAGE_KEY">
|
|
<recent name="technology.zim.data" />
|
|
</key>
|
|
</component>
|
|
<component name="RunManager" selected="Gradle.TestingClassTest.basic">
|
|
<configuration name="TestingClassTest.basic" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
|
|
<ExternalSystemSettings>
|
|
<option name="executionName" />
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
<option name="externalSystemIdString" value="GRADLE" />
|
|
<option name="scriptParameters" value="" />
|
|
<option name="taskDescriptions">
|
|
<list />
|
|
</option>
|
|
<option name="taskNames">
|
|
<list>
|
|
<option value=":test" />
|
|
<option value="--tests" />
|
|
<option value=""TestingClassTest.basic"" />
|
|
</list>
|
|
</option>
|
|
<option name="vmOptions" />
|
|
</ExternalSystemSettings>
|
|
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
|
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
|
<DebugAllEnabled>false</DebugAllEnabled>
|
|
<RunAsTest>true</RunAsTest>
|
|
<method v="2" />
|
|
</configuration>
|
|
<configuration name="Tests in 'HierarchicalPathfinding.test'" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
|
|
<ExternalSystemSettings>
|
|
<option name="executionName" />
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
<option name="externalSystemIdString" value="GRADLE" />
|
|
<option name="scriptParameters" value="" />
|
|
<option name="taskDescriptions">
|
|
<list />
|
|
</option>
|
|
<option name="taskNames">
|
|
<list>
|
|
<option value=":test" />
|
|
</list>
|
|
</option>
|
|
<option name="vmOptions" />
|
|
</ExternalSystemSettings>
|
|
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
|
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
|
<DebugAllEnabled>false</DebugAllEnabled>
|
|
<RunAsTest>true</RunAsTest>
|
|
<method v="2" />
|
|
</configuration>
|
|
<recent_temporary>
|
|
<list>
|
|
<item itemvalue="Gradle.TestingClassTest.basic" />
|
|
<item itemvalue="Gradle.Tests in 'HierarchicalPathfinding.test'" />
|
|
</list>
|
|
</recent_temporary>
|
|
</component>
|
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
<component name="TaskManager">
|
|
<task active="true" id="Default" summary="Default task">
|
|
<changelist id="741ceb24-e493-47c1-9f25-1dbd8b151381" name="Changes" comment="" />
|
|
<created>1728574259273</created>
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1728574259273</updated>
|
|
</task>
|
|
<task id="LOCAL-00001" summary="Project Setup">
|
|
<option name="closed" value="true" />
|
|
<created>1728574886193</created>
|
|
<option name="number" value="00001" />
|
|
<option name="presentableId" value="LOCAL-00001" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1728574886193</updated>
|
|
</task>
|
|
<task id="LOCAL-00002" summary="Project Setup 2">
|
|
<option name="closed" value="true" />
|
|
<created>1728574950416</created>
|
|
<option name="number" value="00002" />
|
|
<option name="presentableId" value="LOCAL-00002" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1728574950416</updated>
|
|
</task>
|
|
<task id="LOCAL-00003" summary="Added intellij files... for better or for worse">
|
|
<option name="closed" value="true" />
|
|
<created>1728575379269</created>
|
|
<option name="number" value="00003" />
|
|
<option name="presentableId" value="LOCAL-00003" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1728575379269</updated>
|
|
</task>
|
|
<task id="LOCAL-00004" summary="Initial work on data structures. Saving for move to another computer.">
|
|
<option name="closed" value="true" />
|
|
<created>1728930163649</created>
|
|
<option name="number" value="00004" />
|
|
<option name="presentableId" value="LOCAL-00004" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1728930163649</updated>
|
|
</task>
|
|
<option name="localTasksCounter" value="5" />
|
|
<servers />
|
|
</component>
|
|
<component name="Vcs.Log.Tabs.Properties">
|
|
<option name="OPEN_GENERIC_TABS">
|
|
<map>
|
|
<entry key="3d4d6fc0-9441-425a-8ccf-cc320ac5e48e" value="TOOL_WINDOW" />
|
|
</map>
|
|
</option>
|
|
<option name="TAB_STATES">
|
|
<map>
|
|
<entry key="3d4d6fc0-9441-425a-8ccf-cc320ac5e48e">
|
|
<value>
|
|
<State />
|
|
</value>
|
|
</entry>
|
|
<entry key="MAIN">
|
|
<value>
|
|
<State>
|
|
<option name="FILTERS">
|
|
<map>
|
|
<entry key="branch">
|
|
<value>
|
|
<list>
|
|
<option value="main" />
|
|
</list>
|
|
</value>
|
|
</entry>
|
|
</map>
|
|
</option>
|
|
</State>
|
|
</value>
|
|
</entry>
|
|
</map>
|
|
</option>
|
|
</component>
|
|
<component name="VcsManagerConfiguration">
|
|
<ignored-roots>
|
|
<path value="$PROJECT_DIR$" />
|
|
</ignored-roots>
|
|
<MESSAGE value="Project Setup" />
|
|
<MESSAGE value="Project Setup 2" />
|
|
<MESSAGE value="Added intellij files... for better or for worse" />
|
|
<MESSAGE value="Initial work on data structures. Saving for move to another computer." />
|
|
<option name="LAST_COMMIT_MESSAGE" value="Initial work on data structures. Saving for move to another computer." />
|
|
</component>
|
|
</project> |