mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-28 17:08:03 +00:00
88 lines
4.7 KiB
XML
88 lines
4.7 KiB
XML
<?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="534a833a-fe3f-476c-8d82-46f799af4d01" name="Changes" comment="added .ide to gitignore">
|
|
<change afterPath="$PROJECT_DIR$/src/main/resources/ClassWithAssignment.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/resources/ClassWithMethod.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/resources/ClassWithMethodAndAssignement.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/resources/ClassWithMoreComplexMethod.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/resources/OnlyClass.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/main/resources/PublicClass.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/src/test/java/test.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.idea/encodings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/vcs.xml" 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="Git.Settings">
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
<option name="ROOT_SYNC" value="DONT_SYNC" />
|
|
</component>
|
|
<component name="ProjectId" id="2fY1r8tMxPX2dVLK0Ta4KMNRQ14" />
|
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
|
<ConfirmationsSetting value="2" id="Add" />
|
|
</component>
|
|
<component name="ProjectViewState">
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
<option name="showLibraryContents" value="true" />
|
|
</component>
|
|
<component name="PropertiesComponent">{
|
|
"keyToString": {
|
|
"ASKED_ADD_EXTERNAL_FILES": "true",
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
"git-widget-placeholder": "main",
|
|
"kotlin-language-version-configured": "true",
|
|
"node.js.detected.package.eslint": "true",
|
|
"node.js.detected.package.tslint": "true",
|
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
"node.js.selected.package.tslint": "(autodetect)",
|
|
"nodejs_package_manager_path": "npm",
|
|
"vue.rearranger.settings.migration": "true"
|
|
}
|
|
}</component>
|
|
<component name="SharedIndexes">
|
|
<attachedChunks>
|
|
<set>
|
|
<option value="bundled-jdk-9f38398b9061-18abd8497189-intellij.indexing.shared.core-IU-241.14494.240" />
|
|
<option value="bundled-js-predefined-1d06a55b98c1-74d2a5396914-JavaScript-IU-241.14494.240" />
|
|
</set>
|
|
</attachedChunks>
|
|
</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="534a833a-fe3f-476c-8d82-46f799af4d01" name="Changes" comment="" />
|
|
<created>1713963398904</created>
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1713963398904</updated>
|
|
<workItem from="1713963400263" duration="1430000" />
|
|
</task>
|
|
<task id="LOCAL-00001" summary="add empty java project">
|
|
<option name="closed" value="true" />
|
|
<created>1713963500367</created>
|
|
<option name="number" value="00001" />
|
|
<option name="presentableId" value="LOCAL-00001" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1713963500367</updated>
|
|
</task>
|
|
<option name="localTasksCounter" value="2" />
|
|
<servers />
|
|
</component>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<option name="version" value="3" />
|
|
</component>
|
|
<component name="VcsManagerConfiguration">
|
|
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
|
<MESSAGE value="add empty java project" />
|
|
<MESSAGE value="added .ide to gitignore" />
|
|
<option name="LAST_COMMIT_MESSAGE" value="added .ide to gitignore" />
|
|
</component>
|
|
</project> |