123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="ChangeListManager">
- <list default="true" id="6f808035-c4a7-43a4-b02e-714d210efdd3" name="Default" comment="" />
- <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
- <option name="TRACKING_ENABLED" value="true" />
- <option name="SHOW_DIALOG" value="false" />
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
- <option name="LAST_RESOLUTION" value="IGNORE" />
- </component>
- <component name="FileEditorManager">
- <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
- <file leaf-file-name="regx.go" pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/regx.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="966">
- <caret line="69" column="1" lean-forward="false" selection-start-line="69" selection-start-column="1" selection-end-line="69" selection-end-column="1" />
- <folding>
- <element signature="e#14#29#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- </file>
- <file leaf-file-name="regx_test.go" pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/regx_test.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="630">
- <caret line="48" column="16" lean-forward="false" selection-start-line="48" selection-start-column="16" selection-end-line="48" selection-end-column="16" />
- <folding>
- <element signature="e#14#52#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- </file>
- <file leaf-file-name="regexp.go" pinned="false" current-in-tab="true">
- <entry file="file://C:/Go/src/regexp/regexp.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="322">
- <caret line="507" column="1" lean-forward="true" selection-start-line="507" selection-start-column="1" selection-end-line="507" selection-end-column="1" />
- <folding />
- </state>
- </provider>
- </entry>
- </file>
- </leaf>
- </component>
- <component name="FileTemplateManagerImpl">
- <option name="RECENT_TEMPLATES">
- <list>
- <option value="Go File" />
- </list>
- </option>
- </component>
- <component name="GOROOT" path="C:\Go" />
- <component name="GoLibraries">
- <option name="urls">
- <list>
- <option value="file://$PROJECT_DIR$/../../../../home/hon/go" />
- <option value="file://$PROJECT_DIR$/../.." />
- <option value="file://$PROJECT_DIR$/../../../demo" />
- </list>
- </option>
- <option name="useGoPathFromSystemEnvironment" value="false" />
- </component>
- <component name="IdeDocumentHistory">
- <option name="CHANGED_PATHS">
- <list>
- <option value="$PROJECT_DIR$/regx.go" />
- <option value="$PROJECT_DIR$/regx_test.go" />
- </list>
- </option>
- </component>
- <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
- <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
- <component name="JsGulpfileManager">
- <detection-done>true</detection-done>
- <sorting>DEFINITION_ORDER</sorting>
- </component>
- <component name="ProjectFrameBounds">
- <option name="x" value="-8" />
- <option name="y" value="32" />
- <option name="width" value="1936" />
- <option name="height" value="1056" />
- </component>
- <component name="ProjectInspectionProfilesVisibleTreeState">
- <entry key="Project Default">
- <profile-state>
- <expanded-state>
- <State>
- <id />
- </State>
- <State>
- <id>Internationalization issues</id>
- </State>
- </expanded-state>
- <selected-state>
- <State>
- <id>CSS</id>
- </State>
- </selected-state>
- </profile-state>
- </entry>
- </component>
- <component name="ProjectView">
- <navigator currentView="ProjectPane" proportions="" version="1">
- <flattenPackages />
- <showMembers />
- <showModules />
- <showLibraryContents />
- <hideEmptyPackages />
- <abbreviatePackageNames />
- <autoscrollToSource />
- <autoscrollFromSource />
- <sortByType />
- <manualOrder />
- <foldersAlwaysOnTop value="true" />
- </navigator>
- <panes>
- <pane id="ProjectPane">
- <subPane>
- <expand>
- <path>
- <item name="regx" type="b2602c69:ProjectViewProjectNode" />
- <item name="regx" type="462c0819:PsiDirectoryNode" />
- </path>
- <path>
- <item name="regx" type="b2602c69:ProjectViewProjectNode" />
- <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
- </path>
- <path>
- <item name="regx" type="b2602c69:ProjectViewProjectNode" />
- <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
- <item name="GOPATH <regx>" type="20ee2d1f:SyntheticLibraryElementNode" />
- </path>
- <path>
- <item name="regx" type="b2602c69:ProjectViewProjectNode" />
- <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
- <item name="GOPATH <regx>" type="20ee2d1f:SyntheticLibraryElementNode" />
- <item name="src" type="462c0819:PsiDirectoryNode" />
- </path>
- </expand>
- <select />
- </subPane>
- </pane>
- <pane id="Scratches" />
- <pane id="Scope" />
- </panes>
- </component>
- <component name="PropertiesComponent">
- <property name="last_opened_file_path" value="$PROJECT_DIR$" />
- <property name="settings.editor.selected.configurable" value="watcher.settings" />
- <property name="configurable.Global.GOPATH.is.expanded" value="true" />
- <property name="configurable.Project.GOPATH.is.expanded" value="true" />
- <property name="go.sdk.automatically.set" value="true" />
- <property name="DefaultGoTemplateProperty" value="Go File" />
- </component>
- <component name="RunDashboard">
- <option name="ruleStates">
- <list>
- <RuleState>
- <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
- </RuleState>
- <RuleState>
- <option name="name" value="StatusDashboardGroupingRule" />
- </RuleState>
- </list>
- </option>
- </component>
- <component name="RunManager">
- <configuration name="go test regx" type="GoTestRunConfiguration" factoryName="Go Test" temporary="true">
- <module name="regx" />
- <working_directory value="$PROJECT_DIR$" />
- <go_parameters value="-i" />
- <framework value="gotest" />
- <kind value="PACKAGE" />
- <package value="regx" />
- </configuration>
- <recent_temporary>
- <list size="1">
- <item index="0" class="java.lang.String" itemvalue="Go Test.go test regx" />
- </list>
- </recent_temporary>
- </component>
- <component name="ShelveChangesManager" show_recycled="false">
- <option name="remove_strategy" value="false" />
- </component>
- <component name="TestHistory">
- <history-entry file="go_test_regx - 2018.01.27 at 08h 57m 36s.xml">
- <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
- </history-entry>
- <history-entry file="go_test_regx - 2018.01.27 at 08h 58m 18s.xml">
- <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
- </history-entry>
- <history-entry file="go_test_regx - 2018.01.27 at 08h 59m 28s.xml">
- <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
- </history-entry>
- <history-entry file="go_test_regx - 2018.01.27 at 08h 59m 38s.xml">
- <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
- </history-entry>
- <history-entry file="go_test_regx - 2018.01.27 at 08h 59m 46s.xml">
- <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
- </history-entry>
- <history-entry file="go_test_regx - 2018.01.27 at 08h 59m 51s.xml">
- <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
- </history-entry>
- <history-entry file="go_test_regx - 2018.01.27 at 09h 15m 30s.xml">
- <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
- </history-entry>
- <history-entry file="go_test_regx - 2018.01.27 at 09h 15m 35s.xml">
- <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
- </history-entry>
- <history-entry file="go_test_regx - 2018.01.27 at 09h 15m 53s.xml">
- <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
- </history-entry>
- <history-entry file="go_test_regx - 2018.01.27 at 09h 16m 01s.xml">
- <configuration name="go test regx" configurationId="GoTestRunConfiguration" />
- </history-entry>
- </component>
- <component name="ToolWindowManager">
- <frame x="-8" y="32" width="1936" height="1056" extended-state="0" />
- <editor active="true" />
- <layout>
- <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.19509594" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
- <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
- <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
- <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
- <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.24553572" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
- <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
- <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
- <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
- <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
- <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
- <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
- <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
- <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
- <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
- <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
- <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
- <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
- </layout>
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="1" />
- </component>
- <component name="VcsContentAnnotationSettings">
- <option name="myLimit" value="2678400000" />
- </component>
- <component name="XDebuggerManager">
- <breakpoint-manager />
- <watches-manager />
- </component>
- <component name="editorHistoryManager">
- <entry file="file://$PROJECT_DIR$/regx.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="966">
- <caret line="69" column="1" lean-forward="false" selection-start-line="69" selection-start-column="1" selection-end-line="69" selection-end-column="1" />
- <folding>
- <element signature="e#14#29#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/regx_test.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="630">
- <caret line="48" column="16" lean-forward="false" selection-start-line="48" selection-start-column="16" selection-end-line="48" selection-end-column="16" />
- <folding>
- <element signature="e#14#52#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://C:/Go/src/regexp/regexp.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="6790">
- <caret line="485" column="6" lean-forward="false" selection-start-line="485" selection-start-column="6" selection-end-line="485" selection-end-column="6" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/regx.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="966">
- <caret line="69" column="1" lean-forward="false" selection-start-line="69" selection-start-column="1" selection-end-line="69" selection-end-column="1" />
- <folding>
- <element signature="e#14#29#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/regx_test.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="630">
- <caret line="48" column="16" lean-forward="false" selection-start-line="48" selection-start-column="16" selection-end-line="48" selection-end-column="16" />
- <folding>
- <element signature="e#14#52#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://C:/Go/src/regexp/regexp.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="6790">
- <caret line="485" column="6" lean-forward="false" selection-start-line="485" selection-start-column="6" selection-end-line="485" selection-end-column="6" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/regx.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding>
- <element signature="e#14#29#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/regx_test.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="672">
- <caret line="48" column="14" lean-forward="true" selection-start-line="48" selection-start-column="14" selection-end-line="48" selection-end-column="14" />
- <folding>
- <element signature="e#14#52#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/regx.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="686">
- <caret line="49" column="49" lean-forward="false" selection-start-line="49" selection-start-column="49" selection-end-line="49" selection-end-column="49" />
- <folding>
- <element signature="e#14#29#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://C:/Go/src/regexp/regexp.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="6972">
- <caret line="507" column="1" lean-forward="false" selection-start-line="507" selection-start-column="1" selection-end-line="507" selection-end-column="1" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/regx_test.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="798">
- <caret line="60" column="23" lean-forward="true" selection-start-line="60" selection-start-column="23" selection-end-line="60" selection-end-column="23" />
- <folding>
- <element signature="e#14#52#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/regx.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="686">
- <caret line="49" column="49" lean-forward="false" selection-start-line="49" selection-start-column="49" selection-end-line="49" selection-end-column="49" />
- <folding>
- <element signature="e#14#29#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://C:/Go/src/regexp/regexp.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="6972">
- <caret line="507" column="1" lean-forward="true" selection-start-line="507" selection-start-column="1" selection-end-line="507" selection-end-column="1" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/regx_test.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="252">
- <caret line="21" column="38" lean-forward="true" selection-start-line="21" selection-start-column="38" selection-end-line="21" selection-end-column="38" />
- <folding>
- <element signature="e#14#52#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/regx.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding>
- <element signature="e#14#29#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://C:/Go/src/regexp/regexp.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="6384">
- <caret line="456" column="5" lean-forward="false" selection-start-line="456" selection-start-column="5" selection-end-line="456" selection-end-column="5" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/regx.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="966">
- <caret line="69" column="1" lean-forward="false" selection-start-line="69" selection-start-column="1" selection-end-line="69" selection-end-column="1" />
- <folding>
- <element signature="e#14#29#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/regx_test.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="630">
- <caret line="48" column="16" lean-forward="false" selection-start-line="48" selection-start-column="16" selection-end-line="48" selection-end-column="16" />
- <folding>
- <element signature="e#14#52#0" expanded="true" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://C:/Go/src/regexp/regexp.go">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="322">
- <caret line="507" column="1" lean-forward="true" selection-start-line="507" selection-start-column="1" selection-end-line="507" selection-end-column="1" />
- <folding />
- </state>
- </provider>
- </entry>
- </component>
- </project>
|