--- a/RadonMetrics/Documentation/source/Plugin_Metrics_Radon.PluginMetricsRadon.html Sat Mar 31 13:05:51 2018 +0200 +++ b/RadonMetrics/Documentation/source/Plugin_Metrics_Radon.PluginMetricsRadon.html Sun Nov 25 18:32:27 2018 +0100 @@ -96,6 +96,9 @@ <td><a href="#RadonMetricsPlugin.__editorRawMetrics">__editorRawMetrics</a></td> <td>Private slot to handle the raw code metrics action of the editor show menu.</td> </tr><tr> +<td><a href="#RadonMetricsPlugin.__editorRenamed">__editorRenamed</a></td> +<td>Private slot called, when an editor was renamed.</td> +</tr><tr> <td><a href="#RadonMetricsPlugin.__editorShowMenu">__editorShowMenu</a></td> <td>Private slot called, when the the editor context menu or a submenu is about to be shown.</td> </tr><tr> @@ -236,7 +239,17 @@ <p> Private slot to handle the raw code metrics action of the editor show menu. -</p><a NAME="RadonMetricsPlugin.__editorShowMenu" ID="RadonMetricsPlugin.__editorShowMenu"></a> +</p><a NAME="RadonMetricsPlugin.__editorRenamed" ID="RadonMetricsPlugin.__editorRenamed"></a> +<h4>RadonMetricsPlugin.__editorRenamed</h4> +<b>__editorRenamed</b>(<i>editor</i>) +<p> + Private slot called, when an editor was renamed. +</p><dl> +<dt><i>editor</i> (QScintilla.Editor)</dt> +<dd> +reference to the renamed editor +</dd> +</dl><a NAME="RadonMetricsPlugin.__editorShowMenu" ID="RadonMetricsPlugin.__editorShowMenu"></a> <h4>RadonMetricsPlugin.__editorShowMenu</h4> <b>__editorShowMenu</b>(<i>menuName, menu, editor</i>) <p>