Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
18dc91a1
Commit
18dc91a1
authored
Aug 08, 2022
by
Waqar Ahmed
Browse files
Disable KRecentDocument:add
It's too slow, not ready for production usage
parent
2b83b782
Pipeline
#215146
passed with stage
in 30 minutes and 37 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
apps/lib/katemainwindow.cpp
View file @
18dc91a1
...
...
@@ -1416,6 +1416,8 @@ void KateMainWindow::addRecentOpenedFile(const QUrl &url)
// to our local list, aka menu
m_fileOpenRecent
->
addUrl
(
url
);
/** FIXME Disabled because this can be too slow 100ms/doc sometimes,
renable when it is 0/ms again*/
// to the global "Recent Document Menu", see bug 420504
KRecentDocument
::
add
(
url
);
//
KRecentDocument::add(url);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment