From: Robin Dunn Date: Wed, 18 May 2005 02:32:05 +0000 (+0000) Subject: Added some test code (commented out) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7343610edc22248d4bf5346d14ee594aaa9dcc37 Added some test code (commented out) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/StyledTextCtrl_1.py b/wxPython/demo/StyledTextCtrl_1.py index 552aa39502..d1db6228d0 100644 --- a/wxPython/demo/StyledTextCtrl_1.py +++ b/wxPython/demo/StyledTextCtrl_1.py @@ -50,7 +50,7 @@ else: face1 = 'Helvetica' face2 = 'Times' face3 = 'Courier' - pb = 10 + pb = 12 #---------------------------------------------------------------------- @@ -177,6 +177,12 @@ def runTest(frame, nb, log): #ed.SetUseAntiAliasing(False) #ed.SetViewEOL(True) + #ed.CmdKeyClear(stc.STC_KEY_BACK, + # stc.STC_SCMOD_CTRL) + #ed.CmdKeyAssign(stc.STC_KEY_BACK, + # stc.STC_SCMOD_CTRL, + # stc.STC_CMD_DELWORDLEFT) + ed.SetText(demoText) if wx.USE_UNICODE: