implemented plan and task

master
Chris Punches 2017-04-19 01:54:34 -04:00
parent a802b9f7ff
commit 4d64a9c863
2 changed files with 5 additions and 5 deletions

View File

@ -72,7 +72,7 @@
<entry file="file://$PROJECT_DIR$/examplar.cpp">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="234">
<caret line="13" column="6" lean-forward="false" selection-start-line="13" selection-start-column="6" selection-end-line="13" selection-end-column="6" />
<caret line="13" column="5" lean-forward="false" selection-start-line="13" selection-start-column="5" selection-end-line="13" selection-end-column="5" />
<folding />
</state>
</provider>
@ -438,12 +438,12 @@
<updated>1491540343823</updated>
<workItem from="1491540345736" duration="17928000" />
<workItem from="1491759279673" duration="614000" />
<workItem from="1492298506932" duration="38195000" />
<workItem from="1492298506932" duration="38208000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="56737000" />
<option name="totallyTimeSpent" value="56750000" />
</component>
<component name="TodoView">
<todo-panel id="selected-file">
@ -720,7 +720,7 @@
<entry file="file://$PROJECT_DIR$/examplar.cpp">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="234">
<caret line="13" column="6" lean-forward="false" selection-start-line="13" selection-start-column="6" selection-end-line="13" selection-end-column="6" />
<caret line="13" column="5" lean-forward="false" selection-start-line="13" selection-start-column="5" selection-end-line="13" selection-end-column="5" />
<folding />
</state>
</provider>

View File

@ -11,7 +11,7 @@ int main()
for ( int i = 0; i < plan.tasks.size(); ++i )
{
std::cout << plan.tasks[i].get_name() << std::endl;
}d
}