Loading and saving of status and importance now works
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<novelWriterXML appVersion="0.1.3" fileVersion="1.0" timeStamp="2019-05-19 19:03:13">
|
||||
<novelWriterXML appVersion="0.1.3" fileVersion="1.0" timeStamp="2019-05-19 22:48:37">
|
||||
<project>
|
||||
<name>Sample Project</name>
|
||||
<title>Sample Project</title>
|
||||
@@ -8,8 +8,23 @@
|
||||
</project>
|
||||
<settings>
|
||||
<spellCheck>True</spellCheck>
|
||||
<lastEdited>4cd0bd12b087d</lastEdited>
|
||||
<lastEdited>636b6aa9b697b</lastEdited>
|
||||
<lastViewed>636b6aa9b697b</lastViewed>
|
||||
<status>
|
||||
<entry blue="100" green="100" red="100">New</entry>
|
||||
<entry blue="0" green="50" red="200">Notes</entry>
|
||||
<entry blue="0" green="60" red="182">Started</entry>
|
||||
<entry blue="0" green="129" red="193">1st Draft</entry>
|
||||
<entry blue="0" green="129" red="193">2nd Draft</entry>
|
||||
<entry blue="0" green="129" red="193">3rd Draft</entry>
|
||||
<entry blue="58" green="180" red="58">Finished</entry>
|
||||
</status>
|
||||
<importance>
|
||||
<entry blue="100" green="100" red="100">None</entry>
|
||||
<entry blue="0" green="71" red="143">Minor</entry>
|
||||
<entry blue="180" green="0" red="60">Major</entry>
|
||||
<entry blue="154" green="0" red="103">Main</entry>
|
||||
</importance>
|
||||
</settings>
|
||||
<content count="14">
|
||||
<item handle="7031beac91f75" order="0" parent="None">
|
||||
@@ -23,7 +38,7 @@
|
||||
<name>Title Page</name>
|
||||
<type>FILE</type>
|
||||
<class>NOVEL</class>
|
||||
<status>Draft</status>
|
||||
<status>Started</status>
|
||||
<expanded>False</expanded>
|
||||
<layout>TITLE</layout>
|
||||
<charCount>23</charCount>
|
||||
@@ -35,14 +50,14 @@
|
||||
<name>Some Chapter</name>
|
||||
<type>FOLDER</type>
|
||||
<class>NOVEL</class>
|
||||
<status>Note</status>
|
||||
<status>Notes</status>
|
||||
<expanded>True</expanded>
|
||||
</item>
|
||||
<item handle="96b68994dfa3d" order="0" parent="e7ded148d6e4a">
|
||||
<name>New Scene</name>
|
||||
<type>FILE</type>
|
||||
<class>NOVEL</class>
|
||||
<status>Draft</status>
|
||||
<status>Started</status>
|
||||
<expanded>False</expanded>
|
||||
<layout>SCENE</layout>
|
||||
<charCount>2571</charCount>
|
||||
@@ -54,7 +69,7 @@
|
||||
<name>File With Stuff</name>
|
||||
<type>FILE</type>
|
||||
<class>NOVEL</class>
|
||||
<status>Note</status>
|
||||
<status>Notes</status>
|
||||
<expanded>False</expanded>
|
||||
<layout>SCENE</layout>
|
||||
<charCount>578</charCount>
|
||||
@@ -66,7 +81,7 @@
|
||||
<name>New File</name>
|
||||
<type>FILE</type>
|
||||
<class>NOVEL</class>
|
||||
<status>Note</status>
|
||||
<status>Notes</status>
|
||||
<expanded>False</expanded>
|
||||
<layout>SCENE</layout>
|
||||
<charCount>69</charCount>
|
||||
|
||||
Reference in New Issue
Block a user