Skip to content

Manuskript response slow with recent addition of focus mode #261

Closed
@gedakc

Description

@gedakc

Recently I updated my develop branch of manuskript.

While working on my document I immediately noticed that the recent update made manuskript much slower to respond to my keystokes and navigating in the editor.

I have included the git update command to help in identifying the change that caused the slowdown.

$ git pull upstream develop
From git://github.com/olivierkes/manuskript
 * branch            develop    -> FETCH_HEAD
Updating 9c63530..5e2ac47
Fast-forward
 manuskript/mainWindow.py                          | 53 ++++++------------
 manuskript/settings.py                            |  2 +
 manuskript/settingsWindow.py                      |  9 +++
 manuskript/ui/highlighters/markdownHighlighter.py | 67 ++++++++++++++++++++++-
 manuskript/ui/settings_ui.py                      | 32 ++++++++++-
 manuskript/ui/settings_ui.ui                      | 42 +++++++++++++-
 manuskript/ui/views/MDEditCompleter.py            |  1 +
 manuskript/ui/views/MDEditView.py                 |  6 +-
 manuskript/ui/views/corkDelegate.py               |  8 +--
 manuskript/ui/views/textEditView.py               |  6 +
 $

If you need more information then let me know.

EDIT I just confirmed that manuskript operation used to be very responsive by reverting to my prior develop branch version with: git checkout -b olddev 9c63530

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions