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

changeset 2966
f85f686981ad
parent 2387
2d119e79ab54
child 3018
70924c0bdaf1
equal deleted inserted replaced
2965:d133c7edd88a 2966:f85f686981ad
59 <tr> 59 <tr>
60 <td><a href="#CompleterRuby.__init__">CompleterRuby</a></td> 60 <td><a href="#CompleterRuby.__init__">CompleterRuby</a></td>
61 <td>Constructor</td> 61 <td>Constructor</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#CompleterRuby.__inComment">__inComment</a></td> 63 <td><a href="#CompleterRuby.__inComment">__inComment</a></td>
64 <td>Private method to check, if the cursor is inside a comment</td> 64 <td>Private method to check, if the cursor is inside a comment.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#CompleterRuby.__inDoubleQuotedString">__inDoubleQuotedString</a></td> 66 <td><a href="#CompleterRuby.__inDoubleQuotedString">__inDoubleQuotedString</a></td>
67 <td>Private method to check, if the cursor is within a double quoted string.</td> 67 <td>Private method to check, if the cursor is within a double quoted string.</td>
68 </tr><tr> 68 </tr><tr>
69 <td><a href="#CompleterRuby.__inHereDocument">__inHereDocument</a></td> 69 <td><a href="#CompleterRuby.__inHereDocument">__inHereDocument</a></td>
101 </dd> 101 </dd>
102 </dl><a NAME="CompleterRuby.__inComment" ID="CompleterRuby.__inComment"></a> 102 </dl><a NAME="CompleterRuby.__inComment" ID="CompleterRuby.__inComment"></a>
103 <h4>CompleterRuby.__inComment</h4> 103 <h4>CompleterRuby.__inComment</h4>
104 <b>__inComment</b>(<i>line, col</i>) 104 <b>__inComment</b>(<i>line, col</i>)
105 <p> 105 <p>
106 Private method to check, if the cursor is inside a comment 106 Private method to check, if the cursor is inside a comment.
107 </p><dl> 107 </p><dl>
108 <dt><i>line</i></dt> 108 <dt><i>line</i></dt>
109 <dd> 109 <dd>
110 current line (integer) 110 current line (integer)
111 </dd><dt><i>col</i></dt> 111 </dd><dt><i>col</i></dt>

eric ide

mercurial