Commented out the non-functioning menu items, and commited the latest changes to the sample project
This commit is contained in:
+22
-22
@@ -238,18 +238,18 @@ class GuiMainMenu(QMenuBar):
|
||||
menuItem.triggered.connect(self.theParent._previewDocument)
|
||||
self.docuMenu.addAction(menuItem)
|
||||
|
||||
# Document > Separator
|
||||
self.docuMenu.addSeparator()
|
||||
# # Document > Separator
|
||||
# self.docuMenu.addSeparator()
|
||||
|
||||
# Document > Split
|
||||
menuItem = QAction(QIcon.fromTheme("list-add"), "Split Document", self)
|
||||
menuItem.setStatusTip("Split Selected Document")
|
||||
self.docuMenu.addAction(menuItem)
|
||||
# # Document > Split
|
||||
# menuItem = QAction(QIcon.fromTheme("list-add"), "Split Document", self)
|
||||
# menuItem.setStatusTip("Split Selected Document")
|
||||
# self.docuMenu.addAction(menuItem)
|
||||
|
||||
# Document > Merge
|
||||
menuItem = QAction(QIcon.fromTheme("list-remove"), "Merge Document", self)
|
||||
menuItem.setStatusTip("Merge Selected Documents")
|
||||
self.docuMenu.addAction(menuItem)
|
||||
# # Document > Merge
|
||||
# menuItem = QAction(QIcon.fromTheme("list-remove"), "Merge Document", self)
|
||||
# menuItem.setStatusTip("Merge Selected Documents")
|
||||
# self.docuMenu.addAction(menuItem)
|
||||
|
||||
return
|
||||
|
||||
@@ -272,12 +272,12 @@ class GuiMainMenu(QMenuBar):
|
||||
menuItem.triggered.connect(lambda : self.theParent.setFocus(2))
|
||||
self.viewMenu.addAction(menuItem)
|
||||
|
||||
# View > Document Pane 2
|
||||
menuItem = QAction(QIcon.fromTheme("go-last"), "Right Document Pane", self)
|
||||
menuItem.setStatusTip("Move to Right Document Pane")
|
||||
menuItem.setShortcut("Ctrl+3")
|
||||
menuItem.triggered.connect(lambda : self.theParent.setFocus(3))
|
||||
self.viewMenu.addAction(menuItem)
|
||||
# # View > Document Pane 2
|
||||
# menuItem = QAction(QIcon.fromTheme("go-last"), "Right Document Pane", self)
|
||||
# menuItem.setStatusTip("Move to Right Document Pane")
|
||||
# menuItem.setShortcut("Ctrl+3")
|
||||
# menuItem.triggered.connect(lambda : self.theParent.setFocus(3))
|
||||
# self.viewMenu.addAction(menuItem)
|
||||
|
||||
return
|
||||
|
||||
@@ -407,13 +407,13 @@ class GuiMainMenu(QMenuBar):
|
||||
self.toolsMoveDown.triggered.connect(lambda : self._moveTreeItem(1))
|
||||
self.toolsMenu.addAction(self.toolsMoveDown)
|
||||
|
||||
# Tools > Separator
|
||||
self.toolsMenu.addSeparator()
|
||||
# # Tools > Separator
|
||||
# self.toolsMenu.addSeparator()
|
||||
|
||||
# Tools > Settings
|
||||
menuItem = QAction(QIcon.fromTheme("preferences-system"), "Preferences", self)
|
||||
menuItem.setStatusTip("Preferences")
|
||||
self.toolsMenu.addAction(menuItem)
|
||||
# # Tools > Settings
|
||||
# menuItem = QAction(QIcon.fromTheme("preferences-system"), "Preferences", self)
|
||||
# menuItem.setStatusTip("Preferences")
|
||||
# self.toolsMenu.addAction(menuItem)
|
||||
|
||||
return
|
||||
|
||||
|
||||
@@ -11,8 +11,16 @@ Some text here would look good as well, and maybe some "dialogue"?
|
||||
|
||||
**Some Section**
|
||||
|
||||
So, this is some text that we’ve been adding to this document. It is utterly meaningless text, but since this is just dummy text, that doesn’t really matter. The text is perfectly happy to live in this document regardless.
|
||||
So, this is some __text__ that we’ve been adding to this document. It is utterly meaningless text, _but_ since this is just dummy text, that doesn’t really matter. The text is perfectly happy to live in this document regardless.
|
||||
|
||||
This paragraph is also meaningless. At least a bit.
|
||||
|
||||
#
|
||||
##
|
||||
###
|
||||
####
|
||||
#####
|
||||
|
||||
|
||||
This paragraph is also meaningless. At least a bit.
|
||||
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<novelWriterXML appVersion="0.0.1" fileVersion="1.0" timeStamp="2019-05-04 23:57:20">
|
||||
<novelWriterXML appVersion="0.0.1" fileVersion="1.0" timeStamp="2019-05-10 18:35:23">
|
||||
<project>
|
||||
<name>Sample Project</name>
|
||||
<title>Sample Project</title>
|
||||
<author>Jane Smith</author>
|
||||
<author>Jay Doh</author>
|
||||
</project>
|
||||
<content count="14">
|
||||
<content count="15">
|
||||
<item handle="7031beac91f75" order="0" parent="None">
|
||||
<name>Novel</name>
|
||||
<type>ROOT</type>
|
||||
@@ -50,9 +50,9 @@
|
||||
<status>1</status>
|
||||
<expanded>False</expanded>
|
||||
<layout>SCENE</layout>
|
||||
<charCount>392</charCount>
|
||||
<wordCount>70</wordCount>
|
||||
<paraCount>4</paraCount>
|
||||
<charCount>404</charCount>
|
||||
<wordCount>71</wordCount>
|
||||
<paraCount>5</paraCount>
|
||||
</item>
|
||||
<item handle="bc0cbd2a407f3" order="2" parent="e7ded148d6e4a">
|
||||
<name>New File</name>
|
||||
@@ -137,5 +137,16 @@
|
||||
<wordCount>0</wordCount>
|
||||
<paraCount>0</paraCount>
|
||||
</item>
|
||||
<item handle="879437bde105e" order="1" parent="f75dac270c2a7">
|
||||
<name>New File</name>
|
||||
<type>FILE</type>
|
||||
<class>CHARACTER</class>
|
||||
<status>0</status>
|
||||
<expanded>False</expanded>
|
||||
<layout>NOTE</layout>
|
||||
<charCount>0</charCount>
|
||||
<wordCount>0</wordCount>
|
||||
<paraCount>0</paraCount>
|
||||
</item>
|
||||
</content>
|
||||
</novelWriterXML>
|
||||
|
||||
Reference in New Issue
Block a user