Author Topic: Modifying menu shortcuts  (Read 4812 times)

Offline k1mgy

  • Multiple posting newcomer
  • *
  • Posts: 64
Modifying menu shortcuts
« 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?


Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Modifying menu shortcuts
« Reply #1 on: November 23, 2005, 03:34:18 am »
It's currently implemented in CVS :)

Offline k1mgy

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: Modifying menu shortcuts
« Reply #2 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?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Modifying menu shortcuts
« Reply #3 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Modifying menu shortcuts
« Reply #4 on: November 23, 2005, 08:50:03 am »
Just click my signature for CVS binary snapshots :)