Documentation/Source/eric5.QScintilla.TypingCompleters.CompleterPython.html

changeset 2966
f85f686981ad
parent 2387
2d119e79ab54
child 3018
70924c0bdaf1
equal deleted inserted replaced
2965:d133c7edd88a 2966:f85f686981ad
74 </tr><tr> 74 </tr><tr>
75 <td><a href="#CompleterPython.__dedentToIf">__dedentToIf</a></td> 75 <td><a href="#CompleterPython.__dedentToIf">__dedentToIf</a></td>
76 <td>Private method to dedent the last line to the last if statement with less (or equal) indentation.</td> 76 <td>Private method to dedent the last line to the last if statement with less (or equal) indentation.</td>
77 </tr><tr> 77 </tr><tr>
78 <td><a href="#CompleterPython.__inComment">__inComment</a></td> 78 <td><a href="#CompleterPython.__inComment">__inComment</a></td>
79 <td>Private method to check, if the cursor is inside a comment</td> 79 <td>Private method to check, if the cursor is inside a comment.</td>
80 </tr><tr> 80 </tr><tr>
81 <td><a href="#CompleterPython.__inDoubleQuotedString">__inDoubleQuotedString</a></td> 81 <td><a href="#CompleterPython.__inDoubleQuotedString">__inDoubleQuotedString</a></td>
82 <td>Private method to check, if the cursor is within a double quoted string.</td> 82 <td>Private method to check, if the cursor is within a double quoted string.</td>
83 </tr><tr> 83 </tr><tr>
84 <td><a href="#CompleterPython.__inSingleQuotedString">__inSingleQuotedString</a></td> 84 <td><a href="#CompleterPython.__inSingleQuotedString">__inSingleQuotedString</a></td>
160 less (or equal) indentation. 160 less (or equal) indentation.
161 </p><a NAME="CompleterPython.__inComment" ID="CompleterPython.__inComment"></a> 161 </p><a NAME="CompleterPython.__inComment" ID="CompleterPython.__inComment"></a>
162 <h4>CompleterPython.__inComment</h4> 162 <h4>CompleterPython.__inComment</h4>
163 <b>__inComment</b>(<i>line, col</i>) 163 <b>__inComment</b>(<i>line, col</i>)
164 <p> 164 <p>
165 Private method to check, if the cursor is inside a comment 165 Private method to check, if the cursor is inside a comment.
166 </p><dl> 166 </p><dl>
167 <dt><i>line</i></dt> 167 <dt><i>line</i></dt>
168 <dd> 168 <dd>
169 current line (integer) 169 current line (integer)
170 </dd><dt><i>col</i></dt> 170 </dd><dt><i>col</i></dt>

eric ide

mercurial