Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ToApolytoXaos on August 07, 2014, 07:28:53 pm

Title: Feature request: Option to choose which "Recent projects" we want to get rid of
Post by: ToApolytoXaos on August 07, 2014, 07:28:53 pm
The title says it all; I often open old projects I don't need and I would like to get rid of them off my "Recent projects" list.

Is it plausible?

Cheers.
Title: Re: Feature request: Option to choose which "Recent projects" we want to get rid of
Post by: stahta01 on August 07, 2014, 07:53:03 pm
The title says it all; I often open old projects I don't need and I would like to get rid of them off my "Recent projects" list.

Is it plausible?

Cheers.

The list is made from the workspaces and projects that are saved/saved as.

I find it easiest to open the projects I want to keep and then do a delete history.
Then, I save as the open projects.

I would like an option to delete all project from the list while keeping the workspaces in the list.
Your requested option to edit the list would also be good.

Edit: Is there a max number of entries on the history list? If not, maybe adding a max would be good.

Tim S.

Title: Re: Feature request: Option to choose which "Recent projects" we want to get rid of
Post by: oBFusCATed on August 07, 2014, 08:16:30 pm
Open the Start Here page and press the little icon next to the project/file name.

The max number is 16 or 20...
Title: Re: Feature request: Option to choose which "Recent projects" we want to get rid of
Post by: Jenna on August 07, 2014, 08:20:02 pm
The easiest way to delete some projects from history is to click on the little trash-bin on the starthere-page next to the appropriate project (or file).
unfortunately yoiu can only delete one project (or file) at a time with this method.
Title: Re: Feature request: Option to choose which "Recent projects" we want to get rid of
Post by: stahta01 on August 07, 2014, 08:25:35 pm
Open the Start Here page and press the little icon next to the project/file name.

The max number is 16 or 20...

Thank you, it is likely 16 for the max since I have one at 16 right now.

Edit:
From recentitemslist.cpp
Code
m_list = new wxFileHistory(16, m_firstMenuItemID);

Tim S.

Title: Re: Feature request: Option to choose which "Recent projects" we want to get rid of
Post by: ToApolytoXaos on August 07, 2014, 08:29:25 pm
The easiest way to delete some projects from history is to click on the little trash-bin on the starthere-page next to the appropriate project (or file).
unfortunately yoiu can only delete one project (or file) at a time with this method.
And now I officially feel like a complete idiot for not noticing the trash bin icon...LOOOOOL! :D

Thanks a million jens!