Allow showing comments in document view pane, with a toggle swithc in document menu
This commit is contained in:
@@ -17,18 +17,16 @@ from os import path, mkdir, listdir
|
||||
from shutil import make_archive
|
||||
from datetime import datetime
|
||||
|
||||
from nw.enum import nwAlert
|
||||
from nw.enum import nwAlert
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
class NWBackup():
|
||||
|
||||
def __init__(self, theParent, theProject):
|
||||
|
||||
self.mainConf = nw.CONFIG
|
||||
self.theParent = theParent
|
||||
self.theProject = theProject
|
||||
|
||||
return
|
||||
|
||||
def zipIt(self):
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ import logging
|
||||
import json
|
||||
import nw
|
||||
|
||||
from os import path
|
||||
from os import path
|
||||
|
||||
from nw.project.document import NWDoc
|
||||
from nw.enum import nwItemType, nwItemClass, nwItemLayout
|
||||
|
||||
Reference in New Issue
Block a user