QScintilla/SearchReplaceWidget.py

changeset 2965
d133c7edd88a
parent 2689
dc0b8301523d
child 3011
18292228c724
--- a/QScintilla/SearchReplaceWidget.py	Sun Sep 29 15:54:10 2013 +0200
+++ b/QScintilla/SearchReplaceWidget.py	Sun Sep 29 18:22:08 2013 +0200
@@ -174,6 +174,8 @@
     def on_findtextCombo_editTextChanged(self, txt):
         """
         Private slot to enable/disable the find buttons.
+        
+        @param txt text of the find text combo (string)
         """
         if not txt:
             self.ui.findNextButton.setEnabled(False)

eric ide

mercurial