Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: k1mgy on November 23, 2005, 03:17:26 am

Title: Modifying menu shortcuts
Post by: k1mgy on November 23, 2005, 03:17:26 am
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?

Title: Re: Modifying menu shortcuts
Post by: Ceniza on November 23, 2005, 03:34:18 am
It's currently implemented in CVS :)
Title: Re: Modifying menu shortcuts
Post by: k1mgy on November 23, 2005, 03:44:57 am
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?
Title: Re: Modifying menu shortcuts
Post by: MortenMacFly on November 23, 2005, 07:51:20 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.
Title: Re: Modifying menu shortcuts
Post by: Ceniza on November 23, 2005, 08:50:03 am
Just click my signature for CVS binary snapshots :)