Corrected a source docu typo.

Wed, 31 Dec 2014 13:39:06 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 31 Dec 2014 13:39:06 +0100
changeset 4020
ea66934c7d74
parent 4018
7d7c5fca9f21
child 4021
195a471c327b

Corrected a source docu typo.

Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html file | annotate | diff | comparison | revisions
QScintilla/QsciScintillaCompat.py file | annotate | diff | comparison | revisions
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html	Wed Dec 31 13:02:08 2014 +0100
+++ b/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html	Wed Dec 31 13:39:06 2014 +0100
@@ -317,7 +317,7 @@
 <td>Public method to set the current indicator.</td>
 </tr><tr>
 <td><a href="#QsciScintillaCompat.setCursorFlashTime">setCursorFlashTime</a></td>
-<td>Public method to get the flash (blink) time of the cursor in milliseconds.</td>
+<td>Public method to set the flash (blink) time of the cursor in milliseconds.</td>
 </tr><tr>
 <td><a href="#QsciScintillaCompat.setEolModeByEolString">setEolModeByEolString</a></td>
 <td>Public method to set the eol mode given the eol string.</td>
@@ -1342,7 +1342,7 @@
 <h4>QsciScintillaCompat.setCursorFlashTime</h4>
 <b>setCursorFlashTime</b>(<i>time</i>)
 <p>
-        Public method to get the flash (blink) time of the cursor in
+        Public method to set the flash (blink) time of the cursor in
         milliseconds.
 </p><p>
         The flash time is the time required to display, invert and restore the
--- a/QScintilla/QsciScintillaCompat.py	Wed Dec 31 13:02:08 2014 +0100
+++ b/QScintilla/QsciScintillaCompat.py	Wed Dec 31 13:39:06 2014 +0100
@@ -714,7 +714,7 @@
     
     def setCursorFlashTime(self, time):
         """
-        Public method to get the flash (blink) time of the cursor in
+        Public method to set the flash (blink) time of the cursor in
         milliseconds.
         
         The flash time is the time required to display, invert and restore the

eric ide

mercurial