News:

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

Main Menu

Stay on the Code::Blocks menu

Started by purpleferns, January 24, 2024, 04:46:02 PM

Previous topic - Next topic

purpleferns

After compiling and running my files, when I close the console it also switches to another window if I have one up. It doesn't close or minimize the Code::Blocks application, it just as if it tabs to that window and moves Code::Blocks to the back. Is there a way to change this behavior?

Pecan

Quote from: purpleferns on January 24, 2024, 04:46:02 PM
After compiling and running my files, when I close the console it also switches to another window if I have one up. It doesn't close or minimize the Code::Blocks application, it just as if it tabs to that window and moves Code::Blocks to the back. Is there a way to change this behavior?

You really need to provide more info. Like version of CodeBlocks, your OS, etc.

But two things I know that can cause this. The foreground window that gets the focus after your program terminates may be set to Always-On-Top, or you're running your OS in Focus-Follows-Mouse mode.

purpleferns

Most recent stable version of Code::Blocks on Windows 11

stahta01

Quote from: purpleferns on January 25, 2024, 04:04:06 PM
Most recent stable version of Code::Blocks on Windows 11

I would consider some of the nightly esp. the recent ones more stable than the last CB release; suggest stating what CB version you are using?
The last release? Nightly CB version?

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]

purpleferns