Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mariusm on February 24, 2023, 11:07:03 am

Title: Delete objects when I close the program
Post by: mariusm on February 24, 2023, 11:07:03 am
Can I make a script to delete objects when I close the C::B?
Title: Re: Delete objects when I close the program
Post by: BlueHazzard on February 24, 2023, 05:51:23 pm
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
Title: Re: Delete objects when I close the program
Post by: mariusm on February 25, 2023, 09:05:13 am
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.
Title: Re: Delete objects when I close the program
Post by: mariusm on March 03, 2023, 12:45:33 pm
I see lot of functions mising from scripting docs. For example: OnMenuClicked(), GetMenu(), GetModuleMenu()

Can I see somewhere complete docs?