Author Topic: Codeblocks Startup  (Read 3410 times)

Offline gitalafif

  • Single posting newcomer
  • *
  • Posts: 2
Codeblocks Startup
« on: November 13, 2018, 12:49:18 pm »
I am new to Programming and Codeblocks. I have recently started learning c language. My problem is that when i am working with codeblocks i have some c files opened like tabs of a browser. And i just want to know that is there any way to get that tabs open like a browser do on codeblocks startup?
Thanks in Advance. :)
« Last Edit: November 13, 2018, 12:55:41 pm by gitalafif »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Codeblocks Startup
« Reply #1 on: November 13, 2018, 12:59:17 pm »
Only if you have a project and the files are part of the project. If you don't have a project or the file is not part of the project we don't remember it in the open file list.
(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!]

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1563
Re: Codeblocks Startup
« Reply #2 on: November 13, 2018, 01:01:11 pm »
In Settings -> Environment -> General settings select "Open default workspace" and "Open last open files". You need a project for this to work.

Offline gitalafif

  • Single posting newcomer
  • *
  • Posts: 2
Re: Codeblocks Startup
« Reply #3 on: November 13, 2018, 01:30:02 pm »
A project is for building one program and that is working with some files(i think).
But i want different c files opened like last tabs at startup. Is it possible?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Codeblocks Startup
« Reply #4 on: November 13, 2018, 05:26:15 pm »
Nope.
(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!]