You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

workspace.xml 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="3f0350cf-bfb4-452b-b879-4a8f6f457377" name="Default" comment="">
  5. <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  7. </list>
  8. <ignored path="$PROJECT_DIR$/out/" />
  9. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  10. <option name="TRACKING_ENABLED" value="true" />
  11. <option name="SHOW_DIALOG" value="false" />
  12. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  13. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  14. <option name="LAST_RESOLUTION" value="IGNORE" />
  15. </component>
  16. <component name="FileEditorManager">
  17. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  18. <file leaf-file-name="HelloWorld.java" pinned="false" current-in-tab="false">
  19. <entry file="file://$PROJECT_DIR$/src/HelloWorld.java">
  20. <provider selected="true" editor-type-id="text-editor">
  21. <state>
  22. <caret lean-forward="true" />
  23. </state>
  24. </provider>
  25. </entry>
  26. </file>
  27. <file leaf-file-name=".gitignore" pinned="false" current-in-tab="true">
  28. <entry file="file://$PROJECT_DIR$/.gitignore">
  29. <provider selected="true" editor-type-id="text-editor">
  30. <state>
  31. <caret column="3" selection-start-column="3" selection-end-column="3" />
  32. </state>
  33. </provider>
  34. </entry>
  35. </file>
  36. <file leaf-file-name="Visitenkarte.java" pinned="false" current-in-tab="false">
  37. <entry file="file://$PROJECT_DIR$/src/Visitenkarte.java">
  38. <provider selected="true" editor-type-id="text-editor">
  39. <state relative-caret-position="630">
  40. <caret line="42" column="10" selection-start-line="42" selection-start-column="10" selection-end-line="42" selection-end-column="10" />
  41. </state>
  42. </provider>
  43. </entry>
  44. </file>
  45. </leaf>
  46. </component>
  47. <component name="FileTemplateManagerImpl">
  48. <option name="RECENT_TEMPLATES">
  49. <list>
  50. <option value="Class" />
  51. </list>
  52. </option>
  53. </component>
  54. <component name="Git.Settings">
  55. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  56. </component>
  57. <component name="IdeDocumentHistory">
  58. <option name="CHANGED_PATHS">
  59. <list>
  60. <option value="$PROJECT_DIR$/src/HelloWorld.java" />
  61. <option value="$PROJECT_DIR$/src/Visitenkarte.java" />
  62. <option value="$PROJECT_DIR$/.gitignore" />
  63. </list>
  64. </option>
  65. </component>
  66. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  67. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  68. <component name="JsGulpfileManager">
  69. <detection-done>true</detection-done>
  70. <sorting>DEFINITION_ORDER</sorting>
  71. </component>
  72. <component name="NodePackageJsonFileManager">
  73. <packageJsonPaths />
  74. </component>
  75. <component name="ProjectFrameBounds">
  76. <option name="x" value="512" />
  77. <option name="y" value="24" />
  78. <option name="width" value="1447" />
  79. <option name="height" value="1336" />
  80. </component>
  81. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  82. <component name="ProjectView">
  83. <navigator proportions="" version="1">
  84. <foldersAlwaysOnTop value="true" />
  85. </navigator>
  86. <panes>
  87. <pane id="ProjectPane">
  88. <subPane>
  89. <expand>
  90. <path>
  91. <item name="SEWS19" type="b2602c69:ProjectViewProjectNode" />
  92. <item name="SEWS19" type="462c0819:PsiDirectoryNode" />
  93. </path>
  94. <path>
  95. <item name="SEWS19" type="b2602c69:ProjectViewProjectNode" />
  96. <item name="SEWS19" type="462c0819:PsiDirectoryNode" />
  97. <item name=".idea" type="462c0819:PsiDirectoryNode" />
  98. </path>
  99. <path>
  100. <item name="SEWS19" type="b2602c69:ProjectViewProjectNode" />
  101. <item name="SEWS19" type="462c0819:PsiDirectoryNode" />
  102. <item name="src" type="462c0819:PsiDirectoryNode" />
  103. </path>
  104. </expand>
  105. <select />
  106. </subPane>
  107. </pane>
  108. <pane id="PackagesPane" />
  109. <pane id="Scope" />
  110. <pane id="AndroidView" />
  111. </panes>
  112. </component>
  113. <component name="PropertiesComponent">
  114. <property name="WebServerToolWindowFactoryState" value="false" />
  115. <property name="aspect.path.notification.shown" value="true" />
  116. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  117. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  118. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  119. </component>
  120. <component name="RunDashboard">
  121. <option name="ruleStates">
  122. <list>
  123. <RuleState>
  124. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  125. </RuleState>
  126. <RuleState>
  127. <option name="name" value="StatusDashboardGroupingRule" />
  128. </RuleState>
  129. </list>
  130. </option>
  131. </component>
  132. <component name="RunManager" selected="Application.HelloWorld">
  133. <configuration name="HelloWorld" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  134. <option name="MAIN_CLASS_NAME" value="HelloWorld" />
  135. <module name="SEWS19" />
  136. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  137. </configuration>
  138. <configuration name="Visitenkarte" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  139. <option name="MAIN_CLASS_NAME" value="Visitenkarte" />
  140. <module name="SEWS19" />
  141. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  142. </configuration>
  143. <configuration default="true" type="Application" factoryName="Application">
  144. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  145. </configuration>
  146. <configuration default="true" type="JUnit" factoryName="JUnit">
  147. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  148. <option name="ALTERNATIVE_JRE_PATH" />
  149. <option name="PACKAGE_NAME" />
  150. <option name="MAIN_CLASS_NAME" />
  151. <option name="METHOD_NAME" />
  152. <option name="TEST_OBJECT" value="class" />
  153. <option name="VM_PARAMETERS" value="-ea" />
  154. <option name="PARAMETERS" />
  155. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  156. <option name="PASS_PARENT_ENVS" value="true" />
  157. <option name="TEST_SEARCH_SCOPE">
  158. <value defaultName="singleModule" />
  159. </option>
  160. <patterns />
  161. </configuration>
  162. <configuration default="true" type="TestNG" factoryName="TestNG">
  163. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  164. <option name="ALTERNATIVE_JRE_PATH" />
  165. <option name="SUITE_NAME" />
  166. <option name="PACKAGE_NAME" />
  167. <option name="MAIN_CLASS_NAME" />
  168. <option name="METHOD_NAME" />
  169. <option name="GROUP_NAME" />
  170. <option name="TEST_OBJECT" value="CLASS" />
  171. <option name="VM_PARAMETERS" value="-ea" />
  172. <option name="PARAMETERS" />
  173. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  174. <option name="OUTPUT_DIRECTORY" />
  175. <option name="PASS_PARENT_ENVS" value="true" />
  176. <option name="TEST_SEARCH_SCOPE">
  177. <value defaultName="singleModule" />
  178. </option>
  179. <option name="USE_DEFAULT_REPORTERS" value="false" />
  180. <option name="PROPERTIES_FILE" />
  181. <properties />
  182. <listeners />
  183. </configuration>
  184. <list>
  185. <item itemvalue="Application.HelloWorld" />
  186. <item itemvalue="Application.Visitenkarte" />
  187. </list>
  188. <recent_temporary>
  189. <list>
  190. <item itemvalue="Application.HelloWorld" />
  191. <item itemvalue="Application.Visitenkarte" />
  192. </list>
  193. </recent_temporary>
  194. </component>
  195. <component name="SvnConfiguration">
  196. <configuration />
  197. </component>
  198. <component name="TaskManager">
  199. <task active="true" id="Default" summary="Default task">
  200. <changelist id="3f0350cf-bfb4-452b-b879-4a8f6f457377" name="Default" comment="" />
  201. <created>1571912561677</created>
  202. <option name="number" value="Default" />
  203. <option name="presentableId" value="Default" />
  204. <updated>1571912561677</updated>
  205. <workItem from="1571912564177" duration="7785000" />
  206. <workItem from="1574336407887" duration="1234000" />
  207. </task>
  208. <task id="LOCAL-00001" summary="first try">
  209. <created>1571917259583</created>
  210. <option name="number" value="00001" />
  211. <option name="presentableId" value="LOCAL-00001" />
  212. <option name="project" value="LOCAL" />
  213. <updated>1571917259583</updated>
  214. </task>
  215. <option name="localTasksCounter" value="2" />
  216. <servers />
  217. </component>
  218. <component name="TimeTrackingManager">
  219. <option name="totallyTimeSpent" value="9019000" />
  220. </component>
  221. <component name="ToolWindowManager">
  222. <frame x="512" y="24" width="1447" height="1336" extended-state="0" />
  223. <editor active="true" />
  224. <layout>
  225. <window_info anchor="right" id="Palette" order="3" />
  226. <window_info anchor="bottom" id="TODO" order="6" />
  227. <window_info anchor="bottom" id="Messages" order="7" weight="0.3296355" />
  228. <window_info anchor="right" id="Palette&#9;" order="3" />
  229. <window_info id="Image Layers" order="2" />
  230. <window_info anchor="right" id="Capture Analysis" order="3" />
  231. <window_info anchor="bottom" id="Event Log" order="7" sideWeight="0.5003455" side_tool="true" weight="0.3296355" />
  232. <window_info anchor="right" id="Maven Projects" order="3" />
  233. <window_info anchor="bottom" id="Database Changes" order="7" show_stripe_button="false" />
  234. <window_info anchor="bottom" id="Run" order="2" weight="0.24167988" />
  235. <window_info anchor="bottom" id="Version Control" order="7" weight="0.3296355" />
  236. <window_info anchor="bottom" id="Terminal" order="7" sideWeight="0.49965447" visible="true" weight="0.22266243" />
  237. <window_info id="Capture Tool" order="2" />
  238. <window_info id="Designer" order="2" />
  239. <window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.49847096" visible="true" weight="0.23013131" />
  240. <window_info anchor="right" id="Database" order="3" />
  241. <window_info id="Structure" order="1" sideWeight="0.50152904" side_tool="true" visible="true" weight="0.23013131" />
  242. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  243. <window_info id="UI Designer" order="2" />
  244. <window_info anchor="right" id="Theme Preview" order="3" />
  245. <window_info anchor="bottom" id="Debug" order="3" weight="0.39936608" />
  246. <window_info id="Favorites" order="2" side_tool="true" />
  247. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  248. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  249. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  250. <window_info anchor="bottom" id="Find" order="1" />
  251. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  252. <window_info anchor="bottom" id="Message" order="0" />
  253. </layout>
  254. </component>
  255. <component name="TypeScriptGeneratedFilesManager">
  256. <option name="version" value="1" />
  257. </component>
  258. <component name="VcsContentAnnotationSettings">
  259. <option name="myLimit" value="2678400000" />
  260. </component>
  261. <component name="VcsManagerConfiguration">
  262. <MESSAGE value="first try" />
  263. <option name="LAST_COMMIT_MESSAGE" value="first try" />
  264. </component>
  265. <component name="XDebuggerManager">
  266. <breakpoint-manager>
  267. <option name="time" value="1" />
  268. </breakpoint-manager>
  269. </component>
  270. <component name="editorHistoryManager">
  271. <entry file="file://$PROJECT_DIR$/src/HelloWorld.java">
  272. <provider selected="true" editor-type-id="text-editor">
  273. <state relative-caret-position="360">
  274. <caret line="24" lean-forward="true" selection-start-line="24" selection-end-line="24" />
  275. </state>
  276. </provider>
  277. </entry>
  278. <entry file="file://$PROJECT_DIR$/src/Visitenkarte.java">
  279. <provider selected="true" editor-type-id="text-editor">
  280. <state relative-caret-position="435">
  281. <caret line="29" column="26" selection-start-line="29" selection-start-column="18" selection-end-line="29" selection-end-column="26" />
  282. </state>
  283. </provider>
  284. </entry>
  285. <entry file="file://$PROJECT_DIR$/SEWS19.iml">
  286. <provider selected="true" editor-type-id="text-editor" />
  287. </entry>
  288. <entry file="file://$PROJECT_DIR$/src/Hello2.java">
  289. <provider selected="true" editor-type-id="text-editor">
  290. <state>
  291. <caret column="19" selection-start-column="19" selection-end-column="19" />
  292. </state>
  293. </provider>
  294. </entry>
  295. <entry file="file://$PROJECT_DIR$/src/Visitenkarte.java">
  296. <provider selected="true" editor-type-id="text-editor">
  297. <state relative-caret-position="630">
  298. <caret line="42" column="10" selection-start-line="42" selection-start-column="10" selection-end-line="42" selection-end-column="10" />
  299. </state>
  300. </provider>
  301. </entry>
  302. <entry file="file://$PROJECT_DIR$/out/production/SEWS19/Visitenkarte.class">
  303. <provider selected="true" editor-type-id="text-editor" />
  304. </entry>
  305. <entry file="file://$PROJECT_DIR$/.idea/workspace.xml">
  306. <provider selected="true" editor-type-id="text-editor" />
  307. </entry>
  308. <entry file="file://$PROJECT_DIR$/src/HelloWorld.java">
  309. <provider selected="true" editor-type-id="text-editor">
  310. <state>
  311. <caret lean-forward="true" />
  312. </state>
  313. </provider>
  314. </entry>
  315. <entry file="file://$PROJECT_DIR$/.gitignore">
  316. <provider selected="true" editor-type-id="text-editor">
  317. <state>
  318. <caret column="3" selection-start-column="3" selection-end-column="3" />
  319. </state>
  320. </provider>
  321. </entry>
  322. </component>
  323. </project>