Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Key Macros plugin
arst:
Hello again,
I had a break from the forum. Anyway, I have a swedish keyboard and
the " character (I call it quote) is located at Shift-2. And @ at the same
place (Alt qualified). I only had problems with that particular key.
For Windows headers, it saw the other post, yes WxWidgets includes
Windows.h in WrapWin.h. Maybe that is a much better way to go,
since I had to wrestle around a bit to get it working (when including
directly from MinGw from KeyMacs).
WxW should works with both GCC and MSVC, so it relies on a windows.h
not shipped with it.
On the application level, there is usually no need to worry about this,
since WxW hides most of the platform issue. Ideally.
Well well...
// Arst
Pecan:
KeyMacs is a Code::Blocks plugin providing the user an ability to group sequences of keystokes as a macro (KeyMac). The KeyMac can be executed by either the main Plugin menu, a menu command key, or the context menu.
Update: KeyMacs v 0.3.12
http://savefile.com/files/457081
changes:
--- Code: ---// Commit 0.3.12 2007/01/31 Publish
// 9) Automatically paste keymac to edit window when user double
// clicks on canned {keymac} in help window.
// 10) Re-instated "force mouse back into window" for context menu
// Removed braces from around incorrect help caned keymacs
// Correct some spelling errors in help entry
// 11) Fixed: When another plugin is disabled, menu rebuild is Disconnecting event hooks.
// 12) Fixed: StopRecording event not creating the Scratch macro for playback.
--- End code ---
Help entry (Wiki):
http://wiki.codeblocks.org/index.php?title=KeyMacs_plugin
stahta01:
I will work on getting it to compile with wxWidgets 2.8, and try to do the precomp stuff also.
But, I won't be doing any testing of it, past compile and link.
Tim S
Pecan:
--- Quote from: stahta01 on February 01, 2007, 06:30:15 am ---I will work on getting it to compile with wxWidgets 2.8, and try to do the precomp stuff also.
But, I won't be doing any testing of it, past compile and link.
Tim S
--- End quote ---
Thanks Tim, I really appreciate that.
Pecan:
KeyMacs is a Code::Blocks plugin providing the user an ability to group sequences of keystokes as a macro (KeyMac). The KeyMac can be executed by either the main Plugin menu, a menu command key, or the context menu.
Update: KeyMacs v 0.3.15
http://savefile.com/files/526808
changes:
This .zip contains the KeyMacs.dll and libKeyMacs.so for CodeBlocks nightly build of Feb. 7, 2006
Simply copy the correct library to .../share/codeblocks/plugins/
Then copy KeyMacs.zip to .../share/codeblocks/
--- Code: ---// ----------------------------------------------------------------------------
// Commit 0.3.15 2007/02/8 Publish
// 13) Fixed GTK secondary crash when CB thinks there's no BuildMenu implemented.
// Don't know why menu appears twice after a prior CB crash. But this occurs
// only after a testing or debugging crash.
// 14) Fixed GTK KeyMacs rename crash, and GTK listCtrl focus/selection
// 15) Lost fixed item 0.3.12 above. Fixed it again.
// ----------------------------------------------------------------------------
--- End code ---
Help entry (Wiki):
http://wiki.codeblocks.org/index.php?title=KeyMacs_plugin
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version