diff options
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/workspace.xml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4b09fc8..e071bba 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,8 +3,8 @@ <component name="ChangeListManager"> <list default="true" id="a9164191-d370-492b-893b-7d5187d87f7c" name="Default Changelist" comment=""> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> - <change beforePath="$PROJECT_DIR$/src/css/custom.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/css/custom.css" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/index.html" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/src/main.go" beforeDir="false" afterPath="$PROJECT_DIR$/src/main.go" afterDir="false" /> </list> <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> <option name="SHOW_DIALOG" value="false" /> @@ -14,20 +14,20 @@ </component> <component name="FileEditorManager"> <leaf SIDE_TABS_SIZE_LIMIT_KEY="225"> - <file pinned="false" current-in-tab="false"> + <file pinned="false" current-in-tab="true"> <entry file="file://$PROJECT_DIR$/src/index.html"> <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="663"> - <caret line="243" column="41" selection-start-line="243" selection-start-column="41" selection-end-line="243" selection-end-column="41" /> + <state relative-caret-position="825"> + <caret line="55" column="16" selection-start-line="55" selection-start-column="16" selection-end-line="55" selection-end-column="16" /> </state> </provider> </entry> </file> - <file pinned="false" current-in-tab="true"> + <file pinned="false" current-in-tab="false"> <entry file="file://$PROJECT_DIR$/src/css/custom.css"> <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="420"> - <caret line="28" selection-start-line="28" selection-end-line="28" /> + <state relative-caret-position="375"> + <caret line="25" selection-start-line="25" selection-end-line="25" /> </state> </provider> </entry> @@ -51,15 +51,14 @@ <option name="CHANGED_PATHS"> <list> <option value="$PROJECT_DIR$/src/redesign2.html" /> - <option value="$PROJECT_DIR$/src/index.html" /> <option value="$PROJECT_DIR$/src/css/custom.css" /> + <option value="$PROJECT_DIR$/src/index.html" /> </list> </option> </component> <component name="ProjectFrameBounds" extendedState="6"> - <option name="x" value="-2" /> - <option name="width" value="1924" /> - <option name="height" value="1063" /> + <option name="width" value="960" /> + <option name="height" value="1061" /> </component> <component name="ProjectView"> <navigator proportions="" version="1"> @@ -116,6 +115,7 @@ </component> <component name="ToolWindowManager"> <frame x="-2" y="0" width="1924" height="1063" extended-state="6" /> + <editor active="true" /> <layout> <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.11902232" /> <window_info id="Structure" order="1" side_tool="true" weight="0.25" /> @@ -177,17 +177,17 @@ </state> </provider> </entry> - <entry file="file://$PROJECT_DIR$/src/index.html"> + <entry file="file://$PROJECT_DIR$/src/css/custom.css"> <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="663"> - <caret line="243" column="41" selection-start-line="243" selection-start-column="41" selection-end-line="243" selection-end-column="41" /> + <state relative-caret-position="375"> + <caret line="25" selection-start-line="25" selection-end-line="25" /> </state> </provider> </entry> - <entry file="file://$PROJECT_DIR$/src/css/custom.css"> + <entry file="file://$PROJECT_DIR$/src/index.html"> <provider selected="true" editor-type-id="text-editor"> - <state relative-caret-position="420"> - <caret line="28" selection-start-line="28" selection-end-line="28" /> + <state relative-caret-position="825"> + <caret line="55" column="16" selection-start-line="55" selection-start-column="16" selection-end-line="55" selection-end-column="16" /> </state> </provider> </entry> |