--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.Refactoring.html Sun Mar 08 13:30:48 2015 +0100 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.Refactoring.html Sun Mar 08 13:51:53 2015 +0100 @@ -251,6 +251,9 @@ </tr><tr> <td><a href="#Refactoring.refreshEditors">refreshEditors</a></td> <td>Public method to refresh modified editors.</td> +</tr><tr> +<td><a href="#Refactoring.reportChanged">reportChanged</a></td> +<td>Public slot to report some changed sources.</td> </tr> </table> <h3>Static Methods</h3> @@ -761,6 +764,19 @@ reference to the ChangeSet object (rope.base.change.ChangeSet) </dd> +</dl><a NAME="Refactoring.reportChanged" ID="Refactoring.reportChanged"></a> +<h4>Refactoring.reportChanged</h4> +<b>reportChanged</b>(<i>filename, oldSource</i>) +<p> + Public slot to report some changed sources. +</p><dl> +<dt><i>filename</i></dt> +<dd> +file name of the changed source (string) +</dd><dt><i>oldSource</i></dt> +<dd> +source code before the change (string) +</dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr />