News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Code::Blocks message upon exiting

Started by PsychadelicGumballMachine, March 25, 2022, 06:47:16 PM

Previous topic - Next topic

PsychadelicGumballMachine

I am new to codeblocks and I see this message when i exit the program:

The perspective 'Code::Blocks default' has changed. Do you want to save it?

What does this mean?  I have always answered no because I am hesitant to change something that would make it not work potentially.

BlueHazzard

The position and size of the frames inside windows are collected in the so called "perspective"
After you changed the size of a window on closing codeblocks asks you to save the changes, so when you open codeblocks the next time the windows are like when you closed it.

You can save and load perspectives with the menu View->Prespective

PsychadelicGumballMachine

Ah, ok.  Thank you for the explanation.