src/eric7/Documentation/Source/eric7.UI.BrowserModel.html

branch
eric7
changeset 9612
93b496cc3c88
parent 9209
b99e7fd55fd3
child 9730
00cf7289d899
--- a/src/eric7/Documentation/Source/eric7.UI.BrowserModel.html	Sun Dec 11 18:24:41 2022 +0100
+++ b/src/eric7/Documentation/Source/eric7.UI.BrowserModel.html	Mon Dec 12 16:35:21 2022 +0100
@@ -906,10 +906,6 @@
 <td>Public method to check, if this is an eric graphics file.</td>
 </tr>
 <tr>
-<td><a href="#BrowserFileItem.isIdlFile">isIdlFile</a></td>
-<td>Public method to check, if this file is a CORBA IDL file.</td>
-</tr>
-<tr>
 <td><a href="#BrowserFileItem.isJavaScriptFile">isJavaScriptFile</a></td>
 <td>Public method to check, if this file is a JavaScript file.</td>
 </tr>
@@ -922,6 +918,10 @@
 <td>Public method to check, if this file is an eric multi project file.</td>
 </tr>
 <tr>
+<td><a href="#BrowserFileItem.isParsableFile">isParsableFile</a></td>
+<td>Public method to check, if the file is supported by class browsers.</td>
+</tr>
+<tr>
 <td><a href="#BrowserFileItem.isPixmapFile">isPixmapFile</a></td>
 <td>Public method to check, if this file is a pixmap file.</td>
 </tr>
@@ -930,10 +930,6 @@
 <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.isPython3File">isPython3File</a></td>
 <td>Public method to check, if this file is a Python3 script.</td>
 </tr>
@@ -1107,25 +1103,6 @@
 bool
 </dd>
 </dl>
-<a NAME="BrowserFileItem.isIdlFile" ID="BrowserFileItem.isIdlFile"></a>
-<h4>BrowserFileItem.isIdlFile</h4>
-<b>isIdlFile</b>(<i></i>)
-
-<p>
-        Public method to check, if this file is a CORBA IDL file.
-</p>
-<dl>
-<dt>Return:</dt>
-<dd>
-flag indicating a CORBA IDL file
-</dd>
-</dl>
-<dl>
-<dt>Return Type:</dt>
-<dd>
-bool
-</dd>
-</dl>
 <a NAME="BrowserFileItem.isJavaScriptFile" ID="BrowserFileItem.isJavaScriptFile"></a>
 <h4>BrowserFileItem.isJavaScriptFile</h4>
 <b>isJavaScriptFile</b>(<i></i>)
@@ -1183,6 +1160,25 @@
 bool
 </dd>
 </dl>
+<a NAME="BrowserFileItem.isParsableFile" ID="BrowserFileItem.isParsableFile"></a>
+<h4>BrowserFileItem.isParsableFile</h4>
+<b>isParsableFile</b>(<i></i>)
+
+<p>
+        Public method to check, if the file is supported by class browsers.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating a supported file
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="BrowserFileItem.isPixmapFile" ID="BrowserFileItem.isPixmapFile"></a>
 <h4>BrowserFileItem.isPixmapFile</h4>
 <b>isPixmapFile</b>(<i></i>)
@@ -1221,25 +1217,6 @@
 bool
 </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>Return:</dt>
-<dd>
-flag indicating a protobuf file
-</dd>
-</dl>
-<dl>
-<dt>Return Type:</dt>
-<dd>
-bool
-</dd>
-</dl>
 <a NAME="BrowserFileItem.isPython3File" ID="BrowserFileItem.isPython3File"></a>
 <h4>BrowserFileItem.isPython3File</h4>
 <b>isPython3File</b>(<i></i>)

eric ide

mercurial