workspace.xml 8.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="1a08e6f6-8f86-4d42-ad2b-225d7121f67a" name="Default" comment="" />
  5. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  6. <option name="TRACKING_ENABLED" value="true" />
  7. <option name="SHOW_DIALOG" value="false" />
  8. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  9. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  10. <option name="LAST_RESOLUTION" value="IGNORE" />
  11. </component>
  12. <component name="FileEditorManager">
  13. <leaf>
  14. <file leaf-file-name="README.MD" pinned="false" current-in-tab="false">
  15. <entry file="file://$PROJECT_DIR$/README.MD">
  16. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  17. <state split_layout="SPLIT">
  18. <first_editor />
  19. <second_editor />
  20. </state>
  21. </provider>
  22. </entry>
  23. </file>
  24. <file leaf-file-name="package.bluej" pinned="false" current-in-tab="true">
  25. <entry file="file://$PROJECT_DIR$/package.bluej">
  26. <provider selected="true" editor-type-id="text-editor" />
  27. </entry>
  28. </file>
  29. </leaf>
  30. </component>
  31. <component name="Git.Settings">
  32. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  33. </component>
  34. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
  35. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
  36. <component name="JsGulpfileManager">
  37. <detection-done>true</detection-done>
  38. <sorting>DEFINITION_ORDER</sorting>
  39. </component>
  40. <component name="NodePackageJsonFileManager">
  41. <packageJsonPaths />
  42. </component>
  43. <component name="ProjectFrameBounds" fullScreen="true">
  44. <option name="width" value="1440" />
  45. <option name="height" value="900" />
  46. </component>
  47. <component name="ProjectLevelVcsManager">
  48. <ConfirmationsSetting value="1" id="Add" />
  49. </component>
  50. <component name="ProjectView">
  51. <navigator proportions="" version="1">
  52. <foldersAlwaysOnTop value="true" />
  53. </navigator>
  54. <panes>
  55. <pane id="Scope" />
  56. <pane id="AndroidView" />
  57. <pane id="ProjectPane">
  58. <subPane>
  59. <expand>
  60. <path>
  61. <item name="FizzBuzz-TDD" type="b2602c69:ProjectViewProjectNode" />
  62. <item name="FizzBuzz-TDD" type="462c0819:PsiDirectoryNode" />
  63. </path>
  64. <path>
  65. <item name="FizzBuzz-TDD" type="b2602c69:ProjectViewProjectNode" />
  66. <item name="FizzBuzz-TDD" type="462c0819:PsiDirectoryNode" />
  67. <item name=".idea" type="462c0819:PsiDirectoryNode" />
  68. </path>
  69. </expand>
  70. <select />
  71. </subPane>
  72. </pane>
  73. <pane id="PackagesPane" />
  74. </panes>
  75. </component>
  76. <component name="PropertiesComponent">
  77. <property name="WebServerToolWindowFactoryState" value="false" />
  78. <property name="aspect.path.notification.shown" value="true" />
  79. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  80. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  81. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  82. <property name="settings.editor.selected.configurable" value="editor.preferences.import" />
  83. </component>
  84. <component name="RunDashboard">
  85. <option name="ruleStates">
  86. <list>
  87. <RuleState>
  88. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  89. </RuleState>
  90. <RuleState>
  91. <option name="name" value="StatusDashboardGroupingRule" />
  92. </RuleState>
  93. </list>
  94. </option>
  95. </component>
  96. <component name="RunManager">
  97. <configuration default="true" type="Application" factoryName="Application">
  98. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  99. </configuration>
  100. <configuration default="true" type="JUnit" factoryName="JUnit">
  101. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  102. <option name="ALTERNATIVE_JRE_PATH" />
  103. <option name="PACKAGE_NAME" />
  104. <option name="MAIN_CLASS_NAME" />
  105. <option name="METHOD_NAME" />
  106. <option name="TEST_OBJECT" value="class" />
  107. <option name="VM_PARAMETERS" value="-ea" />
  108. <option name="PARAMETERS" />
  109. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  110. <option name="PASS_PARENT_ENVS" value="true" />
  111. <option name="TEST_SEARCH_SCOPE">
  112. <value defaultName="singleModule" />
  113. </option>
  114. <patterns />
  115. </configuration>
  116. <configuration default="true" type="TestNG" factoryName="TestNG">
  117. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  118. <option name="ALTERNATIVE_JRE_PATH" />
  119. <option name="SUITE_NAME" />
  120. <option name="PACKAGE_NAME" />
  121. <option name="MAIN_CLASS_NAME" />
  122. <option name="METHOD_NAME" />
  123. <option name="GROUP_NAME" />
  124. <option name="TEST_OBJECT" value="CLASS" />
  125. <option name="VM_PARAMETERS" value="-ea" />
  126. <option name="PARAMETERS" />
  127. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  128. <option name="OUTPUT_DIRECTORY" />
  129. <option name="PASS_PARENT_ENVS" value="true" />
  130. <option name="TEST_SEARCH_SCOPE">
  131. <value defaultName="singleModule" />
  132. </option>
  133. <option name="USE_DEFAULT_REPORTERS" value="false" />
  134. <option name="PROPERTIES_FILE" />
  135. <properties />
  136. <listeners />
  137. </configuration>
  138. </component>
  139. <component name="SvnConfiguration">
  140. <configuration />
  141. </component>
  142. <component name="TaskManager">
  143. <task active="true" id="Default" summary="Default task">
  144. <changelist id="1a08e6f6-8f86-4d42-ad2b-225d7121f67a" name="Default" comment="" />
  145. <created>1529458410979</created>
  146. <option name="number" value="Default" />
  147. <option name="presentableId" value="Default" />
  148. <updated>1529458410979</updated>
  149. <workItem from="1529458412599" duration="124000" />
  150. </task>
  151. <servers />
  152. </component>
  153. <component name="TimeTrackingManager">
  154. <option name="totallyTimeSpent" value="124000" />
  155. </component>
  156. <component name="ToolWindowManager">
  157. <frame x="0" y="0" width="1440" height="900" extended-state="0" />
  158. <editor active="true" />
  159. <layout>
  160. <window_info anchor="right" id="Palette" />
  161. <window_info anchor="bottom" id="TODO" order="6" />
  162. <window_info anchor="bottom" id="Messages" />
  163. <window_info anchor="right" id="Palette&#9;" />
  164. <window_info id="Image Layers" />
  165. <window_info anchor="right" id="Capture Analysis" />
  166. <window_info anchor="bottom" id="Event Log" side_tool="true" />
  167. <window_info anchor="right" id="Maven Projects" />
  168. <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
  169. <window_info anchor="bottom" id="Run" order="2" />
  170. <window_info anchor="bottom" id="Version Control" />
  171. <window_info anchor="bottom" id="Terminal" />
  172. <window_info id="Capture Tool" />
  173. <window_info id="Designer" />
  174. <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.24964234" />
  175. <window_info anchor="right" id="Database" />
  176. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  177. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  178. <window_info id="UI Designer" />
  179. <window_info anchor="right" id="Theme Preview" />
  180. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  181. <window_info id="Favorites" side_tool="true" />
  182. <window_info anchor="bottom" id="Find" order="1" />
  183. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  184. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  185. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  186. <window_info anchor="bottom" id="Message" order="0" />
  187. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  188. </layout>
  189. </component>
  190. <component name="TypeScriptGeneratedFilesManager">
  191. <option name="version" value="1" />
  192. </component>
  193. <component name="VcsContentAnnotationSettings">
  194. <option name="myLimit" value="2678400000" />
  195. </component>
  196. <component name="editorHistoryManager">
  197. <entry file="file://$PROJECT_DIR$/.idea/modules.xml">
  198. <provider selected="true" editor-type-id="text-editor" />
  199. </entry>
  200. <entry file="file://$PROJECT_DIR$/README.MD">
  201. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  202. <state split_layout="SPLIT">
  203. <first_editor />
  204. <second_editor />
  205. </state>
  206. </provider>
  207. </entry>
  208. <entry file="file://$PROJECT_DIR$/package.bluej">
  209. <provider selected="true" editor-type-id="text-editor" />
  210. </entry>
  211. </component>
  212. </project>