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 12KB

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