Updated source file descriptions

This commit is contained in:
Veronica K. B. Olsen
2020-10-23 21:05:41 +02:00
parent 8db7c17798
commit c0ad631039
21 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter Config Class
============================
This class reads and store the main preferences of the application
Class reading and holding the preferences of the application
File History:
Created: 2018-09-22 [0.0.1]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter Project Document
================================
Class holding a document
Class holding a single novelWriter document
File History:
Created: 2018-09-29 [0.0.1]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter Project Index
=============================
Class holding the index of tags
Class holding the project index of tags, headers and references
File History:
Created: 2019-05-27 [0.1.4]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter Spell Check Classes
===================================
Wrapper class for spell checking
Wrapper class for spell checking tools
File History:
Created: 2019-06-11 [0.1.5]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter Project Item Status Class
=========================================
Class holding the status elements of a project item
Class holding the status/importance elements of a project item
File History:
Created: 2019-05-19 [0.1.3]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter Text Tokenizer
==============================
Splits a piece of nW markdown text into its elements
Splits a piece of novelWriter markdown text into its elements
File History:
Created: 2019-05-05 [0.0.1]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter Project Tree Class
==================================
Class holding the data of the project tree
Class holding the project's tree of project items
File History:
Created: 2020-05-07 [0.4.5]
+4 -4
View File
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
"""novelWriter GUI Build Novel
"""novelWriter GUI Build Novel Project
novelWriter GUI Build Novel
===============================
Class holding the build novel window
novelWriter GUI Build Novel Project
=======================================
Class holding the build novel project dialog
File History:
Created: 2020-05-09 [0.5]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter GUI Document Editor
===================================
Class holding the document editor
Class holding the main document editor
File History:
Created: 2018-09-29 [0.0.1] GuiDocEditor
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter GUI Document Highlighter
========================================
Syntax highlighting for MarkDown
Subclass for the main editor syntax highlighting
File History:
Created: 2019-04-06 [0.0.1]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter GUI Doc Merge
=============================
Tool for merging multiple documents to one
Tool for merging multiple documents to one document
File History:
Created: 2020-01-23 [0.4.3]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter GUI Document Viewer
===================================
Class holding the document html viewer
Class holding the main document viewer
File History:
Created: 2019-05-10 [0.0.1] GuiDocViewer
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter GUI Document Details
====================================
Class holding the left side document details panel
Class holding the project tree item details panel
File History:
Created: 2019-04-24 [0.0.1]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter GUI Item Editor
===============================
Class holding the item editor
Class holding the item editor dialog
File History:
Created: 2019-04-27 [0.0.1]
+2 -2
View File
@@ -3,10 +3,10 @@
novelWriter GUI Main Menu
=============================
Class holding the main window
Class holding the main window menu
File History:
Created: 2019-04-27 [0.0.1] (Split from winmain)
Created: 2019-04-27 [0.0.1]
This file is a part of novelWriter
Copyright 20182020, Veronica Berglyd Olsen
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter GUI Project Outline Details
===========================================
Class holding the project outline details view
Class holding the project outline details panel
File History:
Created: 2020-06-02 [0.7.0]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter GUI Open Project
================================
The open project dialog
Class holding the load/browse/new project dialog
File History:
Created: 2020-02-26 [0.4.5]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter GUI project Tree
================================
Class holding the left side project tree view
Class holding the project tree view
File History:
Created: 2018-09-29 [0.0.1] GuiProjectTree
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter Theme and Icons Classs
======================================
This class reads and stores the themes and the icons
Class managing and caching themes and icons
File History:
Created: 2019-05-18 [0.1.3] GuiTheme
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter GUI Writing Statistics
======================================
Class showing the word count and session statistics
Class holding the word count and session statistics dialog
File History:
Created: 2019-10-20 [0.3]
+1 -1
View File
@@ -3,7 +3,7 @@
novelWriter GUI Main Window
===============================
Class holding the main window
Class holding the main application window
File History:
Created: 2018-09-22 [0.0.1]