--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Tue Apr 09 14:27:03 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Wed Apr 10 10:45:31 2024 +0200 @@ -1318,6 +1318,10 @@ <td>Public method to get a reference to the main context menu or a submenu.</td> </tr> <tr> +<td><a href="#Editor.getModificationTime">getModificationTime</a></td> +<td>Public method to get the time of the latest (saved) modification.</td> +</tr> +<tr> <td><a href="#Editor.getMouseClickHandler">getMouseClickHandler</a></td> <td>Public method to get a registered mouse click handler.</td> </tr> @@ -5797,6 +5801,25 @@ QMenu </dd> </dl> +<a NAME="Editor.getModificationTime" ID="Editor.getModificationTime"></a> +<h4>Editor.getModificationTime</h4> +<b>getModificationTime</b>(<i></i>) +<p> + Public method to get the time of the latest (saved) modification. +</p> + +<dl> +<dt>Return:</dt> +<dd> +time of the latest modification +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int +</dd> +</dl> <a NAME="Editor.getMouseClickHandler" ID="Editor.getMouseClickHandler"></a> <h4>Editor.getMouseClickHandler</h4> <b>getMouseClickHandler</b>(<i>modifiers, button</i>)