Closed
Description
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