News:

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

Main Menu

Delete objects when I close the program

Started by mariusm, February 24, 2023, 11:07:03 AM

Previous topic - Next topic

mariusm

Can I make a script to delete objects when I close the C::B?

BlueHazzard

I don't think that this is possible with scripting...
Maybe it is possible with an external program, like AutoHotkey...

What do you want to do? Maybe it is possible with some workaround

mariusm

#2
I want to delete temporary files made to build, not to remain useless on hard.

I searched the list from https://wiki.codeblocks.org/index.php/Scripting_commands I did not find that it's any action like onclose.

mariusm

I see lot of functions mising from scripting docs. For example: OnMenuClicked(), GetMenu(), GetModuleMenu()

Can I see somewhere complete docs?