[ wxwindows-Patches-1539213 ] wxStyledTextCtrl: numpad navigation

SourceForge.net noreply at sourceforge.net
Sat Aug 12 08:23:44 PDT 2006


Patches item #1539213, was opened at 2006-08-12 17:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1539213&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Contrib -- STC
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: troelsk (troelsk)
Assigned to: Robin Dunn (robind)
Summary: wxStyledTextCtrl: numpad navigation

Initial Comment:
Adding these lines to 
contrib/src/stc/ScintillaWX.cpp/ScintillaWX::DoKeyDown
enables numpad navigation:

case WXK_NUMPAD_DOWN:       key = SCK_DOWN;     break;
case WXK_NUMPAD_UP:         key = SCK_UP;       break;
case WXK_NUMPAD_LEFT:       key = SCK_LEFT;     break;
case WXK_NUMPAD_RIGHT:      key = SCK_RIGHT;    break;


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1539213&group_id=9863




More information about the wx-dev mailing list