@ -4,14 +4,16 @@
<option name= "autoReloadType" value= "SELECTIVE" />
</component>
<component name= "ChangeListManager" >
<list default= "true" id= "741ceb24-e493-47c1-9f25-1dbd8b151381" name= "Changes" comment= "Added intellij files... for better or for worse" >
<change afterPath= "$PROJECT_DIR$/src/main/kotlin/Pathfinder.kt" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/src/main/kotlin/Tile.kt" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/src/main/kotlin/Walls.kt" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/src/main/kotlin/World.kt" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/src/test/kotlin/TestingClassTest.kt" afterDir= "false" />
<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/Main.kt" beforeDir= "false" afterPath= "$PROJECT_DIR$/src/main/kotlin/Main.kt" 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" />
@ -27,9 +29,9 @@
<option name= "RECENT_TEMPLATES" >
<list >
<option value= "JUnit5 Test Class" />
<option value= "Kotlin Enum" />
<option value= "Kotlin Class" />
<option value= "Kotlin Data Class" />
<option value= "Kotlin Enum" />
</list>
</option>
</component>
@ -55,7 +57,11 @@
" 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>
@ -66,6 +72,9 @@
<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" >
@ -154,7 +163,15 @@
<option name= "project" value= "LOCAL" />
<updated > 1728575379269</updated>
</task>
<option name= "localTasksCounter" value= "4" />
<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" >
@ -197,6 +214,7 @@
<MESSAGE value= "Project Setup" />
<MESSAGE value= "Project Setup 2" />
<MESSAGE value= "Added intellij files... for better or for worse" />
<option name= "LAST_COMMIT_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>