dockwidget session save
Bernd Gehrmann
bernd at physik.hu-berlin.de
Wed Jan 3 13:39:48 UTC 2001
On Tue, 2 Jan 2001, Ivan Hawkes wrote:
> There's another problem. It doesn't remember the list of projects you are
> working on until after you have loaded one. I've had to load mine about a
> thousand times in the last few days and am dying for a menu item that
> remembers which ones I last worked on.
It's just a matter of putting some stuff like
KAction *a = actionCollection()->action("project_open_recent"));
KRecentFilesAction *rfa = static_cast<KRecentFilesAction*>(action);
action->saveEntries(KGlobal::config());
and
action->loadEntries(KGlobal::config());
in suitable places.
Bernd.
-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop-devel
mailing list