-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathMaud.iws
133 lines (133 loc) · 6.52 KB
/
Maud.iws
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<?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="61caab25-241f-4ab1-85f0-b423f2950da9" name="Changes" comment="Fix to post on the website" />
<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="ExportToHTMLSettings">
<option name="OPEN_IN_BROWSER" value="true" />
<option name="OUTPUT_DIRECTORY" value="$PROJECT_DIR$/../../maud" />
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="Class" />
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="HighlightingSettingsPerFile">
<setting file="file://$PROJECT_DIR$/build.xml" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/it/unitn/ing/rista/diffr/DataFileSet.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/it/unitn/ing/rista/diffr/PhaseInfo.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/it/unitn/ing/rista/util/Constants.java" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/src/it/unitn/ing/rista/util/SpaceGroups.java" root0="FORCE_HIGHLIGHTING" />
</component>
<component name="MarkdownSettingsMigration">
<option name="stateVersion" value="1" />
</component>
<component name="ProblemsViewState">
<option name="selectedTabId" value="CurrentFile" />
</component>
<component name="ProjectColorInfo">{
"associatedIndex": 7
}</component>
<component name="ProjectId" id="2A7cAOKYVpTWOnuOc7jZLaPwgaJ" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
<option name="showMembers" value="true" />
</component>
<component name="PropertiesComponent">{
"keyToString": {
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.git.unshallow": "true",
"ToolWindowBuild.ShowToolbar": "false",
"git-widget-placeholder": "version2",
"ignore.preview.features.used": "true",
"kotlin-language-version-configured": "true",
"project.structure.last.edited": "SDKs",
"project.structure.proportion": "0.15",
"project.structure.side.proportion": "0.291954",
"settings.editor.selected.configurable": "advanced.settings"
}
}</component>
<component name="RunManager" selected="Application.MaudSpeed">
<configuration name="MaudSpeed" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.radiographema.MaudText" />
<module name="Maud" />
<option name="PROGRAM_PARAMETERS" value="-f $PROJECT_DIR$/../../maud/osx_arm/speedtest.ins" />
<option name="VM_PARAMETERS" value=" -mx16384M --enable-preview --enable-native-access=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<list>
<item itemvalue="Application.Maud" />
<item itemvalue="Application.MaudSpeed" />
</list>
</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="61caab25-241f-4ab1-85f0-b423f2950da9" name="Changes" comment="" />
<created>1654363920315</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1654363920315</updated>
</task>
<task id="LOCAL-00001" summary="New version 5/2023 Some modifications on GSASDataFile and more options for plotting types.">
<created>1684773902547</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1684773902547</updated>
</task>
<task id="LOCAL-00002" summary="New version 2.9994, 6/2024 Added methods to generate AI data.">
<option name="closed" value="true" />
<created>1718701340071</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1718701340071</updated>
</task>
<option name="localTasksCounter" value="3" />
<servers />
</component>
<component name="UnknownFeatures">
<option featureType="com.intellij.fileTypeFactory" implementationName=".bash_profile" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="New version 5/2023 Some modifications on GSASDataFile and more options for plotting types." />
<MESSAGE value="New version 2.9994, 6/2024 Added methods to generate AI data." />
<option name="LAST_COMMIT_MESSAGE" value="New version 2.9994, 6/2024 Added methods to generate AI data." />
</component>
<component name="XSLT-Support.FileAssociations.UIState">
<expand />
<select />
</component>
<component name="com.intellij.coverage.CoverageDataManagerImpl">
<SUITE FILE_PATH="coverage/Maud$Maud.ic" NAME="Maud Coverage Results" MODIFIED="1686506958237" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" />
<SUITE FILE_PATH="coverage/Maud$MaudSpeed.ic" NAME="MaudSpeed Coverage Results" MODIFIED="1689090351424" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" />
</component>
</project>