--- a/Documentation/Source/eric6.HexEdit.HexEditWidget.html Sat Jan 16 16:56:59 2016 +0100 +++ b/Documentation/Source/eric6.HexEdit.HexEditWidget.html Sat Jan 16 18:21:31 2016 +0100 @@ -107,9 +107,6 @@ <td><a href="#HexEditWidget.__fromHex">__fromHex</a></td> <td>Private method to convert data of a Python bytearray from hex.</td> </tr><tr> -<td><a href="#HexEditWidget.__getSelectionLength">__getSelectionLength</a></td> -<td>Private method to get the length of the selection.</td> -</tr><tr> <td><a href="#HexEditWidget.__initialize">__initialize</a></td> <td>Private method to do some initialization.</td> </tr><tr> @@ -194,6 +191,9 @@ <td><a href="#HexEditWidget.getSelectionEnd">getSelectionEnd</a></td> <td>Public method to get the end of the selection.</td> </tr><tr> +<td><a href="#HexEditWidget.getSelectionLength">getSelectionLength</a></td> +<td>Public method to get the length of the selection.</td> +</tr><tr> <td><a href="#HexEditWidget.hasSelection">hasSelection</a></td> <td>Public method to test for a selection.</td> </tr><tr> @@ -446,21 +446,6 @@ <dd> bytearray </dd> -</dl><a NAME="HexEditWidget.__getSelectionLength" ID="HexEditWidget.__getSelectionLength"></a> -<h4>HexEditWidget.__getSelectionLength</h4> -<b>__getSelectionLength</b>(<i></i>) -<p> - Private method to get the length of the selection. -</p><dl> -<dt>Returns:</dt> -<dd> -selection length -</dd> -</dl><dl> -<dt>Return Type:</dt> -<dd> -int -</dd> </dl><a NAME="HexEditWidget.__initialize" ID="HexEditWidget.__initialize"></a> <h4>HexEditWidget.__initialize</h4> <b>__initialize</b>(<i></i>) @@ -797,6 +782,21 @@ <dd> int </dd> +</dl><a NAME="HexEditWidget.getSelectionLength" ID="HexEditWidget.getSelectionLength"></a> +<h4>HexEditWidget.getSelectionLength</h4> +<b>getSelectionLength</b>(<i></i>) +<p> + Public method to get the length of the selection. +</p><dl> +<dt>Returns:</dt> +<dd> +selection length +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +int +</dd> </dl><a NAME="HexEditWidget.hasSelection" ID="HexEditWidget.hasSelection"></a> <h4>HexEditWidget.hasSelection</h4> <b>hasSelection</b>(<i></i>)