Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Rasoul on February 20, 2013, 05:17:15 pm
-
Hi there,
I have a problem with setting CB to open the last files that I was working with, at start up. Let's assume that I am working with 12 opened files, I want to leave the work for later so I close CB (without closing the files), I expect that the next time I run CB, it automatically load and open the last working files, but it doesn't do this and I have to reopen them one by one. I tried to find a way by looking at Settings menu, but I couldn't figure out.
OS: Ubuntu 11.10, 32-bit
CB version: SVN 7932
-
See Settings|Environment|General Settings, and then the "On project load" radio buttons.
-
See Settings|Environment|General Settings, and then the "On project load" radio buttons.
The files are not part of a CB created project! They are just 12 CPP files that I open with CB to edit. For this, there seems to be no settings or I'm missing something here.
-
Code:;Blocks, like most modern IDEs, is project-oriented. If you don't use projects, many features won't be available to you.