Mon, 10 May 2021 20:13:48 +0200
Version 8.0.0
- bug fixes
- removed the included 'rope' library and have it as an external dependency installed during the plug-in installation (for eric > 21.5)
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.AutoCompletionRopePage</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"> |
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
|
5 | <style> |
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 | body { |
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
|
7 | background: #EDECE6; |
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
|
8 | margin: 0em 1em 10em 1em; |
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 | color: black; |
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
|
10 | } |
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 | |
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 | h1 { color: white; background: #85774A; } |
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 | h2 { color: white; background: #85774A; } |
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 { color: white; background: #9D936E; } |
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
|
15 | h4 { color: white; background: #9D936E; } |
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 | |
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 | a { color: #BA6D36; } |
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 | |
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 | </style> |
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
|
20 | </head> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
21 | <body> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
22 | <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
|
23 | <h1>Plugin_Refactoring_Rope.RefactoringRope.ConfigurationPage.AutoCompletionRopePage</h1> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
24 | |
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
|
25 | <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
|
26 | Module implementing the Rope Autocompletion 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
|
27 | </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
|
28 | <h3>Global Attributes</h3> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
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> |
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
|
33 | <h3>Classes</h3> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
34 | |
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 | <table> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
36 | |
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
|
37 | <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
|
38 | <td><a href="#AutoCompletionRopePage">AutoCompletionRopePage</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
|
39 | <td>Class implementing the Rope Autocompletion 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
|
40 | </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
|
41 | </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
|
42 | <h3>Functions</h3> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
43 | |
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
|
44 | <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
|
45 | <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
|
46 | </table> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
47 | <hr /> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
48 | <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
|
49 | <a NAME="AutoCompletionRopePage" ID="AutoCompletionRopePage"></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
|
50 | <h2>AutoCompletionRopePage</h2> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
51 | |
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
|
52 | <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
|
53 | Class implementing the Rope Autocompletion 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
|
54 | </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
|
55 | <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
|
56 | ConfigurationPageBase, Ui_AutoCompletionRopePage |
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 | <h3>Class Attributes</h3> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
58 | |
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
|
59 | <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
|
60 | <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
|
61 | </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
|
62 | <h3>Class Methods</h3> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
63 | |
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
|
64 | <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
|
65 | <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
|
66 | </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
|
67 | <h3>Methods</h3> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
68 | |
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
|
69 | <table> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
70 | |
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
|
71 | <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
|
72 | <td><a href="#AutoCompletionRopePage.__init__">AutoCompletionRopePage</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
|
73 | <td>Constructor</td> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
74 | </tr> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
75 | <tr> |
214
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
76 | <td><a href="#AutoCompletionRopePage.on_python3Button_clicked">on_python3Button_clicked</a></td> |
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
77 | <td>Private slot to edit the rope configuration for Python 3.</td> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
78 | </tr> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
79 | <tr> |
214
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
80 | <td><a href="#AutoCompletionRopePage.polishPage">polishPage</a></td> |
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
81 | <td>Public slot to perform some polishing actions.</td> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
82 | </tr> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
83 | <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
|
84 | <td><a href="#AutoCompletionRopePage.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
|
85 | <td>Public slot to save the Rope Autocompletion 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
|
86 | </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
|
87 | </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
|
88 | <h3>Static Methods</h3> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
89 | |
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
|
90 | <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
|
91 | <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
|
92 | </table> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
93 | |
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 | <a NAME="AutoCompletionRopePage.__init__" ID="AutoCompletionRopePage.__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
|
95 | <h4>AutoCompletionRopePage (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
|
96 | <b>AutoCompletionRopePage</b>(<i>plugin</i>) |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
97 | |
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
|
98 | <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
|
99 | Constructor |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
100 | </p> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
101 | <dl> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
102 | |
205
55bba6be2cbc
Corrected some source documentation issues.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
100
diff
changeset
|
103 | <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
|
104 | <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
|
105 | 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
|
106 | </dd> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
107 | </dl> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
108 | <a NAME="AutoCompletionRopePage.on_python3Button_clicked" ID="AutoCompletionRopePage.on_python3Button_clicked"></a> |
214
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
109 | <h4>AutoCompletionRopePage.on_python3Button_clicked</h4> |
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
110 | <b>on_python3Button_clicked</b>(<i></i>) |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
111 | |
214
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
112 | <p> |
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
113 | Private slot to edit the rope configuration for Python 3. |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
114 | </p> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
115 | <a NAME="AutoCompletionRopePage.polishPage" ID="AutoCompletionRopePage.polishPage"></a> |
214
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
116 | <h4>AutoCompletionRopePage.polishPage</h4> |
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
117 | <b>polishPage</b>(<i></i>) |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
118 | |
214
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
119 | <p> |
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
120 | Public slot to perform some polishing actions. |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
121 | </p> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
122 | <a NAME="AutoCompletionRopePage.save" ID="AutoCompletionRopePage.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
|
123 | <h4>AutoCompletionRopePage.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
|
124 | <b>save</b>(<i></i>) |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
125 | |
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
|
126 | <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
|
127 | Public slot to save the Rope Autocompletion 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
|
128 | </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
|
129 | <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
|
130 | <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
|
131 | </body></html> |