News:

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

Main Menu

Recent project file history not saved

Started by spflanze, June 26, 2018, 09:44:03 PM

Previous topic - Next topic

spflanze

When I navigate to :
Project => Recent projects
I do not see any projects I have opened during the previous editing session. This history is not being saved. How is this solved?

My OS is Ubuntu 16.04

BlueHazzard

Are other settings saved?
Operating system? Codeblocks version?

spflanze

Ubuntu 16.04
Code::Blocks 13.12

The checkbox settings at Settings => Compiler => Compiler Settings => Compiler Flags are preserved between Code::Blocks invocations. So it appears that other settings are being saved.

stahta01

IIRC, You need to save-as a project to have it added to the history list. I just save-as with the same name.

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

The behaviour of recent files is strange.
I've not found time to investigate it, but there is something unintuitive or just broken there.

Sometimes files are added to recent files and sometimes they aren't. :(
(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!]

sodev

Quote from: spflanze on June 27, 2018, 05:16:02 PM
Code::Blocks 13.12

Maybe that is the problem? I can't remember having problems with recent PROJECTS not updating in the recent years, i do remember though that very often when i close CodeBlocks it asks me if i want to save my layout changes although i didn't change anything, i always say yes, not sure if that "repairs" my recent projects.

I just checked and indeed recent FILES are very strange, in my case they are very ancient, i haven't touched the files listed there in months and pretty much everything i did touch is missing there.

I'm on current trunk of CodeBlocks on Windows 10 and CentOS 7.5 if that matters.

BlueHazzard

SF Bug report?

Here on windows 7 trunk the project history works like a charm. With the file history i am not sure. It seems that only the last opened files are stored, and not files within a project (for me this is correct behavior...)