workspace.xml 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="CMakeRunConfigurationManager" shouldGenerate="true" shouldDeleteObsolete="true">
  4. <generated>
  5. <config projectName="mdd" targetName="auslegung_test" />
  6. <config projectName="mdd" targetName="gtest_main" />
  7. <config projectName="mdd" targetName="gtest" />
  8. <config projectName="mdd" targetName="mdd_lib" />
  9. </generated>
  10. </component>
  11. <component name="CMakeSettings">
  12. <configurations>
  13. <configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DCMAKE_INSTALL_PREFIX=/home/willi/workspaces/master_thesis_ws/install" />
  14. </configurations>
  15. </component>
  16. <component name="ChangeListManager">
  17. <list default="true" id="4ddbafad-b85e-492e-80ec-3c73ef45688f" name="Default Changelist" comment="">
  18. <change afterPath="$PROJECT_DIR$/thirdparty/json/single_include/json.hpp" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/thirdparty/json" beforeDir="false" afterPath="$PROJECT_DIR$/thirdparty/json" afterDir="false" />
  21. </list>
  22. <ignored path="$PROJECT_DIR$/cmake-build-debug/" />
  23. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  24. <option name="SHOW_DIALOG" value="false" />
  25. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  26. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  27. <option name="LAST_RESOLUTION" value="IGNORE" />
  28. </component>
  29. <component name="ClangdSettings">
  30. <option name="formatViaClangd" value="false" />
  31. </component>
  32. <component name="ExecutionTargetManager" SELECTED_TARGET="CMakeBuildProfile:Debug" />
  33. <component name="FavoritesManager">
  34. <favorites_list name="mdd" />
  35. </component>
  36. <component name="FileEditorManager">
  37. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  38. <file pinned="false" current-in-tab="false">
  39. <entry file="file://$PROJECT_DIR$/lib/src/ModuleBase.cpp">
  40. <provider selected="true" editor-type-id="text-editor">
  41. <state relative-caret-position="375">
  42. <caret line="25" selection-start-line="25" selection-end-line="25" />
  43. <folding>
  44. <element signature="e#0#23#0" expanded="true" />
  45. </folding>
  46. </state>
  47. </provider>
  48. </entry>
  49. </file>
  50. <file pinned="false" current-in-tab="false">
  51. <entry file="file://$PROJECT_DIR$/lib/include/Output.h">
  52. <provider selected="true" editor-type-id="text-editor">
  53. <state relative-caret-position="270">
  54. <caret line="18" column="33" selection-start-line="18" selection-start-column="33" selection-end-line="18" selection-end-column="33" />
  55. </state>
  56. </provider>
  57. </entry>
  58. </file>
  59. <file pinned="false" current-in-tab="false">
  60. <entry file="file://$PROJECT_DIR$/lib/include/IModule.h">
  61. <provider selected="true" editor-type-id="text-editor">
  62. <state relative-caret-position="405">
  63. <caret line="27" selection-start-line="27" selection-end-line="27" />
  64. <folding>
  65. <element signature="e#45#65#0" expanded="true" />
  66. </folding>
  67. </state>
  68. </provider>
  69. </entry>
  70. </file>
  71. <file pinned="false" current-in-tab="true">
  72. <entry file="file://$PROJECT_DIR$/lib/include/ModuleBase.h">
  73. <provider selected="true" editor-type-id="text-editor">
  74. <state relative-caret-position="345">
  75. <caret line="24" column="54" selection-start-line="24" selection-start-column="54" selection-end-line="24" selection-end-column="54" />
  76. <folding>
  77. <element signature="e#51#69#0" expanded="true" />
  78. </folding>
  79. </state>
  80. </provider>
  81. </entry>
  82. </file>
  83. <file pinned="false" current-in-tab="false">
  84. <entry file="file://$PROJECT_DIR$/lib/src/ModuleSwitch.cpp">
  85. <provider selected="true" editor-type-id="text-editor">
  86. <state relative-caret-position="105">
  87. <caret line="7" column="40" selection-start-line="7" selection-start-column="40" selection-end-line="7" selection-end-column="40" />
  88. <folding>
  89. <element signature="e#0#25#0" expanded="true" />
  90. </folding>
  91. </state>
  92. </provider>
  93. </entry>
  94. </file>
  95. <file pinned="false" current-in-tab="false">
  96. <entry file="file://$PROJECT_DIR$/lib/src/ProcessorBase.cpp">
  97. <provider selected="true" editor-type-id="text-editor">
  98. <state relative-caret-position="345">
  99. <caret line="23" column="34" selection-start-line="23" selection-start-column="34" selection-end-line="23" selection-end-column="34" />
  100. </state>
  101. </provider>
  102. </entry>
  103. </file>
  104. <file pinned="false" current-in-tab="false">
  105. <entry file="file://$PROJECT_DIR$/lib/include/IUnique.h">
  106. <provider selected="true" editor-type-id="text-editor">
  107. <state relative-caret-position="195">
  108. <caret line="13" column="1" selection-start-line="13" selection-start-column="1" selection-end-line="13" selection-end-column="1" />
  109. </state>
  110. </provider>
  111. </entry>
  112. </file>
  113. <file pinned="false" current-in-tab="false">
  114. <entry file="file://$PROJECT_DIR$/lib/include/ProcessorBase.h">
  115. <provider selected="true" editor-type-id="text-editor">
  116. <state relative-caret-position="480">
  117. <caret line="32" column="55" selection-start-line="32" selection-start-column="55" selection-end-line="32" selection-end-column="55" />
  118. <folding>
  119. <element signature="e#57#72#0" expanded="true" />
  120. </folding>
  121. </state>
  122. </provider>
  123. </entry>
  124. </file>
  125. <file pinned="false" current-in-tab="false">
  126. <entry file="file://$PROJECT_DIR$/lib/include/IProcessor.h">
  127. <provider selected="true" editor-type-id="text-editor">
  128. <state relative-caret-position="165">
  129. <caret line="11" column="76" selection-start-line="11" selection-start-column="76" selection-end-line="11" selection-end-column="76" />
  130. <folding>
  131. <element signature="e#51#71#0" expanded="true" />
  132. </folding>
  133. </state>
  134. </provider>
  135. </entry>
  136. </file>
  137. <file pinned="false" current-in-tab="false">
  138. <entry file="file://$PROJECT_DIR$/lib/include/HandlerModule.h">
  139. <provider selected="true" editor-type-id="text-editor">
  140. <state relative-caret-position="150">
  141. <caret line="10" column="31" selection-start-line="10" selection-start-column="31" selection-end-line="10" selection-end-column="31" />
  142. </state>
  143. </provider>
  144. </entry>
  145. </file>
  146. </leaf>
  147. </component>
  148. <component name="FileTemplateManagerImpl">
  149. <option name="RECENT_TEMPLATES">
  150. <list>
  151. <option value="CMakeLists.txt" />
  152. <option value="Python Script" />
  153. </list>
  154. </option>
  155. </component>
  156. <component name="FindInProjectRecents">
  157. <findStrings>
  158. <find>output</find>
  159. <find>Gener</find>
  160. </findStrings>
  161. </component>
  162. <component name="Git.Settings">
  163. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  164. </component>
  165. <component name="IdeDocumentHistory">
  166. <option name="CHANGED_PATHS">
  167. <list>
  168. <option value="$PROJECT_DIR$/src/TestClass.h" />
  169. <option value="$PROJECT_DIR$/lib/src/TestClass.cpp" />
  170. <option value="$PROJECT_DIR$/cmake/auslegung-config.cmake" />
  171. <option value="$PROJECT_DIR$/lib/test/test_TestClass.cpp" />
  172. <option value="$PROJECT_DIR$/.gitignore" />
  173. <option value="$PROJECT_DIR$/lib/include/IListener.h" />
  174. <option value="$PROJECT_DIR$/README.MD" />
  175. <option value="$PROJECT_DIR$/lib/include/IValue.h" />
  176. <option value="$PROJECT_DIR$/lib/include/IInput.h" />
  177. <option value="$PROJECT_DIR$/lib/include/BaseModule.h" />
  178. <option value="$PROJECT_DIR$/lib/include/Data.h" />
  179. <option value="$PROJECT_DIR$/lib/include/IData.h" />
  180. <option value="$PROJECT_DIR$/lib/include/IType.h" />
  181. <option value="$PROJECT_DIR$/thirdparty/json/single_include/json.hpp" />
  182. <option value="$PROJECT_DIR$/CMakeLists.txt" />
  183. <option value="$PROJECT_DIR$/lib/test/test_ModuleMath.cpp" />
  184. <option value="$PROJECT_DIR$/lib/src/ProcessorBase.h.cpp" />
  185. <option value="$PROJECT_DIR$/lib/include/ModuleHandler.h" />
  186. <option value="$PROJECT_DIR$/lib/include/ModulBase.h" />
  187. <option value="$PROJECT_DIR$/lib/src/ModuleCompare.cpp" />
  188. <option value="$PROJECT_DIR$/lib/include/ModuleCompare.h" />
  189. <option value="$PROJECT_DIR$/lib/include/ModulePass.h" />
  190. <option value="$PROJECT_DIR$/lib/src/ModulePass.cpp" />
  191. <option value="$PROJECT_DIR$/lib/include/ModuleSwitch.h" />
  192. <option value="$PROJECT_DIR$/lib/include/ProcessorManual.h" />
  193. <option value="$PROJECT_DIR$/lib/test/CMakeLists.txt" />
  194. <option value="$PROJECT_DIR$/lib/src/ProcessorManual.cpp" />
  195. <option value="$PROJECT_DIR$/lib/test/test_ModuleSwitch.cpp" />
  196. <option value="$PROJECT_DIR$/lib/test/test_ProcessorManual.cpp" />
  197. <option value="$PROJECT_DIR$/lib/include/IUnique.h" />
  198. <option value="$PROJECT_DIR$/lib/include/UniqueBase.h" />
  199. <option value="$PROJECT_DIR$/lib/src/UniqueBase.cpp" />
  200. <option value="$PROJECT_DIR$/lib/include/IOutput.h" />
  201. <option value="$PROJECT_DIR$/lib/CMakeLists.txt" />
  202. <option value="$PROJECT_DIR$/lib/include/Output.h" />
  203. <option value="$PROJECT_DIR$/lib/include/Input.h" />
  204. <option value="$PROJECT_DIR$/lib/src/Input.cpp" />
  205. <option value="$PROJECT_DIR$/lib/src/Output.cpp" />
  206. <option value="$PROJECT_DIR$/lib/include/ModuleMath.h" />
  207. <option value="$PROJECT_DIR$/lib/src/ModuleMath.cpp" />
  208. <option value="$PROJECT_DIR$/lib/src/ModuleSwitch.cpp" />
  209. <option value="$PROJECT_DIR$/lib/include/HandlerModule.h" />
  210. <option value="$PROJECT_DIR$/lib/include/IProcessor.h" />
  211. <option value="$PROJECT_DIR$/lib/src/ProcessorBase.cpp" />
  212. <option value="$PROJECT_DIR$/lib/include/ProcessorBase.h" />
  213. <option value="$PROJECT_DIR$/lib/src/ModuleBase.cpp" />
  214. <option value="$PROJECT_DIR$/lib/include/IModule.h" />
  215. <option value="$PROJECT_DIR$/lib/include/ModuleBase.h" />
  216. </list>
  217. </option>
  218. </component>
  219. <component name="OCFindUsagesOptions" text="true" ivars="false" properties="true" derivedClasses="false" />
  220. <component name="OCResolveContextSettings">
  221. <option name="configuration" value="0-mdd_lib" />
  222. </component>
  223. <component name="ProjectFrameBounds">
  224. <option name="x" value="406" />
  225. <option name="y" value="115" />
  226. <option name="width" value="1440" />
  227. <option name="height" value="927" />
  228. </component>
  229. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  230. <component name="ProjectView">
  231. <navigator proportions="" version="1">
  232. <foldersAlwaysOnTop value="true" />
  233. </navigator>
  234. <panes>
  235. <pane id="Scope" />
  236. <pane id="ProjectPane">
  237. <subPane>
  238. <expand>
  239. <path>
  240. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  241. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  242. </path>
  243. <path>
  244. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  245. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  246. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  247. </path>
  248. <path>
  249. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  250. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  251. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  252. <item name="lib" type="462c0819:PsiDirectoryNode" />
  253. </path>
  254. <path>
  255. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  256. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  257. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  258. <item name="lib" type="462c0819:PsiDirectoryNode" />
  259. <item name="include" type="462c0819:PsiDirectoryNode" />
  260. </path>
  261. <path>
  262. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  263. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  264. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  265. <item name="lib" type="462c0819:PsiDirectoryNode" />
  266. <item name="src" type="462c0819:PsiDirectoryNode" />
  267. </path>
  268. <path>
  269. <item name="mdd" type="b2602c69:ProjectViewProjectNode" />
  270. <item name="master_thesis_ws" type="47feb1d3:ProjectViewModuleNode" />
  271. <item name="master_thesis_ws" type="462c0819:PsiDirectoryNode" />
  272. <item name="lib" type="462c0819:PsiDirectoryNode" />
  273. <item name="test" type="462c0819:PsiDirectoryNode" />
  274. </path>
  275. </expand>
  276. <select />
  277. </subPane>
  278. </pane>
  279. </panes>
  280. </component>
  281. <component name="PropertiesComponent">
  282. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  283. <property name="WebServerToolWindowFactoryState" value="false" />
  284. <property name="last_opened_file_path" value="$PROJECT_DIR$/lib/test" />
  285. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  286. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  287. <property name="settings.editor.selected.configurable" value="CMakeSettings" />
  288. </component>
  289. <component name="RecentsManager">
  290. <key name="CopyFile.RECENT_KEYS">
  291. <recent name="$PROJECT_DIR$/lib/test" />
  292. <recent name="$PROJECT_DIR$/lib" />
  293. </key>
  294. <key name="MoveFile.RECENT_KEYS">
  295. <recent name="$PROJECT_DIR$/lib/src" />
  296. <recent name="$PROJECT_DIR$" />
  297. <recent name="$PROJECT_DIR$/lib/thirdparty" />
  298. <recent name="$PROJECT_DIR$/lib/includes" />
  299. <recent name="$PROJECT_DIR$/lib" />
  300. </key>
  301. </component>
  302. <component name="RunDashboard">
  303. <option name="ruleStates">
  304. <list>
  305. <RuleState>
  306. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  307. </RuleState>
  308. <RuleState>
  309. <option name="name" value="StatusDashboardGroupingRule" />
  310. </RuleState>
  311. </list>
  312. </option>
  313. </component>
  314. <component name="RunManager" selected="Google Test.All in auslegung_test">
  315. <configuration name="All in auslegung_test" type="CMakeGoogleTestRunConfigurationType" factoryName="Google Test" nameIsGenerated="true" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="auslegung_test" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test" TEST_MODE="SUITE_TEST">
  316. <method v="2">
  317. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  318. <option name="BeforeTestRunTask" enabled="true" />
  319. </method>
  320. </configuration>
  321. <configuration name="ModuleMath" type="CMakeGoogleTestRunConfigurationType" factoryName="Google Test" temporary="true" nameIsGenerated="true" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="auslegung_test" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test" TEST_PATTERN="ModuleMath.*:ModuleMath/*.*:*/ModuleMath.*/*:*/ModuleMath/*.*" TEST_MODE="PATTERN">
  322. <method v="2">
  323. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  324. <option name="BeforeTestRunTask" enabled="true" />
  325. </method>
  326. </configuration>
  327. <configuration name="ModuleMath.ARRAYINT_PLUS_ARRAYInt" type="CMakeGoogleTestRunConfigurationType" factoryName="Google Test" temporary="true" nameIsGenerated="true" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="auslegung_test" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test" TEST_CLASS="ModuleMath" TEST_METHOD="ARRAYINT_PLUS_ARRAYInt" TEST_MODE="SUITE_TEST">
  328. <method v="2">
  329. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  330. <option name="BeforeTestRunTask" enabled="true" />
  331. </method>
  332. </configuration>
  333. <configuration name="ModuleMath.add" type="CMakeGoogleTestRunConfigurationType" factoryName="Google Test" temporary="true" nameIsGenerated="true" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="auslegung_test" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test" TEST_CLASS="ModuleMath" TEST_METHOD="add" TEST_MODE="SUITE_TEST">
  334. <method v="2">
  335. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  336. <option name="BeforeTestRunTask" enabled="true" />
  337. </method>
  338. </configuration>
  339. <configuration name="auslegung_test" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="auslegung_test" CONFIG_NAME="Debug" RUN_TARGET_PROJECT_NAME="mdd" RUN_TARGET_NAME="auslegung_test">
  340. <method v="2">
  341. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  342. </method>
  343. </configuration>
  344. <configuration name="gtest" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="gtest" CONFIG_NAME="Debug">
  345. <method v="2">
  346. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  347. </method>
  348. </configuration>
  349. <configuration name="gtest_main" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="gtest_main" CONFIG_NAME="Debug">
  350. <method v="2">
  351. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  352. </method>
  353. </configuration>
  354. <configuration name="mdd_lib" type="CMakeRunConfiguration" factoryName="Application" PASS_PARENT_ENVS_2="true" PROJECT_NAME="mdd" TARGET_NAME="mdd_lib" CONFIG_NAME="Debug">
  355. <method v="2">
  356. <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
  357. </method>
  358. </configuration>
  359. <list>
  360. <item itemvalue="CMake Application.auslegung_test" />
  361. <item itemvalue="CMake Application.gtest" />
  362. <item itemvalue="CMake Application.gtest_main" />
  363. <item itemvalue="CMake Application.mdd_lib" />
  364. <item itemvalue="Google Test.All in auslegung_test" />
  365. <item itemvalue="Google Test.ModuleMath.add" />
  366. <item itemvalue="Google Test.ModuleMath" />
  367. <item itemvalue="Google Test.ModuleMath.ARRAYINT_PLUS_ARRAYInt" />
  368. </list>
  369. <recent_temporary>
  370. <list>
  371. <item itemvalue="Google Test.ModuleMath" />
  372. <item itemvalue="Google Test.ModuleMath.ARRAYINT_PLUS_ARRAYInt" />
  373. <item itemvalue="Google Test.ModuleMath.add" />
  374. </list>
  375. </recent_temporary>
  376. </component>
  377. <component name="SvnConfiguration">
  378. <configuration />
  379. </component>
  380. <component name="TaskManager">
  381. <task active="true" id="Default" summary="Default task">
  382. <changelist id="4ddbafad-b85e-492e-80ec-3c73ef45688f" name="Default Changelist" comment="" />
  383. <created>1587581799216</created>
  384. <option name="number" value="Default" />
  385. <option name="presentableId" value="Default" />
  386. <updated>1587581799216</updated>
  387. <workItem from="1587581800425" duration="5209000" />
  388. <workItem from="1587820394897" duration="10341000" />
  389. <workItem from="1588087564187" duration="2479000" />
  390. <workItem from="1588173608688" duration="1471000" />
  391. <workItem from="1588177691948" duration="2948000" />
  392. <workItem from="1588498505055" duration="16829000" />
  393. <workItem from="1588535249928" duration="102000" />
  394. <workItem from="1588599976041" duration="2014000" />
  395. <workItem from="1588602419291" duration="11000" />
  396. <workItem from="1588610944347" duration="1253000" />
  397. <workItem from="1588692367897" duration="1201000" />
  398. <workItem from="1588786717088" duration="4579000" />
  399. <workItem from="1588791515004" duration="3084000" />
  400. <workItem from="1588794698644" duration="7128000" />
  401. <workItem from="1589382925743" duration="20440000" />
  402. <workItem from="1589404518690" duration="4865000" />
  403. <workItem from="1589963897477" duration="403000" />
  404. <workItem from="1589965045546" duration="13832000" />
  405. <workItem from="1589979027570" duration="3504000" />
  406. <workItem from="1589982545546" duration="300000" />
  407. <workItem from="1589982859071" duration="2825000" />
  408. <workItem from="1590072044480" duration="1259000" />
  409. <workItem from="1590139016676" duration="24307000" />
  410. <workItem from="1590401033286" duration="1155000" />
  411. </task>
  412. <servers />
  413. </component>
  414. <component name="TestHistory">
  415. <history-entry file="All_in_auslegung_test - 2020.05.13 at 19h 45m 12s.xml">
  416. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  417. </history-entry>
  418. <history-entry file="ModuleMath - 2020.05.13 at 19h 45m 27s.xml">
  419. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  420. </history-entry>
  421. <history-entry file="ModuleMath - 2020.05.13 at 19h 45m 46s.xml">
  422. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  423. </history-entry>
  424. <history-entry file="ModuleMath - 2020.05.13 at 19h 47m 13s.xml">
  425. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  426. </history-entry>
  427. <history-entry file="ModuleMath - 2020.05.13 at 19h 51m 06s.xml">
  428. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  429. </history-entry>
  430. <history-entry file="ModuleMath - 2020.05.13 at 19h 52m 44s.xml">
  431. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  432. </history-entry>
  433. <history-entry file="ModuleMath - 2020.05.13 at 19h 58m 50s.xml">
  434. <configuration name="ModuleMath" configurationId="CMakeGoogleTestRunConfigurationType" />
  435. </history-entry>
  436. <history-entry file="All_in_auslegung_test - 2020.05.21 at 16h 42m 17s.xml">
  437. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  438. </history-entry>
  439. <history-entry file="All_in_auslegung_test - 2020.05.21 at 16h 48m 20s.xml">
  440. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  441. </history-entry>
  442. <history-entry file="All_in_auslegung_test - 2020.05.21 at 16h 51m 43s.xml">
  443. <configuration name="All in auslegung_test" configurationId="CMakeGoogleTestRunConfigurationType" />
  444. </history-entry>
  445. </component>
  446. <component name="TimeTrackingManager">
  447. <option name="totallyTimeSpent" value="131539000" />
  448. </component>
  449. <component name="TodoView" selected-index="2">
  450. <todo-panel id="selected-file">
  451. <is-autoscroll-to-source value="true" />
  452. </todo-panel>
  453. <todo-panel id="all">
  454. <are-packages-shown value="true" />
  455. <is-autoscroll-to-source value="true" />
  456. </todo-panel>
  457. </component>
  458. <component name="ToolWindowManager">
  459. <frame x="406" y="115" width="1440" height="927" extended-state="0" />
  460. <layout>
  461. <window_info content_ui="combo" id="Project" order="0" sideWeight="0.49921754" visible="true" weight="0.32281205" />
  462. <window_info id="Structure" order="1" sideWeight="0.5007825" side_tool="true" weight="0.22572039" />
  463. <window_info id="Favorites" order="2" sideWeight="0.5007825" side_tool="true" weight="0.22572039" />
  464. <window_info anchor="bottom" id="Message" order="0" />
  465. <window_info anchor="bottom" id="Find" order="1" />
  466. <window_info anchor="bottom" id="Run" order="2" weight="0.2980063" />
  467. <window_info anchor="bottom" id="Debug" order="3" weight="0.39874083" />
  468. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  469. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  470. <window_info anchor="bottom" id="TODO" order="6" weight="0.32948583" />
  471. <window_info anchor="bottom" id="Database Changes" order="7" />
  472. <window_info anchor="bottom" id="Messages" order="8" weight="0.32423925" />
  473. <window_info active="true" anchor="bottom" id="Terminal" order="9" visible="true" weight="0.30325815" />
  474. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  475. <window_info anchor="bottom" id="Version Control" order="11" weight="0.32948583" />
  476. <window_info anchor="bottom" id="CMake" order="12" weight="0.32948583" />
  477. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  478. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  479. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  480. <window_info anchor="right" id="Database" order="3" />
  481. </layout>
  482. <layout-to-restore>
  483. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.2230523" />
  484. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  485. <window_info id="Favorites" order="2" side_tool="true" />
  486. <window_info anchor="bottom" id="Message" order="0" />
  487. <window_info anchor="bottom" id="Find" order="1" />
  488. <window_info anchor="bottom" id="Run" order="2" visible="true" weight="0.2980063" />
  489. <window_info anchor="bottom" id="Debug" order="3" weight="0.39874083" />
  490. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  491. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  492. <window_info anchor="bottom" id="TODO" order="6" weight="0.32948583" />
  493. <window_info anchor="bottom" id="Database Changes" order="7" />
  494. <window_info anchor="bottom" id="Messages" order="8" weight="0.32423925" />
  495. <window_info anchor="bottom" id="Terminal" order="9" weight="0.25498426" />
  496. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  497. <window_info anchor="bottom" id="Version Control" order="11" weight="0.32948583" />
  498. <window_info anchor="bottom" id="CMake" order="12" weight="0.32948583" />
  499. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  500. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  501. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  502. <window_info anchor="right" id="Database" order="3" />
  503. </layout-to-restore>
  504. </component>
  505. <component name="TypeScriptGeneratedFilesManager">
  506. <option name="version" value="1" />
  507. </component>
  508. <component name="XDebuggerManager">
  509. <breakpoint-manager>
  510. <breakpoints>
  511. <line-breakpoint enabled="true" type="com.jetbrains.cidr.execution.debugger.OCBreakpointType">
  512. <url>file://$PROJECT_DIR$/lib/test/test_ProcessorManual.cpp</url>
  513. <line>61</line>
  514. <option name="timeStamp" value="1" />
  515. </line-breakpoint>
  516. <line-breakpoint enabled="true" type="com.jetbrains.cidr.execution.debugger.OCBreakpointType">
  517. <url>file://$PROJECT_DIR$/lib/test/test_ProcessorManual.cpp</url>
  518. <line>76</line>
  519. <option name="timeStamp" value="2" />
  520. </line-breakpoint>
  521. </breakpoints>
  522. </breakpoint-manager>
  523. <watches-manager>
  524. <configuration name="CMakeRunConfiguration">
  525. <watch expression="this-&gt;_inputs[0].output.get()" />
  526. </configuration>
  527. </watches-manager>
  528. </component>
  529. <component name="editorHistoryManager">
  530. <entry file="file://$PROJECT_DIR$/lib/include/IValue.h" />
  531. <entry file="file://$PROJECT_DIR$/lib/src/BaseModule.cpp" />
  532. <entry file="file:///usr/include/c++/7/bits/shared_ptr.h">
  533. <provider selected="true" editor-type-id="text-editor">
  534. <state relative-caret-position="204">
  535. <caret line="92" column="10" selection-start-line="92" selection-start-column="10" selection-end-line="92" selection-end-column="10" />
  536. </state>
  537. </provider>
  538. </entry>
  539. <entry file="file:///usr/include/c++/7/bits/std_function.h">
  540. <provider selected="true" editor-type-id="text-editor">
  541. <state relative-caret-position="159">
  542. <caret line="388" column="10" selection-start-line="388" selection-start-column="10" selection-end-line="388" selection-end-column="10" />
  543. </state>
  544. </provider>
  545. </entry>
  546. <entry file="file://$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/internal/clzll.h" />
  547. <entry file="file://$PROJECT_DIR$/lib/src/Data.cpp" />
  548. <entry file="file://$PROJECT_DIR$/lib/include/Data.h" />
  549. <entry file="file://$PROJECT_DIR$/lib/include/IData.h" />
  550. <entry file="file:///usr/include/c++/7/bits/shared_ptr_base.h">
  551. <provider selected="true" editor-type-id="text-editor">
  552. <state relative-caret-position="293">
  553. <caret line="964" column="18" selection-start-line="964" selection-start-column="6" selection-end-line="964" selection-end-column="18" />
  554. </state>
  555. </provider>
  556. </entry>
  557. <entry file="file://$PROJECT_DIR$/lib/include/IListener.h">
  558. <provider selected="true" editor-type-id="text-editor">
  559. <state relative-caret-position="60">
  560. <caret line="4" lean-forward="true" selection-start-line="4" selection-end-line="4" />
  561. </state>
  562. </provider>
  563. </entry>
  564. <entry file="file://$PROJECT_DIR$/thirdparty/rapidjson/include/rapidjson/document.h" />
  565. <entry file="file://$PROJECT_DIR$/.gitignore">
  566. <provider selected="true" editor-type-id="text-editor">
  567. <state relative-caret-position="15">
  568. <caret line="1" column="7" selection-start-line="1" selection-start-column="7" selection-end-line="1" selection-end-column="7" />
  569. </state>
  570. </provider>
  571. </entry>
  572. <entry file="file://$PROJECT_DIR$/thirdparty/json/CMakeLists.txt">
  573. <provider selected="true" editor-type-id="text-editor">
  574. <state relative-caret-position="-315" />
  575. </provider>
  576. </entry>
  577. <entry file="file://$PROJECT_DIR$/thirdparty/json/single_include/json.hpp">
  578. <provider selected="true" editor-type-id="text-editor">
  579. <state relative-caret-position="15">
  580. <caret line="1" column="28" selection-start-line="1" selection-start-column="28" selection-end-line="1" selection-end-column="28" />
  581. </state>
  582. </provider>
  583. </entry>
  584. <entry file="file://$PROJECT_DIR$/lib/test/test_TestClass.cpp" />
  585. <entry file="file://$PROJECT_DIR$/thirdparty/json/README.md">
  586. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  587. <state split_layout="SPLIT">
  588. <first_editor />
  589. <second_editor />
  590. </state>
  591. </provider>
  592. </entry>
  593. <entry file="file:///usr/include/c++/7/bits/vector.tcc">
  594. <provider selected="true" editor-type-id="text-editor">
  595. <state relative-caret-position="164">
  596. <caret line="68" selection-start-line="68" selection-end-line="68" />
  597. </state>
  598. </provider>
  599. </entry>
  600. <entry file="file://$PROJECT_DIR$/thirdparty/json/single_include/nlohmann/json.hpp">
  601. <provider selected="true" editor-type-id="text-editor">
  602. <state relative-caret-position="163">
  603. <caret line="14988" selection-start-line="14988" selection-end-line="14988" />
  604. </state>
  605. </provider>
  606. </entry>
  607. <entry file="file://$PROJECT_DIR$/lib/README.MD">
  608. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  609. <state split_layout="SPLIT">
  610. <first_editor />
  611. <second_editor />
  612. </state>
  613. </provider>
  614. </entry>
  615. <entry file="file://$PROJECT_DIR$/lib/src/ModuleCompare.cpp" />
  616. <entry file="file://$PROJECT_DIR$/lib/include/ModuleCompare.h" />
  617. <entry file="file://$PROJECT_DIR$/lib/include/ModulePass.h" />
  618. <entry file="file://$PROJECT_DIR$/lib/src/ModulePass.cpp" />
  619. <entry file="file://$PROJECT_DIR$/lib/include/ProcessorManual.h">
  620. <provider selected="true" editor-type-id="text-editor">
  621. <state relative-caret-position="105">
  622. <caret line="7" column="43" selection-start-line="7" selection-start-column="43" selection-end-line="7" selection-end-column="43" />
  623. <folding>
  624. <element signature="e#60#86#0" expanded="true" />
  625. </folding>
  626. </state>
  627. </provider>
  628. </entry>
  629. <entry file="file://$PROJECT_DIR$/lib/test/test_ModuleSwitch.cpp">
  630. <provider selected="true" editor-type-id="text-editor">
  631. <state relative-caret-position="705">
  632. <caret line="47" column="44" selection-start-line="47" selection-start-column="44" selection-end-line="47" selection-end-column="44" />
  633. <folding>
  634. <element signature="e#0#24#0" expanded="true" />
  635. <element signature="e#70#98#0" expanded="true" />
  636. </folding>
  637. </state>
  638. </provider>
  639. </entry>
  640. <entry file="file://$PROJECT_DIR$/lib/test/test_ModuleMath.cpp">
  641. <provider selected="true" editor-type-id="text-editor">
  642. <state relative-caret-position="75">
  643. <caret line="5" column="2" selection-start-line="5" selection-start-column="2" selection-end-line="5" selection-end-column="31" />
  644. <folding>
  645. <element signature="e#0#24#0" expanded="true" />
  646. </folding>
  647. </state>
  648. </provider>
  649. </entry>
  650. <entry file="file://$PROJECT_DIR$/lib/src/ProcessorManual.cpp">
  651. <provider selected="true" editor-type-id="text-editor">
  652. <state relative-caret-position="420">
  653. <caret line="28" column="25" selection-start-line="28" selection-start-column="15" selection-end-line="28" selection-end-column="25" />
  654. <folding>
  655. <element signature="e#0#28#0" expanded="true" />
  656. </folding>
  657. </state>
  658. </provider>
  659. </entry>
  660. <entry file="file://$PROJECT_DIR$/lib/test/CMakeLists.txt">
  661. <provider selected="true" editor-type-id="text-editor">
  662. <state relative-caret-position="45">
  663. <caret line="3" column="33" selection-start-line="3" selection-start-column="33" selection-end-line="3" selection-end-column="33" />
  664. </state>
  665. </provider>
  666. </entry>
  667. <entry file="file://$PROJECT_DIR$/lib/test/test_ProcessorManual.cpp">
  668. <provider selected="true" editor-type-id="text-editor">
  669. <state relative-caret-position="1170">
  670. <caret line="78" column="74" selection-start-line="78" selection-start-column="68" selection-end-line="78" selection-end-column="74" />
  671. <folding>
  672. <element signature="e#0#24#0" expanded="true" />
  673. <element signature="e#70#98#0" expanded="true" />
  674. </folding>
  675. </state>
  676. </provider>
  677. </entry>
  678. <entry file="file://$PROJECT_DIR$/lib/include/ModuleSwitch.h">
  679. <provider selected="true" editor-type-id="text-editor">
  680. <state relative-caret-position="120">
  681. <caret line="8" column="16" selection-start-line="8" selection-start-column="16" selection-end-line="8" selection-end-column="16" />
  682. </state>
  683. </provider>
  684. </entry>
  685. <entry file="file://$PROJECT_DIR$/CMakeLists.txt">
  686. <provider selected="true" editor-type-id="text-editor">
  687. <state relative-caret-position="180">
  688. <caret line="12" column="70" selection-start-line="12" selection-start-column="70" selection-end-line="12" selection-end-column="70" />
  689. </state>
  690. </provider>
  691. </entry>
  692. <entry file="file://$PROJECT_DIR$/lib/include/IType.h">
  693. <provider selected="true" editor-type-id="text-editor">
  694. <state relative-caret-position="75">
  695. <caret line="5" selection-start-line="5" selection-end-line="5" />
  696. </state>
  697. </provider>
  698. </entry>
  699. <entry file="file://$PROJECT_DIR$/lib/CMakeLists.txt">
  700. <provider selected="true" editor-type-id="text-editor">
  701. <state relative-caret-position="345">
  702. <caret line="23" column="28" selection-start-line="23" selection-start-column="28" selection-end-line="23" selection-end-column="28" />
  703. </state>
  704. </provider>
  705. </entry>
  706. <entry file="file://$PROJECT_DIR$/lib/include/UniqueBase.h" />
  707. <entry file="file://$PROJECT_DIR$/lib/include/IOutput.h">
  708. <provider selected="true" editor-type-id="text-editor">
  709. <state relative-caret-position="180">
  710. <caret line="12" column="43" selection-start-line="12" selection-start-column="43" selection-end-line="12" selection-end-column="43" />
  711. <folding>
  712. <element signature="e#44#63#0" expanded="true" />
  713. </folding>
  714. </state>
  715. </provider>
  716. </entry>
  717. <entry file="file://$PROJECT_DIR$/lib/src/UniqueBase.cpp" />
  718. <entry file="file://$PROJECT_DIR$/lib/include/Input.h">
  719. <provider selected="true" editor-type-id="text-editor">
  720. <state relative-caret-position="375">
  721. <caret line="25" column="17" lean-forward="true" selection-start-line="25" selection-start-column="17" selection-end-line="25" selection-end-column="17" />
  722. <folding>
  723. <element signature="e#41#58#0" expanded="true" />
  724. </folding>
  725. </state>
  726. </provider>
  727. </entry>
  728. <entry file="file://$PROJECT_DIR$/lib/src/Input.cpp">
  729. <provider selected="true" editor-type-id="text-editor">
  730. <state relative-caret-position="435">
  731. <caret line="29" column="24" lean-forward="true" selection-start-line="29" selection-start-column="24" selection-end-line="29" selection-end-column="24" />
  732. </state>
  733. </provider>
  734. </entry>
  735. <entry file="file://$PROJECT_DIR$/lib/src/ModuleMath.cpp">
  736. <provider selected="true" editor-type-id="text-editor">
  737. <state relative-caret-position="324">
  738. <caret line="370" column="46" lean-forward="true" selection-start-line="370" selection-start-column="46" selection-end-line="370" selection-end-column="46" />
  739. </state>
  740. </provider>
  741. </entry>
  742. <entry file="file://$PROJECT_DIR$/lib/src/Output.cpp">
  743. <provider selected="true" editor-type-id="text-editor">
  744. <state relative-caret-position="90">
  745. <caret line="6" column="21" lean-forward="true" selection-start-line="6" selection-start-column="21" selection-end-line="6" selection-end-column="21" />
  746. </state>
  747. </provider>
  748. </entry>
  749. <entry file="file://$PROJECT_DIR$/lib/include/ModuleMath.h">
  750. <provider selected="true" editor-type-id="text-editor">
  751. <state relative-caret-position="330">
  752. <caret line="22" column="21" selection-start-line="22" selection-start-column="21" selection-end-line="22" selection-end-column="21" />
  753. </state>
  754. </provider>
  755. </entry>
  756. <entry file="file://$PROJECT_DIR$/lib/src/ModuleBase.cpp">
  757. <provider selected="true" editor-type-id="text-editor">
  758. <state relative-caret-position="375">
  759. <caret line="25" selection-start-line="25" selection-end-line="25" />
  760. <folding>
  761. <element signature="e#0#23#0" expanded="true" />
  762. </folding>
  763. </state>
  764. </provider>
  765. </entry>
  766. <entry file="file://$PROJECT_DIR$/lib/include/Output.h">
  767. <provider selected="true" editor-type-id="text-editor">
  768. <state relative-caret-position="270">
  769. <caret line="18" column="33" selection-start-line="18" selection-start-column="33" selection-end-line="18" selection-end-column="33" />
  770. </state>
  771. </provider>
  772. </entry>
  773. <entry file="file://$PROJECT_DIR$/lib/include/IModule.h">
  774. <provider selected="true" editor-type-id="text-editor">
  775. <state relative-caret-position="405">
  776. <caret line="27" selection-start-line="27" selection-end-line="27" />
  777. <folding>
  778. <element signature="e#45#65#0" expanded="true" />
  779. </folding>
  780. </state>
  781. </provider>
  782. </entry>
  783. <entry file="file://$PROJECT_DIR$/lib/src/ModuleSwitch.cpp">
  784. <provider selected="true" editor-type-id="text-editor">
  785. <state relative-caret-position="105">
  786. <caret line="7" column="40" selection-start-line="7" selection-start-column="40" selection-end-line="7" selection-end-column="40" />
  787. <folding>
  788. <element signature="e#0#25#0" expanded="true" />
  789. </folding>
  790. </state>
  791. </provider>
  792. </entry>
  793. <entry file="file://$PROJECT_DIR$/lib/src/ProcessorBase.cpp">
  794. <provider selected="true" editor-type-id="text-editor">
  795. <state relative-caret-position="345">
  796. <caret line="23" column="34" selection-start-line="23" selection-start-column="34" selection-end-line="23" selection-end-column="34" />
  797. </state>
  798. </provider>
  799. </entry>
  800. <entry file="file://$PROJECT_DIR$/lib/include/IUnique.h">
  801. <provider selected="true" editor-type-id="text-editor">
  802. <state relative-caret-position="195">
  803. <caret line="13" column="1" selection-start-line="13" selection-start-column="1" selection-end-line="13" selection-end-column="1" />
  804. </state>
  805. </provider>
  806. </entry>
  807. <entry file="file://$PROJECT_DIR$/lib/include/ProcessorBase.h">
  808. <provider selected="true" editor-type-id="text-editor">
  809. <state relative-caret-position="480">
  810. <caret line="32" column="55" selection-start-line="32" selection-start-column="55" selection-end-line="32" selection-end-column="55" />
  811. <folding>
  812. <element signature="e#57#72#0" expanded="true" />
  813. </folding>
  814. </state>
  815. </provider>
  816. </entry>
  817. <entry file="file://$PROJECT_DIR$/lib/include/IProcessor.h">
  818. <provider selected="true" editor-type-id="text-editor">
  819. <state relative-caret-position="165">
  820. <caret line="11" column="76" selection-start-line="11" selection-start-column="76" selection-end-line="11" selection-end-column="76" />
  821. <folding>
  822. <element signature="e#51#71#0" expanded="true" />
  823. </folding>
  824. </state>
  825. </provider>
  826. </entry>
  827. <entry file="file://$PROJECT_DIR$/lib/include/HandlerModule.h">
  828. <provider selected="true" editor-type-id="text-editor">
  829. <state relative-caret-position="150">
  830. <caret line="10" column="31" selection-start-line="10" selection-start-column="31" selection-end-line="10" selection-end-column="31" />
  831. </state>
  832. </provider>
  833. </entry>
  834. <entry file="file://$PROJECT_DIR$/lib/include/ModuleBase.h">
  835. <provider selected="true" editor-type-id="text-editor">
  836. <state relative-caret-position="345">
  837. <caret line="24" column="54" selection-start-line="24" selection-start-column="54" selection-end-line="24" selection-end-column="54" />
  838. <folding>
  839. <element signature="e#51#69#0" expanded="true" />
  840. </folding>
  841. </state>
  842. </provider>
  843. </entry>
  844. </component>
  845. </project>