workspace.xml 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="78f18399-6f6c-4260-8a6e-069182a713ff" name="Default Changelist" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/light-apiengine.iml" beforeDir="false" />
  6. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" />
  7. <change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" />
  8. <change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" />
  9. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  10. </list>
  11. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  12. <option name="SHOW_DIALOG" value="false" />
  13. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  14. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  15. <option name="LAST_RESOLUTION" value="IGNORE" />
  16. </component>
  17. <component name="FileEditorManager">
  18. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  19. <file pinned="false" current-in-tab="false">
  20. <entry file="file://$PROJECT_DIR$/controllers/SysAttachmentController.go">
  21. <provider selected="true" editor-type-id="text-editor">
  22. <state relative-caret-position="180">
  23. <caret line="26" column="37" selection-start-line="26" selection-start-column="37" selection-end-line="26" selection-end-column="37" />
  24. </state>
  25. </provider>
  26. </entry>
  27. </file>
  28. <file pinned="false" current-in-tab="true">
  29. <entry file="file://$PROJECT_DIR$/models/StorageResult_gen.go">
  30. <provider selected="true" editor-type-id="text-editor" />
  31. </entry>
  32. </file>
  33. </leaf>
  34. </component>
  35. <component name="GOROOT" path="C:\Go" />
  36. <component name="Git.Settings">
  37. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  38. </component>
  39. <component name="IdeDocumentHistory">
  40. <option name="CHANGED_PATHS">
  41. <list>
  42. <option value="$PROJECT_DIR$/utils/storage.go" />
  43. </list>
  44. </option>
  45. </component>
  46. <component name="ProjectFrameBounds" extendedState="6">
  47. <option name="x" value="133" />
  48. <option name="y" value="401" />
  49. <option name="width" value="1121" />
  50. <option name="height" value="662" />
  51. </component>
  52. <component name="ProjectView">
  53. <navigator proportions="" version="1">
  54. <foldersAlwaysOnTop value="true" />
  55. </navigator>
  56. <panes>
  57. <pane id="Scope" />
  58. <pane id="ProjectPane">
  59. <subPane>
  60. <expand>
  61. <path>
  62. <item name="light-apiengine" type="b2602c69:ProjectViewProjectNode" />
  63. <item name="light-apiengine" type="462c0819:PsiDirectoryNode" />
  64. </path>
  65. <path>
  66. <item name="light-apiengine" type="b2602c69:ProjectViewProjectNode" />
  67. <item name="light-apiengine" type="462c0819:PsiDirectoryNode" />
  68. <item name="utils" type="462c0819:PsiDirectoryNode" />
  69. </path>
  70. </expand>
  71. <select />
  72. </subPane>
  73. </pane>
  74. </panes>
  75. </component>
  76. <component name="PropertiesComponent">
  77. <property name="WebServerToolWindowFactoryState" value="false" />
  78. <property name="go.gopath.indexing.explicitly.defined" value="true" />
  79. <property name="go.sdk.automatically.set" value="true" />
  80. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  81. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  82. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  83. <property name="settings.editor.selected.configurable" value="go" />
  84. </component>
  85. <component name="RunDashboard">
  86. <option name="ruleStates">
  87. <list>
  88. <RuleState>
  89. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  90. </RuleState>
  91. <RuleState>
  92. <option name="name" value="StatusDashboardGroupingRule" />
  93. </RuleState>
  94. </list>
  95. </option>
  96. </component>
  97. <component name="ToolWindowManager">
  98. <frame x="67" y="25" width="1299" height="743" extended-state="6" />
  99. <editor active="true" />
  100. <layout>
  101. <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.254589" />
  102. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  103. <window_info id="Favorites" order="2" side_tool="true" />
  104. <window_info anchor="bottom" id="Docker" show_stripe_button="false" />
  105. <window_info anchor="bottom" id="Message" order="0" />
  106. <window_info anchor="bottom" id="Find" order="1" />
  107. <window_info anchor="bottom" id="Run" order="2" />
  108. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  109. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  110. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  111. <window_info anchor="bottom" id="TODO" order="6" />
  112. <window_info anchor="bottom" id="Database Changes" order="7" show_stripe_button="false" />
  113. <window_info anchor="bottom" id="Version Control" order="8" show_stripe_button="false" />
  114. <window_info anchor="bottom" id="Terminal" order="9" />
  115. <window_info anchor="bottom" id="Event Log" order="10" side_tool="true" />
  116. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  117. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  118. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  119. <window_info anchor="right" id="Database" order="3" />
  120. </layout>
  121. </component>
  122. <component name="TypeScriptGeneratedFilesManager">
  123. <option name="version" value="1" />
  124. </component>
  125. <component name="editorHistoryManager">
  126. <entry file="file://$PROJECT_DIR$/utils/storage.go" />
  127. <entry file="file://$PROJECT_DIR$/controllers/SysAttachmentController.go">
  128. <provider selected="true" editor-type-id="text-editor">
  129. <state relative-caret-position="180">
  130. <caret line="26" column="37" selection-start-line="26" selection-start-column="37" selection-end-line="26" selection-end-column="37" />
  131. </state>
  132. </provider>
  133. </entry>
  134. <entry file="file://$PROJECT_DIR$/models/StorageResult_gen.go">
  135. <provider selected="true" editor-type-id="text-editor" />
  136. </entry>
  137. </component>
  138. </project>