]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxStyledTextCtrl_2.py
wxPython updates for new wxSTC
[wxWidgets.git] / wxPython / demo / wxStyledTextCtrl_2.py
index a06337b36136635e8d62d1b03b8be0e54ef87b6d..2b102cc294871cac09d11ce1cf7229995377611c 100644 (file)
@@ -145,7 +145,7 @@ class PythonSTC(wxStyledTextCtrl):
                 kw.append("this_is_a_longer_value")
                 kw.append("this_is_a_much_much_much_much_much_much_much_longer_value")
 
-                kw.reverse()
+                #kw.sort()
 
                 self.AutoCompSetIgnoreCase(true)
                 self.AutoCompShow(0, string.join(kw))