Summary: | second window search settings are not restored | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | edA-qa mort-ora-y <eda-qa> |
Component: | search | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kare.sars |
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kate/efb1b383250f032fa85bb655a14530c6b2193bb7 | Version Fixed In: | |
Sentry Crash Report: |
Description
edA-qa mort-ora-y
2013-05-15 02:59:37 UTC
Hmm.. I don't usually use the View->New Window, so I had not noticed this behaviour... I Have to investigate this... I thought I could do something in the plugin, but this is a session config problem. At least for the search plugin, the new window gets readSessionConfig() for the default session in stead of the session of the "parent" MainWindow. The groupPrefix contains an incremented MainWindow number. All this means that we do not get the config of the wanted session. On the closing window front, writeSessionConfig() is not called at all for the second window... I'm not sure how this should be fixed... Git commit efb1b383250f032fa85bb655a14530c6b2193bb7 by Kåre Särs. Committed on 16/07/2013 at 15:26. Pushed by sars into branch 'master'. Fix Session config for plugins in new MainWindows REVIEW: 110731 M +1 -1 kate/app/katemainwindow.cpp M +1 -2 kate/app/katepluginmanager.cpp http://commits.kde.org/kate/efb1b383250f032fa85bb655a14530c6b2193bb7 |