Hello,
Adding an ampersand '&' to a menu item label "&New" means that the ampersand is converted to "amp;" both in the editor and preview and added to generated code.
Label "&New"
wxCrafter.cpp "&New"
which also means that the program attempts to respond to "a" as a shortcut for all menu items.
regards
Malcolm
wxCrafter Menu accelerators [BUG]
-
- CodeLite Curious
- Posts: 5
- Joined: Thu Sep 06, 2012 11:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: wxCrafter Menu accelerators [BUG]
Fixed in BETA 0.2
Eran
Eran
Make sure you have read the HOW TO POST thread