diff -r 94f0017f9372 -r a51f82458a1b eric6/Documentation/Source/eric6.UI.BrowserModel.html --- a/eric6/Documentation/Source/eric6.UI.BrowserModel.html Sun Sep 06 12:19:56 2020 +0200 +++ b/eric6/Documentation/Source/eric6.UI.BrowserModel.html Sun Sep 06 12:33:50 2020 +0200 @@ -636,6 +636,10 @@ <td><a href="#BrowserCodingItem.lessThan">lessThan</a></td> <td>Public method to check, if the item is less than the other one.</td> </tr> +<tr> +<td><a href="#BrowserCodingItem.lineno">lineno</a></td> +<td>Public method returning the line number of the coding line.</td> +</tr> </table> <h3>Static Methods</h3> @@ -645,20 +649,24 @@ <a NAME="BrowserCodingItem.__init__" ID="BrowserCodingItem.__init__"></a> <h4>BrowserCodingItem (Constructor)</h4> -<b>BrowserCodingItem</b>(<i>parent, text</i>) +<b>BrowserCodingItem</b>(<i>parent, text, linenumber</i>) <p> Constructor </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (BrowserItem)</dt> <dd> parent item </dd> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -text to be shown by this item (string) +text to be shown by this item +</dd> +<dt><i>linenumber</i> (int)</dt> +<dd> +line number of the coding line </dd> </dl> <a NAME="BrowserCodingItem.lessThan" ID="BrowserCodingItem.lessThan"></a> @@ -689,6 +697,25 @@ true, if this item is less than other (boolean) </dd> </dl> +<a NAME="BrowserCodingItem.lineno" ID="BrowserCodingItem.lineno"></a> +<h4>BrowserCodingItem.lineno</h4> +<b>lineno</b>(<i></i>) + +<p> + Public method returning the line number of the coding line. +</p> +<dl> +<dt>Returns:</dt> +<dd> +line number defining the coding line +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />