Sun, 28 Oct 2018 12:30:45 +0100
CodeAssistServer: improved code completions and calltips for files belonging to a project (that may be using an interpreter different from the one used by eric or configured globally).
44
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
24
diff
changeset
|
1 | <!DOCTYPE html> |
17 | 2 | <html><head> |
3 | <title>Plugin_Refactoring_Rope.RefactoringRope.PreviewDialogBase</title> | |
44
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
24
diff
changeset
|
4 | <meta charset="UTF-8"> |
17 | 5 | <style> |
6 | body { | |
7 | background: #EDECE6; | |
8 | margin: 0em 1em 10em 1em; | |
9 | color: black; | |
10 | } | |
11 | ||
12 | h1 { color: white; background: #85774A; } | |
13 | h2 { color: white; background: #85774A; } | |
14 | h3 { color: white; background: #9D936E; } | |
15 | h4 { color: white; background: #9D936E; } | |
16 | ||
17 | a { color: #BA6D36; } | |
18 | ||
19 | </style> | |
20 | </head> | |
21 | <body><a NAME="top" ID="top"></a> | |
22 | <h1>Plugin_Refactoring_Rope.RefactoringRope.PreviewDialogBase</h1> | |
23 | <p> | |
24 | Module implementing a dialog base class to preview changes. | |
25 | </p> | |
26 | <h3>Global Attributes</h3> | |
27 | <table> | |
28 | <tr><td>None</td></tr> | |
29 | </table> | |
30 | <h3>Classes</h3> | |
31 | <table> | |
32 | <tr> | |
33 | <td><a href="#PreviewDialogBase">PreviewDialogBase</a></td> | |
34 | <td>Class implementing a dialog base class to preview changes.</td> | |
35 | </tr> | |
36 | </table> | |
37 | <h3>Functions</h3> | |
38 | <table> | |
39 | <tr><td>None</td></tr> | |
40 | </table> | |
41 | <hr /><hr /> | |
42 | <a NAME="PreviewDialogBase" ID="PreviewDialogBase"></a> | |
43 | <h2>PreviewDialogBase</h2> | |
44 | <p> | |
45 | Class implementing a dialog base class to preview changes. | |
46 | </p> | |
47 | <h3>Derived from</h3> | |
48 | QDialog, Ui_PreviewDialog | |
49 | <h3>Class Attributes</h3> | |
50 | <table> | |
51 | <tr><td>None</td></tr> | |
52 | </table> | |
44
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
24
diff
changeset
|
53 | <h3>Class Methods</h3> |
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
24
diff
changeset
|
54 | <table> |
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
24
diff
changeset
|
55 | <tr><td>None</td></tr> |
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
24
diff
changeset
|
56 | </table> |
17 | 57 | <h3>Methods</h3> |
58 | <table> | |
59 | <tr> | |
60 | <td><a href="#PreviewDialogBase.__init__">PreviewDialogBase</a></td> | |
61 | <td>Constructor</td> | |
62 | </tr><tr> | |
63 | <td><a href="#PreviewDialogBase._appendText">_appendText</a></td> | |
87
1fbf5fdbe721
Ported to PyQt5 and eric6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
64 | <td>Protected method to append text to the end of the contents pane.</td> |
17 | 65 | </tr> |
66 | </table> | |
44
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
24
diff
changeset
|
67 | <h3>Static Methods</h3> |
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
24
diff
changeset
|
68 | <table> |
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
24
diff
changeset
|
69 | <tr><td>None</td></tr> |
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
24
diff
changeset
|
70 | </table> |
17 | 71 | <a NAME="PreviewDialogBase.__init__" ID="PreviewDialogBase.__init__"></a> |
72 | <h4>PreviewDialogBase (Constructor)</h4> | |
24
e18b36080a37
Updated source docu after making the code PEP-8 compliant.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
17
diff
changeset
|
73 | <b>PreviewDialogBase</b>(<i>parent=None</i>) |
17 | 74 | <p> |
75 | Constructor | |
76 | </p><dl> | |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
151
diff
changeset
|
77 | <dt><i>parent</i> (QWidget)</dt> |
17 | 78 | <dd> |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
151
diff
changeset
|
79 | reference to the parent widget |
17 | 80 | </dd> |
81 | </dl><a NAME="PreviewDialogBase._appendText" ID="PreviewDialogBase._appendText"></a> | |
82 | <h4>PreviewDialogBase._appendText</h4> | |
151
5260100b6700
Fixed some code style issues.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
87
diff
changeset
|
83 | <b>_appendText</b>(<i>txt, charFormat</i>) |
17 | 84 | <p> |
87
1fbf5fdbe721
Ported to PyQt5 and eric6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
85 | Protected method to append text to the end of the contents pane. |
17 | 86 | </p><dl> |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
151
diff
changeset
|
87 | <dt><i>txt</i> (str)</dt> |
17 | 88 | <dd> |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
151
diff
changeset
|
89 | text to insert |
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
151
diff
changeset
|
90 | </dd><dt><i>charFormat</i> (QTextCharFormat)</dt> |
17 | 91 | <dd> |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
151
diff
changeset
|
92 | text format to be used |
17 | 93 | </dd> |
94 | </dl> | |
95 | <div align="right"><a href="#top">Up</a></div> | |
96 | <hr /> | |
97 | </body></html> |