Documentation/Source/eric5.QScintilla.Editor.html

changeset 832
eb5ff61f927b
parent 812
240adf04a50e
child 915
c1e052773c08
child 1278
fb0460fd00b9
--- a/Documentation/Source/eric5.QScintilla.Editor.html	Sun Jan 09 14:25:16 2011 +0100
+++ b/Documentation/Source/eric5.QScintilla.Editor.html	Sun Jan 09 18:16:46 2011 +0100
@@ -2602,13 +2602,16 @@
 </dd>
 </dl><a NAME="Editor.gotoLine" ID="Editor.gotoLine"></a>
 <h4>Editor.gotoLine</h4>
-<b>gotoLine</b>(<i>line</i>)
+<b>gotoLine</b>(<i>line, pos = 1</i>)
 <p>
         Public slot to jump to the beginning of a line.
 </p><dl>
 <dt><i>line</i></dt>
 <dd>
 line number to go to (integer)
+</dd><dt><i>pos=</i></dt>
+<dd>
+position in line to go to (integer)
 </dd>
 </dl><a NAME="Editor.gotoSyntaxError" ID="Editor.gotoSyntaxError"></a>
 <h4>Editor.gotoSyntaxError</h4>
@@ -3211,11 +3214,13 @@
 <b>toggleFlakesWarning</b>(<i>line, warning, msg = ""</i>)
 <p>
         Public method to toggle a flakes warning indicator.
+</p><p>
+        Note: This method is used to set PEP 8 warnings as well.
 </p><dl>
 <dt><i>line</i></dt>
 <dd>
 line number of the flakes warning
-</dd><dt><i>erwarningror</i></dt>
+</dd><dt><i>warning</i></dt>
 <dd>
 flag indicating if the warning marker should be
             set or deleted (boolean)

eric ide

mercurial