diff --git a/manuskript/ui/views/editorView.py b/manuskript/ui/views/editorView.py index 6d32d55..bea7176 100644 --- a/manuskript/ui/views/editorView.py +++ b/manuskript/ui/views/editorView.py @@ -270,8 +270,6 @@ class EditorView: self.editorItems = self.project.outline.items elif type(outlineItem) is OutlineFolder: self.editorItems = outlineItem.items - elif type(outlineItem) is OutlineText: - self.__appendOutlineItemText(outlineItem) if outlineItem is None: for item in self.editorItems: diff --git a/ui/editor.glade b/ui/editor.glade index 3755d62..569fb31 100644 --- a/ui/editor.glade +++ b/ui/editor.glade @@ -65,16 +65,6 @@ along with Manuskript. If not, see . False - - - Normal - - - - - Normal - - h2 @@ -173,7 +163,21 @@ along with Manuskript. If not, see . p Normal + 4 + 4 + 8 20 + 8 + + + + + line + Normal + False + 4 + True + 4 @@ -397,6 +401,11 @@ along with Manuskript. If not, see . True True word-char + 8 + 8 + 4 + 4 + 4 editor_text GTK_INPUT_HINT_SPELLCHECK | GTK_INPUT_HINT_WORD_COMPLETION | GTK_INPUT_HINT_NONE