eric6/Documentation/Source/eric6.Project.QuickFindFileDialog.html

changeset 7989
a21d673a8f99
parent 7273
391d6b7b1eff
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
173 173
174 <p> 174 <p>
175 Private method to generate a set of locations that can be searched. 175 Private method to generate a set of locations that can be searched.
176 </p> 176 </p>
177 <dl> 177 <dl>
178 <dt>Returns:</dt> 178 <dt>Yield:</dt>
179 <dd> 179 <dd>
180 yields set of files in our project... 180 set of files in our project
181 </dd> 181 </dd>
182 </dl> 182 </dl>
183 <dl> 183 <dl>
184 <dt>Return Type:</dt> 184 <dt>Yield Type:</dt>
185 <dd> 185 <dd>
186 str 186 str
187 </dd> 187 </dd>
188 </dl> 188 </dl>
189 <a NAME="QuickFindFileDialog.__openFile" ID="QuickFindFileDialog.__openFile"></a> 189 <a NAME="QuickFindFileDialog.__openFile" ID="QuickFindFileDialog.__openFile"></a>
203 <dd> 203 <dd>
204 item to be opened 204 item to be opened
205 </dd> 205 </dd>
206 </dl> 206 </dl>
207 <dl> 207 <dl>
208 <dt>Returns:</dt> 208 <dt>Return:</dt>
209 <dd> 209 <dd>
210 flag indicating a file was opened 210 flag indicating a file was opened
211 </dd> 211 </dd>
212 </dl> 212 </dl>
213 <dl> 213 <dl>
240 <dd> 240 <dd>
241 search term to be searched for 241 search term to be searched for
242 </dd> 242 </dd>
243 </dl> 243 </dl>
244 <dl> 244 <dl>
245 <dt>Returns:</dt> 245 <dt>Return:</dt>
246 <dd> 246 <dd>
247 sorted subset of items which match searchTerm in 247 sorted subset of items which match searchTerm in
248 relevance order (i.e. the most likely match first) 248 relevance order (i.e. the most likely match first)
249 </dd> 249 </dd>
250 </dl> 250 </dl>
271 <dd> 271 <dd>
272 event to handle 272 event to handle
273 </dd> 273 </dd>
274 </dl> 274 </dl>
275 <dl> 275 <dl>
276 <dt>Returns:</dt> 276 <dt>Return:</dt>
277 <dd> 277 <dd>
278 flag indicating that the event was handled 278 flag indicating that the event was handled
279 </dd> 279 </dd>
280 </dl> 280 </dl>
281 <dl> 281 <dl>

eric ide

mercurial