Added some test code (commented out)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-05-18 02:32:05 +00:00
parent bb8967b96e
commit 7343610edc

View 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: