Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: J. on October 19, 2018, 04:59:26 pm

Title: [CB GUI] where to change the number of recent projets?
Post by: J. on October 19, 2018, 04:59:26 pm
Hi,

is there any way to change (namely increase) the number of recent projects. AFAIK the list is saved in the .conf file and thus fed into the GUI. However, I am not aware of any option setting after wading through the various dialogues.

Any help appreciated!
Title: Re: [CB GUI] where to change the number of recent projets?
Post by: oBFusCATed on October 19, 2018, 06:32:47 pm
Probably you could increase it in this function: RecentItemsList::Initialize...
But make sure to add more ids next to wxID_CBFILE32...
Title: Re: [CB GUI] where to change the number of recent projets?
Post by: J. on October 20, 2018, 09:29:16 am
Ok, many thanks. So it seems not so easy to set it somewhere in the GUI. ... just filed a feature request so that it won't get lost: https://sourceforge.net/p/codeblocks/tickets/756.