Upgraded to version 1.39 of Scintilla, and upated wxStyledTextCtrl
accordingly. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -182,6 +182,7 @@ def runTest(frame, nb, log):
|
||||
print "GetSelectedText(): ", repr(ed.GetSelectedText())
|
||||
print "GetTextRange(25, 35): ", repr(ed.GetTextRange(25, 35))
|
||||
|
||||
|
||||
ed.GotoPos(0)
|
||||
|
||||
return p
|
||||
@@ -193,7 +194,7 @@ def runTest(frame, nb, log):
|
||||
|
||||
overview = """\
|
||||
<html><body>
|
||||
Once again, no docs yet. <b>Sorry.</b> But <a href="data/stc.h">this</a>
|
||||
Once again, no docs yet. <b>Sorry.</b> But <a href="data/stc.h.html">this</a>
|
||||
and <a href="http://www.scintilla.org/ScintillaDoc.html">this</a> should
|
||||
be helpful.
|
||||
</body><html>
|
||||
|
Reference in New Issue
Block a user