Updated source file descriptions
This commit is contained in:
+4
-4
@@ -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
@@ -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
|
||||
|
||||
@@ -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
@@ -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
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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
@@ -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 2018–2020, Veronica Berglyd Olsen
|
||||
|
||||
@@ -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
@@ -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
@@ -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
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user