Author Topic: [CB GUI] where to change the number of recent projets?  (Read 2550 times)

Offline J.

  • Multiple posting newcomer
  • *
  • Posts: 47
[CB GUI] where to change the number of recent projets?
« 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!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: [CB GUI] where to change the number of recent projets?
« Reply #1 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...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline J.

  • Multiple posting newcomer
  • *
  • Posts: 47
Re: [CB GUI] where to change the number of recent projets?
« Reply #2 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.