Tue, 10 Dec 2024 15:49:01 +0100
Updated copyright for 2025.
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"> |
375
c61a2f18ed78
Updated version info to indicate relation to eric7.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
335
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:
214
diff
changeset
|
7 | <body> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
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.AutoCompletionRopePage</h1> |
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 | <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
|
11 | 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
|
12 | </p> |
416
45159308166f
Fixed an issue related to 'eric-ide' server use.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
394
diff
changeset
|
13 | |
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
|
14 | <h3>Global Attributes</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
|
15 | <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
|
16 | <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
|
17 | </table> |
416
45159308166f
Fixed an issue related to 'eric-ide' server use.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
394
diff
changeset
|
18 | |
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
|
19 | <h3>Classes</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
|
20 | <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
|
21 | <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
|
22 | <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
|
23 | <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
|
24 | </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
|
25 | </table> |
416
45159308166f
Fixed an issue related to 'eric-ide' server use.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
394
diff
changeset
|
26 | |
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
|
27 | <h3>Functions</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
|
28 | <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
|
29 | <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
|
30 | </table> |
416
45159308166f
Fixed an issue related to 'eric-ide' server use.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
394
diff
changeset
|
31 | |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
32 | <hr /> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
33 | <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
|
34 | <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
|
35 | <h2>AutoCompletionRopePage</h2> |
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 | <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
|
37 | 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
|
38 | </p> |
416
45159308166f
Fixed an issue related to 'eric-ide' server use.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
394
diff
changeset
|
39 | |
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
|
40 | <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
|
41 | 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
|
42 | <h3>Class Attributes</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
|
43 | <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
|
44 | <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
|
45 | </table> |
416
45159308166f
Fixed an issue related to 'eric-ide' server use.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
394
diff
changeset
|
46 | |
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
|
47 | <h3>Class Methods</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
|
48 | <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
|
49 | <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
|
50 | </table> |
416
45159308166f
Fixed an issue related to 'eric-ide' server use.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
394
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 | <h3>Methods</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
|
53 | <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
|
54 | <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
|
55 | <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
|
56 | <td>Constructor</td> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
57 | </tr> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
58 | <tr> |
394
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
59 | <td><a href="#AutoCompletionRopePage.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
|
60 | <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
|
61 | </tr> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
62 | <tr> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
63 | <td><a href="#AutoCompletionRopePage.on_editPython3Button_clicked">on_editPython3Button_clicked</a></td> |
214
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
64 | <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
|
65 | </tr> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
66 | <tr> |
214
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
67 | <td><a href="#AutoCompletionRopePage.polishPage">polishPage</a></td> |
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
68 | <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
|
69 | </tr> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
70 | <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
|
71 | <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
|
72 | <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
|
73 | </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
|
74 | </table> |
416
45159308166f
Fixed an issue related to 'eric-ide' server use.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
394
diff
changeset
|
75 | |
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
|
76 | <h3>Static Methods</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
|
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 | <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
|
79 | </table> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
80 | |
416
45159308166f
Fixed an issue related to 'eric-ide' server use.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
394
diff
changeset
|
81 | |
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
|
82 | <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
|
83 | <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
|
84 | <b>AutoCompletionRopePage</b>(<i>plugin</i>) |
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 | <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
|
86 | Constructor |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
87 | </p> |
416
45159308166f
Fixed an issue related to 'eric-ide' server use.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
394
diff
changeset
|
88 | |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
89 | <dl> |
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
90 | |
205
55bba6be2cbc
Corrected some source documentation issues.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
100
diff
changeset
|
91 | <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
|
92 | <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
|
93 | 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
|
94 | </dd> |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
95 | </dl> |
394
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
96 | <a NAME="AutoCompletionRopePage.on_createPython3Button_clicked" ID="AutoCompletionRopePage.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
|
97 | <h4>AutoCompletionRopePage.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
|
98 | <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
|
99 | <p> |
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
100 | 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
|
101 | </p> |
416
45159308166f
Fixed an issue related to 'eric-ide' server use.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
394
diff
changeset
|
102 | |
394
b34f5dd3db27
Enhanced the default configuration handling (for refactoring and code assist).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
375
diff
changeset
|
103 | <a NAME="AutoCompletionRopePage.on_editPython3Button_clicked" ID="AutoCompletionRopePage.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
|
104 | <h4>AutoCompletionRopePage.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
|
105 | <b>on_editPython3Button_clicked</b>(<i></i>) |
214
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
106 | <p> |
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
107 | 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
|
108 | </p> |
416
45159308166f
Fixed an issue related to 'eric-ide' server use.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
394
diff
changeset
|
109 | |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
110 | <a NAME="AutoCompletionRopePage.polishPage" ID="AutoCompletionRopePage.polishPage"></a> |
214
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
111 | <h4>AutoCompletionRopePage.polishPage</h4> |
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
112 | <b>polishPage</b>(<i></i>) |
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
113 | <p> |
ccc3918ac38c
Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
205
diff
changeset
|
114 | Public slot to perform some polishing actions. |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
115 | </p> |
416
45159308166f
Fixed an issue related to 'eric-ide' server use.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
394
diff
changeset
|
116 | |
321
d51e810107ec
Regenerated the source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
214
diff
changeset
|
117 | <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
|
118 | <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
|
119 | <b>save</b>(<i></i>) |
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 | <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
|
121 | 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
|
122 | </p> |
416
45159308166f
Fixed an issue related to 'eric-ide' server use.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
394
diff
changeset
|
123 | |
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
|
124 | <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
|
125 | <hr /> |
416
45159308166f
Fixed an issue related to 'eric-ide' server use.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
394
diff
changeset
|
126 | </body></html> |