--- a/Documentation/Source/eric6.UI.BrowserModel.html Tue Nov 14 19:54:51 2017 +0100 +++ b/Documentation/Source/eric6.UI.BrowserModel.html Tue Nov 14 19:56:39 2017 +0100 @@ -698,6 +698,9 @@ <td><a href="#BrowserFileItem.isProjectFile">isProjectFile</a></td> <td>Public method to check, if this file is an eric project file.</td> </tr><tr> +<td><a href="#BrowserFileItem.isProtobufFile">isProtobufFile</a></td> +<td>Public method to check, if this file is a Google Protocol Buffer file.</td> +</tr><tr> <td><a href="#BrowserFileItem.isPython2File">isPython2File</a></td> <td>Public method to check, if this file is a Python script.</td> </tr><tr> @@ -859,6 +862,21 @@ <dd> flag indicating an eric project file (boolean) </dd> +</dl><a NAME="BrowserFileItem.isProtobufFile" ID="BrowserFileItem.isProtobufFile"></a> +<h4>BrowserFileItem.isProtobufFile</h4> +<b>isProtobufFile</b>(<i></i>) +<p> + Public method to check, if this file is a Google Protocol Buffer file. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating a protobuf file +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> </dl><a NAME="BrowserFileItem.isPython2File" ID="BrowserFileItem.isPython2File"></a> <h4>BrowserFileItem.isPython2File</h4> <b>isPython2File</b>(<i></i>)