119 </dd> |
119 </dd> |
120 </dl><a NAME="CompleterRuby.__inDoubleQuotedString" ID="CompleterRuby.__inDoubleQuotedString"></a> |
120 </dl><a NAME="CompleterRuby.__inDoubleQuotedString" ID="CompleterRuby.__inDoubleQuotedString"></a> |
121 <h4>CompleterRuby.__inDoubleQuotedString</h4> |
121 <h4>CompleterRuby.__inDoubleQuotedString</h4> |
122 <b>__inDoubleQuotedString</b>(<i></i>) |
122 <b>__inDoubleQuotedString</b>(<i></i>) |
123 <p> |
123 <p> |
124 Private method to check, if the cursor is within a double quoted string. |
124 Private method to check, if the cursor is within a double quoted |
|
125 string. |
125 </p><dl> |
126 </p><dl> |
126 <dt>Returns:</dt> |
127 <dt>Returns:</dt> |
127 <dd> |
128 <dd> |
128 flag indicating, if the cursor is inside a double |
129 flag indicating, if the cursor is inside a double |
129 quoted string (boolean) |
130 quoted string (boolean) |
134 <p> |
135 <p> |
135 Private method to check, if the cursor is within a here document. |
136 Private method to check, if the cursor is within a here document. |
136 </p><dl> |
137 </p><dl> |
137 <dt>Returns:</dt> |
138 <dt>Returns:</dt> |
138 <dd> |
139 <dd> |
139 flag indicating, if the cursor is inside a here document (boolean) |
140 flag indicating, if the cursor is inside a here document |
|
141 (boolean) |
140 </dd> |
142 </dd> |
141 </dl><a NAME="CompleterRuby.__inInlineDocument" ID="CompleterRuby.__inInlineDocument"></a> |
143 </dl><a NAME="CompleterRuby.__inInlineDocument" ID="CompleterRuby.__inInlineDocument"></a> |
142 <h4>CompleterRuby.__inInlineDocument</h4> |
144 <h4>CompleterRuby.__inInlineDocument</h4> |
143 <b>__inInlineDocument</b>(<i></i>) |
145 <b>__inInlineDocument</b>(<i></i>) |
144 <p> |
146 <p> |
145 Private method to check, if the cursor is within an inline document. |
147 Private method to check, if the cursor is within an inline document. |
146 </p><dl> |
148 </p><dl> |
147 <dt>Returns:</dt> |
149 <dt>Returns:</dt> |
148 <dd> |
150 <dd> |
149 flag indicating, if the cursor is inside an inline document (boolean) |
151 flag indicating, if the cursor is inside an inline document |
|
152 (boolean) |
150 </dd> |
153 </dd> |
151 </dl><a NAME="CompleterRuby.__inSingleQuotedString" ID="CompleterRuby.__inSingleQuotedString"></a> |
154 </dl><a NAME="CompleterRuby.__inSingleQuotedString" ID="CompleterRuby.__inSingleQuotedString"></a> |
152 <h4>CompleterRuby.__inSingleQuotedString</h4> |
155 <h4>CompleterRuby.__inSingleQuotedString</h4> |
153 <b>__inSingleQuotedString</b>(<i></i>) |
156 <b>__inSingleQuotedString</b>(<i></i>) |
154 <p> |
157 <p> |
155 Private method to check, if the cursor is within a single quoted string. |
158 Private method to check, if the cursor is within a single quoted |
|
159 string. |
156 </p><dl> |
160 </p><dl> |
157 <dt>Returns:</dt> |
161 <dt>Returns:</dt> |
158 <dd> |
162 <dd> |
159 flag indicating, if the cursor is inside a single |
163 flag indicating, if the cursor is inside a single |
160 quoted string (boolean) |
164 quoted string (boolean) |