News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Feature request: Option to choose which "Recent projects" we want to get rid of

Started by ToApolytoXaos, August 07, 2014, 07:28:53 PM

Previous topic - Next topic

ToApolytoXaos

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.

stahta01

Quote from: 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.

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.

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

oBFusCATed

Open the Start Here page and press the little icon next to the project/file name.

The max number is 16 or 20...
(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!]

Jenna

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.

stahta01

Quote from: 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...

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

Edit:
From recentitemslist.cpp

m_list = new wxFileHistory(16, m_firstMenuItemID);


Tim S.

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

ToApolytoXaos

Quote from: jens 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.
And now I officially feel like a complete idiot for not noticing the trash bin icon...LOOOOOL! :D

Thanks a million jens!