Project tree status and total word count changes (#882)

* Fix some inconsistencies in source file docstrings
* Remove the option to show status text in project tree
* Change how total word counts are calculated and propagated
* Fix tests and improve coverage
* Add setting in preferences
* Add missing word count timer to config file
This commit is contained in:
Veronica Berglyd Olsen
2021-09-10 00:38:45 +02:00
committed by GitHub
parent b9311e84ce
commit 3c8cb34b0a
19 changed files with 246 additions and 134 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ class NWTree():
return True
def sumWords(self):
"""Loops over all entries and adds up the word counts.
"""Loop over all entries and add up the word counts.
"""
noteWords = 0
novelWords = 0