News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Key Macros plugin

Started by Pecan, December 11, 2006, 03:37:46 PM

Previous topic - Next topic

stahta01

Quote from: arst on January 24, 2007, 05:26:25 PM

//  MSWrunmacro.cpp
// ----------------------------------------------------------------------------
// RCS-ID: $Id: MSWrunmacro.cpp 15 2007-01-14 05:32:30Z Pecan $


I suggest downloading the newest version and see if you see have problems.
Tim S


// ----------------------------------------------------------------------------
//  MSWrunmacro.cpp
// ----------------------------------------------------------------------------
// RCS-ID: $Id: MSWrunmacro.cpp 19 2007-01-26 02:23:50Z Pecan $
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]

Mad Scientist

I found what was causing the extra tabs was the Smart Indent option. Turned it off and the macro worked fine. And the key combo I was using is Alt - [. The oddest thing about it though was that it only added on tab every 4th line so if you removed all the spaces(with replace) it looked like this:{
{
{
{
        {
        {
        {
                {
                {
                {

                }
                }
                }
        }
        }
        }
}
}
}
}

Pecan

Quote from: Mad Scientist on March 04, 2007, 10:50:01 AM
I found what was causing the extra tabs was the Smart Indent option. Turned it off and the macro worked fine.

Thanks for finding that. It helps the rest of us.

Pecan

@mandrav

I have never received a reply from this PM on Jan 31, 2007

Quote from: Pecan on January 31, 2007, 07:24:52 PM
Could we include KeyMacs in the contribs?

It works for both MSW and GTK. The contribs seems to be the only way to get more users and feedback for any bugs and suggestions.

KeyMacs seems pretty soldid to me. I've been using it for about 2-3 weeks now.

thanks
pecan

Reference:
http://wiki.codeblocks.org/index.php?title=KeyMacs_plugin
http://forums.next.codeblocks.org/index.php?topic=4681.0


What can I do to help get this closer to a contrib

pecan

LonelySTar

Hi,

This plugin looks exactly like what I am looking for.
Unfortantly the latest release seems to be not available anymore.

How can I get it?
Thanks!
Nathan

eddyq

I tried this. On Fedora 16. But when I try to open KeyMacs-unix.cbp with Code::Blocks 10.05 I get a message saying "The project file does not exist". Then I notice that the size of every file in the Code::Blocks open dialog is 0 bytes. So I went to Terminal and did "ls -la KeyMacs-unix.cbp" and it shows that it is 2553 bytes.

Does anyone know what may be going on?

Jenna

Quote from: eddyq on November 17, 2012, 12:37:43 AM
I tried this. On Fedora 16. But when I try to open KeyMacs-unix.cbp with Code::Blocks 10.05 I get a message saying "The project file does not exist". Then I notice that the size of every file in the Code::Blocks open dialog is 0 bytes. So I went to Terminal and did "ls -la KeyMacs-unix.cbp" and it shows that it is 2553 bytes.

Does anyone know what may be going on?
Code::Blocks uses wxWidgets, so it could be abug there, but I never mentioned it, when I was on fc16.
Are you sure you use the same folder ?
What about access--rights of the C::B user (if it is different to your console user).
Is the project on a special device ?