blob: f00309a1cb7efe6f1db76e40f776dd504a4f607b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
<?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" />
<option name="PROGRAM_PARAMETERS" value="example.txt" />
<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="623" y="181" width="1092" height="714" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1635958679737">
<screen x="0" y="0" width="1920" height="1050" />
</state>
<state x="623" y="181" width="1092" height="714" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1920.1050/-1920.0.1920.1050@0.0.1920.1050" timestamp="1635958679737" />
<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" />
<state width="1877" height="177" key="GridCell.Tab.0.bottom" timestamp="1635959349993">
<screen x="0" y="0" width="1920" height="1050" />
</state>
<state width="1877" height="177" key="GridCell.Tab.0.bottom/0.0.1920.1050/-1920.0.1920.1050@0.0.1920.1050" timestamp="1635959349993" />
<state width="1877" height="177" key="GridCell.Tab.0.center" timestamp="1635959349992">
<screen x="0" y="0" width="1920" height="1050" />
</state>
<state width="1877" height="177" key="GridCell.Tab.0.center/0.0.1920.1050/-1920.0.1920.1050@0.0.1920.1050" timestamp="1635959349992" />
<state width="1877" height="177" key="GridCell.Tab.0.left" timestamp="1635959349992">
<screen x="0" y="0" width="1920" height="1050" />
</state>
<state width="1877" height="177" key="GridCell.Tab.0.left/0.0.1920.1050/-1920.0.1920.1050@0.0.1920.1050" timestamp="1635959349992" />
<state width="1877" height="177" key="GridCell.Tab.0.right" timestamp="1635959349992">
<screen x="0" y="0" width="1920" height="1050" />
</state>
<state width="1877" height="177" key="GridCell.Tab.0.right/0.0.1920.1050/-1920.0.1920.1050@0.0.1920.1050" timestamp="1635959349992" />
</component>
</project>
|