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

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
142 <dd> 142 <dd>
143 current position within line (integer) 143 current position within line (integer)
144 </dd> 144 </dd>
145 </dl> 145 </dl>
146 <dl> 146 <dl>
147 <dt>Returns:</dt> 147 <dt>Return:</dt>
148 <dd> 148 <dd>
149 flag indicating, if the cursor is inside a comment (boolean) 149 flag indicating, if the cursor is inside a comment (boolean)
150 </dd> 150 </dd>
151 </dl> 151 </dl>
152 <a NAME="CompleterRuby.__inDoubleQuotedString" ID="CompleterRuby.__inDoubleQuotedString"></a> 152 <a NAME="CompleterRuby.__inDoubleQuotedString" ID="CompleterRuby.__inDoubleQuotedString"></a>
156 <p> 156 <p>
157 Private method to check, if the cursor is within a double quoted 157 Private method to check, if the cursor is within a double quoted
158 string. 158 string.
159 </p> 159 </p>
160 <dl> 160 <dl>
161 <dt>Returns:</dt> 161 <dt>Return:</dt>
162 <dd> 162 <dd>
163 flag indicating, if the cursor is inside a double 163 flag indicating, if the cursor is inside a double
164 quoted string (boolean) 164 quoted string (boolean)
165 </dd> 165 </dd>
166 </dl> 166 </dl>
170 170
171 <p> 171 <p>
172 Private method to check, if the cursor is within a here document. 172 Private method to check, if the cursor is within a here document.
173 </p> 173 </p>
174 <dl> 174 <dl>
175 <dt>Returns:</dt> 175 <dt>Return:</dt>
176 <dd> 176 <dd>
177 flag indicating, if the cursor is inside a here document 177 flag indicating, if the cursor is inside a here document
178 (boolean) 178 (boolean)
179 </dd> 179 </dd>
180 </dl> 180 </dl>
184 184
185 <p> 185 <p>
186 Private method to check, if the cursor is within an inline document. 186 Private method to check, if the cursor is within an inline document.
187 </p> 187 </p>
188 <dl> 188 <dl>
189 <dt>Returns:</dt> 189 <dt>Return:</dt>
190 <dd> 190 <dd>
191 flag indicating, if the cursor is inside an inline document 191 flag indicating, if the cursor is inside an inline document
192 (boolean) 192 (boolean)
193 </dd> 193 </dd>
194 </dl> 194 </dl>
199 <p> 199 <p>
200 Private method to check, if the cursor is within a single quoted 200 Private method to check, if the cursor is within a single quoted
201 string. 201 string.
202 </p> 202 </p>
203 <dl> 203 <dl>
204 <dt>Returns:</dt> 204 <dt>Return:</dt>
205 <dd> 205 <dd>
206 flag indicating, if the cursor is inside a single 206 flag indicating, if the cursor is inside a single
207 quoted string (boolean) 207 quoted string (boolean)
208 </dd> 208 </dd>
209 </dl> 209 </dl>

eric ide

mercurial