77 <table> |
77 <table> |
78 <tr><td>None</td></tr> |
78 <tr><td>None</td></tr> |
79 </table> |
79 </table> |
80 <a NAME="RenameDialog.__init__" ID="RenameDialog.__init__"></a> |
80 <a NAME="RenameDialog.__init__" ID="RenameDialog.__init__"></a> |
81 <h4>RenameDialog (Constructor)</h4> |
81 <h4>RenameDialog (Constructor)</h4> |
82 <b>RenameDialog</b>(<i>refactoring, title, renamer, resource=None, parent=None</i>) |
82 <b>RenameDialog</b>(<i>refactoring, title, renamer, resource=None, selectedText='', parent=None</i>) |
83 <p> |
83 <p> |
84 Constructor |
84 Constructor |
85 </p><dl> |
85 </p><dl> |
86 <dt><i>refactoring</i></dt> |
86 <dt><i>refactoring</i></dt> |
87 <dd> |
87 <dd> |
96 (rope.refactor.rename.Rename) |
96 (rope.refactor.rename.Rename) |
97 </dd><dt><i>resource</i></dt> |
97 </dd><dt><i>resource</i></dt> |
98 <dd> |
98 <dd> |
99 reference to a resource object, if the action is to |
99 reference to a resource object, if the action is to |
100 be applied to the local file only (rope.base.resources.File) |
100 be applied to the local file only (rope.base.resources.File) |
|
101 </dd><dt><i>selectedText</i></dt> |
|
102 <dd> |
|
103 selected text to rename (str) |
101 </dd><dt><i>parent</i></dt> |
104 </dd><dt><i>parent</i></dt> |
102 <dd> |
105 <dd> |
103 reference to the parent widget (QWidget) |
106 reference to the parent widget (QWidget) |
104 </dd> |
107 </dd> |
105 </dl><a NAME="RenameDialog.__confirmUnsure" ID="RenameDialog.__confirmUnsure"></a> |
108 </dl><a NAME="RenameDialog.__confirmUnsure" ID="RenameDialog.__confirmUnsure"></a> |