manuskript/manuskript/ui/editors
Youness Alaoui a27a1f399a Adding navigation support to fullscreen editor
This makes the fullscreen editor much more powerful in terms of navigating
through chapters and scenes. This should make issue #234 users happy and
fix #444.

Top panel now has left/right arrows to navigate through the scenes. It will
automatically find the next/previous text item and display it, navigating through
the outline tree.

There's also a "New document" icon which will create a new text entry immediately
after the current one and switch to it.

Navigation can also be done using Alt+Page-Up, Alt+Page-Down or Alt+Left and Alt+right
shortcuts (Fixing #444).

There's now also the option between Title or Path for the top panel, if Path is chosen
then the full path of the scene is displayed and clicking on the scene or parent items
opens a menu to quickly switch to the selected chapter/scene. Selecting a folder will
automatically display the first text entry available in that folder.
2019-04-02 11:42:25 -06:00
..
__init__.py Renaming source folder 2016-02-06 08:38:33 +01:00
blockUserData.py Cleaning up imports, at last 2016-02-06 12:34:22 +01:00
completer.py Removes most of hard-coded colors 2017-11-14 14:56:11 +01:00
completer_ui.py Cleaning up imports, at last 2016-02-06 12:34:22 +01:00
completer_ui.ui Renaming source folder 2016-02-06 08:38:33 +01:00
editorWidget.py Do not default spellcheck to True for new editor views 2019-02-25 12:58:00 -07:00
editorWidget_ui.py Subclass textEditView 2017-11-27 15:00:07 +01:00
editorWidget_ui.ui Subclass textEditView 2017-11-27 15:00:07 +01:00
fullScreenEditor.py Adding navigation support to fullscreen editor 2019-04-02 11:42:25 -06:00
locker.py Fixes #119: Distraction free mode crashes with time target 2017-06-20 14:08:48 +02:00
locker_ui.py Renaming source folder 2016-02-06 08:38:33 +01:00
locker_ui.ui Renaming source folder 2016-02-06 08:38:33 +01:00
mainEditor.py Fix Python 3.7 DeprecationWarning use local.format_string() messages 2018-11-16 12:52:56 -07:00
mainEditor_ui.py Removes textFormat panel (bold, italic, etc. buttons) 2017-11-27 20:58:02 +01:00
mainEditor_ui.ui Removes textFormat panel (bold, italic, etc. buttons) 2017-11-27 20:58:02 +01:00
MDFunctions.py Purging some remaining t2tfiles 2016-03-30 11:36:25 +02:00
tabSplitter.py Fix typos in code comments, invisible to end-users. 2018-01-29 10:30:41 -07:00
tabSplitter_ui.py Removes most of hard-coded colors 2017-11-14 14:56:11 +01:00
tabSplitter_ui.ui Can split views 2016-04-10 19:58:49 +02:00
textFormat.py Changes every Enum to IntEnum 2017-11-15 21:05:48 +01:00
textFormat_ui.py Some more tweaks 2016-04-08 20:16:35 +02:00
textFormat_ui.ui Renaming source folder 2016-02-06 08:38:33 +01:00
themes.py Set editor theme stylesheet to QTextEdit only. 2019-02-25 11:15:16 -07:00