]> git.saurik.com Git - wxWidgets.git/commitdiff
Added some test code (commented out)
authorRobin Dunn <robin@alldunn.com>
Wed, 18 May 2005 02:32:05 +0000 (02:32 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 18 May 2005 02:32:05 +0000 (02:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/StyledTextCtrl_1.py

index 552aa3950237febc2b9f567d8fb119ef5e9bf7a3..d1db6228d0e233bc33d97d9d93a9015ce7d2feb9 100644 (file)
@@ -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: