GNOME Bugzilla – Bug 646123
pythonoutline unnecesarily recomputes outline of unmodified documents
Last modified: 2019-03-23 20:34:04 UTC
pythonoutline unnecesarily recomputes outline of unmodified documents, which is a waste of time. In big documents, this may cause a lag of a few seconds upon switching tabs. I propose to replace line 228 of pythonoutline.py: if document: by if document and document.get_modified():
That looks like a third party plugin. We don't support it, if you want it fixed you would have to contact the author or modify it yourself. Thanks for reporting it anyway.