--- a/Documentation/Source/eric6.QScintilla.Editor.html Wed Jun 24 19:45:21 2015 +0200 +++ b/Documentation/Source/eric6.QScintilla.Editor.html Wed Jun 24 19:52:13 2015 +0200 @@ -398,9 +398,6 @@ <td><a href="#Editor.__modified">__modified</a></td> <td>Private method to handle changes of the number of lines.</td> </tr><tr> -<td><a href="#Editor.__mouseClickToString">__mouseClickToString</a></td> -<td>Private method to generate a display string for the given modifiers and button combination.</td> -</tr><tr> <td><a href="#Editor.__newView">__newView</a></td> <td>Private slot to create a new view to an open document.</td> </tr><tr> @@ -2041,30 +2038,6 @@ number of added/deleted annotation lines (integer) </dd> -</dl><a NAME="Editor.__mouseClickToString" ID="Editor.__mouseClickToString"></a> -<h4>Editor.__mouseClickToString</h4> -<b>__mouseClickToString</b>(<i>modifiers, button</i>) -<p> - Private method to generate a display string for the given modifiers - and button combination. -</p><dl> -<dt><i>modifiers</i> (Qt.KeyboardModifiers)</dt> -<dd> -keyboard modifiers of the handler -</dd><dt><i>button</i> (Qt.MouseButton)</dt> -<dd> -mouse button of the handler -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -display string -</dd> -</dl><dl> -<dt>Return Type:</dt> -<dd> -str -</dd> </dl><a NAME="Editor.__newView" ID="Editor.__newView"></a> <h4>Editor.__newView</h4> <b>__newView</b>(<i></i>)