--- a/Documentation/Source/eric5.UI.CompareDialog.html Sun Oct 13 17:29:57 2013 +0200 +++ b/Documentation/Source/eric5.UI.CompareDialog.html Sun Oct 13 17:44:48 2013 +0200 @@ -21,7 +21,8 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.UI.CompareDialog</h1> <p> -Module implementing a dialog to compare two files and show the result side by side. +Module implementing a dialog to compare two files and show the result side by +side. </p> <h3>Global Attributes</h3> <table> @@ -51,7 +52,8 @@ <a NAME="CompareDialog" ID="CompareDialog"></a> <h2>CompareDialog</h2> <p> - Class implementing a dialog to compare two files and show the result side by side. + Class implementing a dialog to compare two files and show the result side + by side. </p> <h3>Derived from</h3> QWidget, Ui_CompareDialog @@ -379,7 +381,8 @@ <h2>sbsdiff</h2> <b>sbsdiff</b>(<i>a, b, linenumberwidth=4</i>) <p> - Compare two sequences of lines; generate the delta for display side by side. + Compare two sequences of lines; generate the delta for display side by + side. </p><dl> <dt><i>a</i></dt> <dd> @@ -397,7 +400,8 @@ a generator yielding tuples of differences. The tuple is composed of strings as follows. <ul> - <li>opcode -- one of e, d, i, r for equal, delete, insert, replace</li> + <li>opcode -- one of e, d, i, r for equal, delete, insert, + replace</li> <li>lineno a -- linenumber of sequence a</li> <li>line a -- line of sequence a</li> <li>lineno b -- linenumber of sequence b</li>