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

Modifying menu shortcuts

Started by k1mgy, November 23, 2005, 03:17:26 AM

Previous topic - Next topic

k1mgy

OK, this will seem strange, but it's very difficult to get old programmer's like me to change.  I've used an editor for the past 1,000 years that use ALT-S to bring up a search dialog.  Each editor I use, (DEVC++, MultiEdit, etc) I've been able to configure the hotkey.

Not Code::Blocks.  I can't find a way to make the change.

Is it possible somewhere - some hidden XML?  Or is this a hard coded setting?


Ceniza

It's currently implemented in CVS :)

k1mgy

Is it possible for me to live on the bleeding edge?  Compile and link for Windows? 

I'd actually like to get to that point as I might be able to contribute some work to the project.

I can easily generate it on linux, but unfortunately do all of my editing work on a windows workstation, so need to generate windows binaries.

Any suggestions?

MortenMacFly

Quote from: k1mgy on November 23, 2005, 03:44:57 AM
Any suggestions?
Search through the forum, there are also CVS Windows binary releases somewhere...
Otherwise: It's really not that hard to compile C::B. My first try to compile C::B using the step-by-step instructions from the WiKi took half an hour. I had never used wxWidgets before and it still was a success.

Morten.
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]

Ceniza

Just click my signature for CVS binary snapshots :)