346:877cac2e8d94 | 347:b5048b5ff454 |
---|---|
239 <dd> | 239 <dd> |
240 id of the client to be checked | 240 id of the client to be checked |
241 </dd> | 241 </dd> |
242 </dl> | 242 </dl> |
243 <dl> | 243 <dl> |
244 <dt>Returns:</dt> | 244 <dt>Return:</dt> |
245 <dd> | 245 <dd> |
246 flag indicating an active client | 246 flag indicating an active client |
247 </dd> | 247 </dd> |
248 </dl> | 248 </dl> |
249 <dl> | 249 <dl> |
287 <dd> | 287 <dd> |
288 reference to the editor to determine the ID string for | 288 reference to the editor to determine the ID string for |
289 </dd> | 289 </dd> |
290 </dl> | 290 </dl> |
291 <dl> | 291 <dl> |
292 <dt>Returns:</dt> | 292 <dt>Return:</dt> |
293 <dd> | 293 <dd> |
294 ID string | 294 ID string |
295 </dd> | 295 </dd> |
296 </dl> | 296 </dl> |
297 <dl> | 297 <dl> |
307 <p> | 307 <p> |
308 Private method to determine the interpreter for the current project and | 308 Private method to determine the interpreter for the current project and |
309 the environment to run it. | 309 the environment to run it. |
310 </p> | 310 </p> |
311 <dl> | 311 <dl> |
312 <dt>Returns:</dt> | 312 <dt>Return:</dt> |
313 <dd> | 313 <dd> |
314 tuple containing the interpreter of the current project and the | 314 tuple containing the interpreter of the current project and the |
315 environment variables | 315 environment variables |
316 </dd> | 316 </dd> |
317 </dl> | 317 </dl> |
397 <dd> | 397 <dd> |
398 id for which to get the configuration file | 398 id for which to get the configuration file |
399 </dd> | 399 </dd> |
400 </dl> | 400 </dl> |
401 <dl> | 401 <dl> |
402 <dt>Returns:</dt> | 402 <dt>Return:</dt> |
403 <dd> | 403 <dd> |
404 name of the rope configuration file | 404 name of the rope configuration file |
405 </dd> | 405 </dd> |
406 </dl> | 406 </dl> |
407 <dl> | 407 <dl> |
447 dictionary with environment variables to run the | 447 dictionary with environment variables to run the |
448 interpreter with | 448 interpreter with |
449 </dd> | 449 </dd> |
450 </dl> | 450 </dl> |
451 <dl> | 451 <dl> |
452 <dt>Returns:</dt> | 452 <dt>Return:</dt> |
453 <dd> | 453 <dd> |
454 flag indicating a successful start of the client | 454 flag indicating a successful start of the client |
455 </dd> | 455 </dd> |
456 </dl> | 456 </dl> |
457 <dl> | 457 <dl> |
516 <dd> | 516 <dd> |
517 minimum number of commas contained in the calltip | 517 minimum number of commas contained in the calltip |
518 </dd> | 518 </dd> |
519 </dl> | 519 </dl> |
520 <dl> | 520 <dl> |
521 <dt>Returns:</dt> | 521 <dt>Return:</dt> |
522 <dd> | 522 <dd> |
523 list of possible calltips | 523 list of possible calltips |
524 </dd> | 524 </dd> |
525 </dl> | 525 </dl> |
526 <dl> | 526 <dl> |
549 <dd> | 549 <dd> |
550 flag indicating to autocomplete a context | 550 flag indicating to autocomplete a context |
551 </dd> | 551 </dd> |
552 </dl> | 552 </dl> |
553 <dl> | 553 <dl> |
554 <dt>Returns:</dt> | 554 <dt>Return:</dt> |
555 <dd> | 555 <dd> |
556 list of possible completions | 556 list of possible completions |
557 </dd> | 557 </dd> |
558 </dl> | 558 </dl> |
559 <dl> | 559 <dl> |
618 <dd> | 618 <dd> |
619 editor programming language to check | 619 editor programming language to check |
620 </dd> | 620 </dd> |
621 </dl> | 621 </dl> |
622 <dl> | 622 <dl> |
623 <dt>Returns:</dt> | 623 <dt>Return:</dt> |
624 <dd> | 624 <dd> |
625 flag indicating the support status | 625 flag indicating the support status |
626 </dd> | 626 </dd> |
627 </dl> | 627 </dl> |
628 <dl> | 628 <dl> |