Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Rasoul on February 20, 2013, 05:17:15 pm

Title: How to configure CB to open last files at start up time?
Post 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
Title: Re: How to configure CB to open last files at start up time?
Post by: zabzonk on February 20, 2013, 05:36:08 pm
See Settings|Environment|General Settings, and then the "On project load" radio buttons.
Title: Re: How to configure CB to open last files at start up time?
Post by: Rasoul on February 20, 2013, 05:46:40 pm
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.
Title: Re: How to configure CB to open last files at start up time?
Post by: zabzonk on February 20, 2013, 05:55:40 pm
Code:;Blocks, like most modern IDEs, is project-oriented. If you don't use projects, many features won't be available to you.