Sat, 27 Jun 2015 11:15:48 +0200
Added capability to go to the definition of a class or function by clicking on it (while holding the Ctrl key or another configurable modifier sequence) (needs eric 6.1.0).
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> | |
77 | <dt><i>parent</i></dt> | |
78 | <dd> | |
79 | reference to the parent widget (QWidget) | |
80 | </dd> | |
81 | </dl><a NAME="PreviewDialogBase._appendText" ID="PreviewDialogBase._appendText"></a> | |
82 | <h4>PreviewDialogBase._appendText</h4> | |
83 | <b>_appendText</b>(<i>txt, format</i>) | |
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> |
87 | <dt><i>txt</i></dt> | |
88 | <dd> | |
89 | text to insert (string) | |
90 | </dd><dt><i>format</i></dt> | |
91 | <dd> | |
92 | text format to be used (QTextCharFormat) | |
93 | </dd> | |
94 | </dl> | |
95 | <div align="right"><a href="#top">Up</a></div> | |
96 | <hr /> | |
97 | </body></html> |