Sat, 23 Dec 2023 17:58:35 +0100
Corrected some code style issues and converted some source code documentation to the new style.
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <!DOCTYPE html> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <html><head> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <title>Plugin_Refactoring_Rope.RefactoringRope.ConfigurationPage.CallTipsRopePage</title> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <meta charset="UTF-8"> |
375
c61a2f18ed78
Updated version info to indicate relation to eric7.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
321
diff
changeset
|
5 | <link rel="stylesheet" href="styles.css"> |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | </head> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
7 | <body> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
8 | <a NAME="top" ID="top"></a> |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | <h1>Plugin_Refactoring_Rope.RefactoringRope.ConfigurationPage.CallTipsRopePage</h1> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
10 | |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | <p> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | Module implementing the Rope Calltips configuration page. |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | </p> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | <h3>Global Attributes</h3> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
15 | |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | <table> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | <tr><td>None</td></tr> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | </table> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | <h3>Classes</h3> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
20 | |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <table> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
22 | |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <tr> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | <td><a href="#CallTipsRopePage">CallTipsRopePage</a></td> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | <td>Class implementing the Rope Calltips configuration page.</td> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | </tr> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | </table> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | <h3>Functions</h3> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
29 | |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | <table> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | <tr><td>None</td></tr> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | </table> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
33 | <hr /> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
34 | <hr /> |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | <a NAME="CallTipsRopePage" ID="CallTipsRopePage"></a> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | <h2>CallTipsRopePage</h2> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
37 | |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | <p> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | Class implementing the Rope Calltips configuration page. |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | </p> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | <h3>Derived from</h3> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | ConfigurationPageBase, Ui_CallTipsRopePage |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | <h3>Class Attributes</h3> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
44 | |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | <table> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | <tr><td>None</td></tr> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | </table> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | <h3>Class Methods</h3> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
49 | |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | <table> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | <tr><td>None</td></tr> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | </table> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | <h3>Methods</h3> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
54 | |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
55 | <table> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
56 | |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | <tr> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | <td><a href="#CallTipsRopePage.__init__">CallTipsRopePage</a></td> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | <td>Constructor</td> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
60 | </tr> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
61 | <tr> |
394
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
62 | <td><a href="#CallTipsRopePage.on_createPython3Button_clicked">on_createPython3Button_clicked</a></td> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
63 | <td>Private slot to create a new default rope configuration for Python 3.</td> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
64 | </tr> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
65 | <tr> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
66 | <td><a href="#CallTipsRopePage.on_editPython3Button_clicked">on_editPython3Button_clicked</a></td> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
67 | <td>Private slot to edit the rope configuration for Python 3.</td> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
68 | </tr> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
69 | <tr> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
70 | <td><a href="#CallTipsRopePage.polishPage">polishPage</a></td> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
71 | <td>Public slot to perform some polishing actions.</td> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
72 | </tr> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
73 | <tr> |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | <td><a href="#CallTipsRopePage.save">save</a></td> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | <td>Public slot to save the Rope Calltips configuration.</td> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | </tr> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | </table> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | <h3>Static Methods</h3> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
79 | |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | <table> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | <tr><td>None</td></tr> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
82 | </table> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
83 | |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | <a NAME="CallTipsRopePage.__init__" ID="CallTipsRopePage.__init__"></a> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | <h4>CallTipsRopePage (Constructor)</h4> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | <b>CallTipsRopePage</b>(<i>plugin</i>) |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
87 | |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
88 | <p> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
89 | Constructor |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
90 | </p> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
91 | <dl> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
92 | |
205
55bba6be2cbc
Corrected some source documentation issues.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
100
diff
changeset
|
93 | <dt><i>plugin</i> (RefactoringRopePlugin)</dt> |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | <dd> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | reference to the plugin object |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | </dd> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
97 | </dl> |
394
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
98 | <a NAME="CallTipsRopePage.on_createPython3Button_clicked" ID="CallTipsRopePage.on_createPython3Button_clicked"></a> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
99 | <h4>CallTipsRopePage.on_createPython3Button_clicked</h4> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
100 | <b>on_createPython3Button_clicked</b>(<i></i>) |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
101 | |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
102 | <p> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
103 | Private slot to create a new default rope configuration for Python 3. |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
104 | </p> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
105 | <a NAME="CallTipsRopePage.on_editPython3Button_clicked" ID="CallTipsRopePage.on_editPython3Button_clicked"></a> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
106 | <h4>CallTipsRopePage.on_editPython3Button_clicked</h4> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
107 | <b>on_editPython3Button_clicked</b>(<i></i>) |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
108 | |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
109 | <p> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
110 | Private slot to edit the rope configuration for Python 3. |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
111 | </p> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
112 | <a NAME="CallTipsRopePage.polishPage" ID="CallTipsRopePage.polishPage"></a> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
113 | <h4>CallTipsRopePage.polishPage</h4> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
114 | <b>polishPage</b>(<i></i>) |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
115 | |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
116 | <p> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
117 | Public slot to perform some polishing actions. |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
118 | </p> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
119 | <a NAME="CallTipsRopePage.save" ID="CallTipsRopePage.save"></a> |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
120 | <h4>CallTipsRopePage.save</h4> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
121 | <b>save</b>(<i></i>) |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
122 | |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
123 | <p> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
124 | Public slot to save the Rope Calltips configuration. |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
125 | </p> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
126 | <div align="right"><a href="#top">Up</a></div> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
127 | <hr /> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
128 | </body></html> |