diff options
Diffstat (limited to 'code/Interpreter2/.idea/workspace.xml')
-rw-r--r-- | code/Interpreter2/.idea/workspace.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/code/Interpreter2/.idea/workspace.xml b/code/Interpreter2/.idea/workspace.xml new file mode 100644 index 0000000..4198910 --- /dev/null +++ b/code/Interpreter2/.idea/workspace.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ChangeListManager"> + <list default="true" id="d53ed2ac-d387-4e72-b30b-e936be78d097" name="Default Changelist" comment="" /> + <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$/../.." /> + </component> + <component name="ProjectId" id="20PtUsPCm3Avx9BljmzQRhs1xbs" /> + <component name="ProjectLevelVcsManager" settingsEditedManually="true" /> + <component name="ProjectViewState"> + <option name="hideEmptyMiddlePackages" value="true" /> + <option name="showLibraryContents" value="true" /> + </component> + <component name="PropertiesComponent"> + <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" /> + </component> + <component name="RunManager"> + <configuration name="Language" type="Application" factoryName="Application"> + <option name="MAIN_CLASS_NAME" value="Interpreter.Language" /> + <module name="Interpreter2" /> + <method v="2"> + <option name="Make" enabled="true" /> + </method> + </configuration> + </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="d53ed2ac-d387-4e72-b30b-e936be78d097" name="Default Changelist" comment="" /> + <created>1635958069096</created> + <option name="number" value="Default" /> + <option name="presentableId" value="Default" /> + <updated>1635958069096</updated> + </task> + <servers /> + </component> + <component name="WindowStateProjectService"> + <state x="414" y="180" width="1092" height="714" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1635958280293"> + <screen x="0" y="0" width="1920" height="1050" /> + </state> + <state x="414" y="180" width="1092" height="714" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1920.1050/-1920.0.1920.1050@0.0.1920.1050" timestamp="1635958280293" /> + <state x="689" y="327" key="#com.intellij.ide.util.TreeClassChooserDialog" timestamp="1635958256418"> + <screen x="0" y="0" width="1920" height="1050" /> + </state> + <state x="689" y="327" key="#com.intellij.ide.util.TreeClassChooserDialog/0.0.1920.1050/-1920.0.1920.1050@0.0.1920.1050" timestamp="1635958256418" /> + </component> +</project>
\ No newline at end of file |