346:877cac2e8d94 | 347:b5048b5ff454 |
---|---|
414 | 414 |
415 <p> | 415 <p> |
416 Private slot to return the contents of rope's default configuration. | 416 Private slot to return the contents of rope's default configuration. |
417 </p> | 417 </p> |
418 <dl> | 418 <dl> |
419 <dt>Returns:</dt> | 419 <dt>Return:</dt> |
420 <dd> | 420 <dd> |
421 string containing the source of rope's default | 421 string containing the source of rope's default |
422 configuration | 422 configuration |
423 </dd> | 423 </dd> |
424 </dl> | 424 </dl> |
540 <dd> | 540 <dd> |
541 index into line for the offset | 541 index into line for the offset |
542 </dd> | 542 </dd> |
543 </dl> | 543 </dl> |
544 <dl> | 544 <dl> |
545 <dt>Returns:</dt> | 545 <dt>Return:</dt> |
546 <dd> | 546 <dd> |
547 rope compliant offset into the file | 547 rope compliant offset into the file |
548 </dd> | 548 </dd> |
549 </dl> | 549 </dl> |
550 <dl> | 550 <dl> |
608 | 608 |
609 <p> | 609 <p> |
610 Private slot to initialize the refactoring menu. | 610 Private slot to initialize the refactoring menu. |
611 </p> | 611 </p> |
612 <dl> | 612 <dl> |
613 <dt>Returns:</dt> | 613 <dt>Return:</dt> |
614 <dd> | 614 <dd> |
615 the menu generated | 615 the menu generated |
616 </dd> | 616 </dd> |
617 </dl> | 617 </dl> |
618 <dl> | 618 <dl> |
851 | 851 |
852 <p> | 852 <p> |
853 Private method to get the name of the rope configuration file. | 853 Private method to get the name of the rope configuration file. |
854 </p> | 854 </p> |
855 <dl> | 855 <dl> |
856 <dt>Returns:</dt> | 856 <dt>Return:</dt> |
857 <dd> | 857 <dd> |
858 name of the rope configuration file | 858 name of the rope configuration file |
859 </dd> | 859 </dd> |
860 </dl> | 860 </dl> |
861 <dl> | 861 <dl> |
946 dictionary with environment variables to run the | 946 dictionary with environment variables to run the |
947 interpreter with | 947 interpreter with |
948 </dd> | 948 </dd> |
949 </dl> | 949 </dl> |
950 <dl> | 950 <dl> |
951 <dt>Returns:</dt> | 951 <dt>Return:</dt> |
952 <dd> | 952 <dd> |
953 flag indicating a successful client start | 953 flag indicating a successful client start |
954 </dd> | 954 </dd> |
955 </dl> | 955 </dl> |
956 <dl> | 956 <dl> |
996 | 996 |
997 <p> | 997 <p> |
998 Public method to check, if any editor has unsaved changes. | 998 Public method to check, if any editor has unsaved changes. |
999 </p> | 999 </p> |
1000 <dl> | 1000 <dl> |
1001 <dt>Returns:</dt> | 1001 <dt>Return:</dt> |
1002 <dd> | 1002 <dd> |
1003 flag indicating, that no editor contains unsaved edits | 1003 flag indicating, that no editor contains unsaved edits |
1004 </dd> | 1004 </dd> |
1005 </dl> | 1005 </dl> |
1006 <dl> | 1006 <dl> |
1022 <dd> | 1022 <dd> |
1023 reference to the editor to be checked | 1023 reference to the editor to be checked |
1024 </dd> | 1024 </dd> |
1025 </dl> | 1025 </dl> |
1026 <dl> | 1026 <dl> |
1027 <dt>Returns:</dt> | 1027 <dt>Return:</dt> |
1028 <dd> | 1028 <dd> |
1029 flag indicating, that the editor doesn't contain | 1029 flag indicating, that the editor doesn't contain |
1030 unsaved edits | 1030 unsaved edits |
1031 </dd> | 1031 </dd> |
1032 </dl> | 1032 </dl> |
1049 | 1049 |
1050 <p> | 1050 <p> |
1051 Public method to get a list of all actions. | 1051 Public method to get a list of all actions. |
1052 </p> | 1052 </p> |
1053 <dl> | 1053 <dl> |
1054 <dt>Returns:</dt> | 1054 <dt>Return:</dt> |
1055 <dd> | 1055 <dd> |
1056 list of all actions | 1056 list of all actions |
1057 </dd> | 1057 </dd> |
1058 </dl> | 1058 </dl> |
1059 <dl> | 1059 <dl> |
1068 | 1068 |
1069 <p> | 1069 <p> |
1070 Public method to get a reference to the IDE main window. | 1070 Public method to get a reference to the IDE main window. |
1071 </p> | 1071 </p> |
1072 <dl> | 1072 <dl> |
1073 <dt>Returns:</dt> | 1073 <dt>Return:</dt> |
1074 <dd> | 1074 <dd> |
1075 reference to the IDE main window | 1075 reference to the IDE main window |
1076 </dd> | 1076 </dd> |
1077 </dl> | 1077 </dl> |
1078 <dl> | 1078 <dl> |
1119 <dd> | 1119 <dd> |
1120 dictionary containing the error information | 1120 dictionary containing the error information |
1121 </dd> | 1121 </dd> |
1122 </dl> | 1122 </dl> |
1123 <dl> | 1123 <dl> |
1124 <dt>Returns:</dt> | 1124 <dt>Return:</dt> |
1125 <dd> | 1125 <dd> |
1126 flag indicating, that the error is to be ignored | 1126 flag indicating, that the error is to be ignored |
1127 </dd> | 1127 </dd> |
1128 </dl> | 1128 </dl> |
1129 <dl> | 1129 <dl> |