Browse Source

did some changes to the readme

thulasi 5 years ago
parent
commit
924ad334ed
2 changed files with 11 additions and 12 deletions
  1. 10
    12
      .idea/workspace.xml
  2. 1
    0
      README.md

+ 10
- 12
.idea/workspace.xml View File

@@ -1,10 +1,7 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2 2
 <project version="4">
3 3
   <component name="ChangeListManager">
4
-    <list default="true" id="6f6e48a2-545e-47b4-82cf-d6c49cdb7ea3" name="Default Changelist" comment="">
5
-      <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
6
-      <change beforePath="$PROJECT_DIR$/ProjectDescription.md" beforeDir="false" afterPath="$PROJECT_DIR$/ProjectDescription.md" afterDir="false" />
7
-    </list>
4
+    <list default="true" id="6f6e48a2-545e-47b4-82cf-d6c49cdb7ea3" name="Default Changelist" comment="" />
8 5
     <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
9 6
     <option name="SHOW_DIALOG" value="false" />
10 7
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -15,6 +12,7 @@
15 12
     <session id="-1488421666">
16 13
       <usages-collector id="statistics.lifecycle.project">
17 14
         <counts>
15
+          <entry key="project.closed" value="1" />
18 16
           <entry key="project.open.time.0" value="1" />
19 17
           <entry key="project.opened" value="1" />
20 18
         </counts>
@@ -46,9 +44,9 @@
46 44
       <file pinned="false" current-in-tab="true">
47 45
         <entry file="file://$PROJECT_DIR$/ProjectDescription.md">
48 46
           <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
49
-            <state split_layout="SPLIT">
47
+            <state split_layout="FIRST">
50 48
               <first_editor relative-caret-position="150">
51
-                <caret line="10" column="82" lean-forward="true" selection-start-line="10" selection-start-column="82" selection-end-line="10" selection-end-column="82" />
49
+                <caret line="10" column="59" lean-forward="true" selection-start-line="10" selection-start-column="59" selection-end-line="10" selection-end-column="59" />
52 50
               </first_editor>
53 51
               <second_editor />
54 52
             </state>
@@ -142,12 +140,12 @@
142 140
       <option name="number" value="Default" />
143 141
       <option name="presentableId" value="Default" />
144 142
       <updated>1541367840989</updated>
145
-      <workItem from="1541367842479" duration="3902000" />
143
+      <workItem from="1541367842479" duration="4044000" />
146 144
     </task>
147 145
     <servers />
148 146
   </component>
149 147
   <component name="TimeTrackingManager">
150
-    <option name="totallyTimeSpent" value="3902000" />
148
+    <option name="totallyTimeSpent" value="4044000" />
151 149
   </component>
152 150
   <component name="ToolWindowManager">
153 151
     <frame x="0" y="23" width="1280" height="709" extended-state="0" />
@@ -158,11 +156,11 @@
158 156
       <window_info id="UI Designer" />
159 157
       <window_info id="Capture Tool" />
160 158
       <window_info id="Favorites" side_tool="true" />
161
-      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.09693053" />
159
+      <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.09693053" />
162 160
       <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
163 161
       <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
164 162
       <window_info anchor="bottom" id="Version Control" />
165
-      <window_info anchor="bottom" id="Terminal" />
163
+      <window_info anchor="bottom" id="Terminal" weight="0.32901135" />
166 164
       <window_info anchor="bottom" id="Event Log" side_tool="true" />
167 165
       <window_info anchor="bottom" id="Message" order="0" />
168 166
       <window_info anchor="bottom" id="Find" order="1" />
@@ -199,9 +197,9 @@
199 197
     </entry>
200 198
     <entry file="file://$PROJECT_DIR$/ProjectDescription.md">
201 199
       <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
202
-        <state split_layout="SPLIT">
200
+        <state split_layout="FIRST">
203 201
           <first_editor relative-caret-position="150">
204
-            <caret line="10" column="82" lean-forward="true" selection-start-line="10" selection-start-column="82" selection-end-line="10" selection-end-column="82" />
202
+            <caret line="10" column="59" lean-forward="true" selection-start-line="10" selection-start-column="59" selection-end-line="10" selection-end-column="59" />
205 203
           </first_editor>
206 204
           <second_editor />
207 205
         </state>

+ 1
- 0
README.md View File

@@ -12,5 +12,6 @@ Put that description into the ProjectDescription.md file.
12 12
 This is an early "stake in the ground", not a contract to have to do your very first idea. You'll have plenty of chance to
13 13
 think about it and modify as needed. But get *something* scratched out.
14 14
 
15
+** Making some changes here**
15 16
 
16 17