After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 764359 - Recent File list allows only 2 entries
Recent File list allows only 2 entries
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: doxywizard
1.8.11
Other Windows
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2016-03-30 11:05 UTC by kotyczka
Modified: 2016-09-05 13:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description kotyczka 2016-03-30 11:05:54 UTC
When I open several configuration files - one after the other - this happens

open file Doxy1 -> file Doxy1 appears in recent file list
open file Doxy2 -> file Doxy3 appears in recent file list
open file Doxy3 -> file Doxy3 appears in recent file list

everything is OK, in regedit I see:

REGEDIT4

[HKEY_CURRENT_USER\Software\Doxygen.org\Doxywizard\recent]
"config0"="D:/3/Doxy3"
"config1"="D:/2/Doxy2"
"config2"="D:/1/Doxy1

Next I close Doxygen, still in the registry all 3 files are listed.
When reopening the Doxygen GUI one entry is gone:

REGEDIT4

[HKEY_CURRENT_USER\Software\Doxygen.org\Doxywizard\recent]
"config0"="D:/1/Doxy1"
"config1"="D:/3/Doxy3"
"config2"=""

And the entries are sorted in a strange manner.
I don't see any option to modify how many entries are
allowed in the recent file list.

I consider this a bug affecting user satisfaction.
Comment 1 albert 2016-03-31 17:37:48 UTC
I've just pushed a proposed patch to github (pull request 642)
Comment 2 Dimitri van Heesch 2016-04-02 12:36:32 UTC
Thanks, I've merged the pull request
Comment 3 Dimitri van Heesch 2016-09-05 13:45:19 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.12. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information 
that you think can be relevant (preferably in the form of a self-contained example).