Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: zdubair on December 19, 2015, 09:58:27 pm

Title: macro
Post by: zdubair on December 19, 2015, 09:58:27 pm
Hello
Is it possbile to make  macros in
code::blocks?

Greetings zdubair.com.se
Title: Re: macro
Post by: oBFusCATed on December 19, 2015, 10:04:14 pm
Make what?
Title: Re: macro
Post by: zdubair on December 20, 2015, 11:52:39 pm
Well lost of texteditors have a record and play macro function
as a menu item...
just wondering if code::blocks has it....


Greetings zdubair.com.se
Title: Re: macro
Post by: oBFusCATed on December 21, 2015, 02:05:15 am
Nope, but we have scripting support using squirrel.
Title: Re: macro
Post by: Alpha on December 21, 2015, 04:20:25 am
Looks like there was some work on it a long time ago: KeyMacs plugin (http://wiki.codeblocks.org/index.php/KeyMacs_plugin).  Code is very old, so it may need updates to actually compile.
Title: Re: macro
Post by: zdubair on December 21, 2015, 05:03:42 pm
OK  tx   Greetings zdubair.com.se
Title: Re: macro
Post by: Pecan on December 21, 2015, 06:13:32 pm
Looks like there was some work on it a long time ago: KeyMacs plugin (http://wiki.codeblocks.org/index.php/KeyMacs_plugin).  Code is very old, so it may need updates to actually compile.

That plugin used to be on the Google repository. They don't have such a thing anymore and I don't know where else to put it.
Title: Re: macro
Post by: MortenMacFly on December 21, 2015, 07:53:02 pm
That plugin used to be on the Google repository. They don't have such a thing anymore and I don't know where else to put it.
You could add it to the contrib plugins, but not adding it to the build system for them moment (you can do so later).

However, I recall that it was unfortunately also a crash candidate. I did a couple of fixes, but I don't recall if that did it.