wxCrafter Menu accelerators [BUG]

Post here wxCrafter related issues / features / bugs
mnealon
CodeLite Curious
Posts: 5
Joined: Thu Sep 06, 2012 11:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

wxCrafter Menu accelerators [BUG]

Post by mnealon »

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
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: wxCrafter Menu accelerators [BUG]

Post by eranif »

Fixed in BETA 0.2

Eran
Make sure you have read the HOW TO POST thread
Post Reply