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

macro

Started by zdubair, December 19, 2015, 09:58:27 PM

Previous topic - Next topic

zdubair

Hello
Is it possbile to make  macros in
code::blocks?

Greetings zdubair.com.se

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

zdubair

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

oBFusCATed

Nope, but we have scripting support using squirrel.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Alpha

Looks like there was some work on it a long time ago: KeyMacs plugin.  Code is very old, so it may need updates to actually compile.

zdubair


Pecan

Quote from: Alpha on December 21, 2015, 04:20:25 AM
Looks like there was some work on it a long time ago: 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.

MortenMacFly

Quote from: Pecan on December 21, 2015, 06:13:32 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]