src/eric7/Documentation/Source/eric7.QScintilla.Editor.html

branch
eric7
changeset 9790
6b14962d9d31
parent 9758
6d24ab9c0404
child 9853
080e060a0383
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html	Wed Feb 22 07:43:56 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html	Thu Feb 23 12:04:28 2023 +0100
@@ -683,10 +683,6 @@
 <td>Private method used to reset the language selection.</td>
 </tr>
 <tr>
-<td><a href="#Editor.__resetOnlineChangeTraceInfo">__resetOnlineChangeTraceInfo</a></td>
-<td>Private slot to reset the online change trace info.</td>
-</tr>
-<tr>
 <td><a href="#Editor.__resetOnlineChangeTraceTimer">__resetOnlineChangeTraceTimer</a></td>
 <td>Private method to reset the online syntax check timer.</td>
 </tr>
@@ -1375,6 +1371,10 @@
 <td>Public method to return a flag indicating a Cython file.</td>
 </tr>
 <tr>
+<td><a href="#Editor.isDeviceFile">isDeviceFile</a></td>
+<td>Public method to check, if the editor contains a MCU device file.</td>
+</tr>
+<tr>
 <td><a href="#Editor.isJavascriptFile">isJavascriptFile</a></td>
 <td>Public method to return a flag indicating a Javascript file.</td>
 </tr>
@@ -1399,6 +1399,10 @@
 <td>Public method to return a flag indicating a Python (2 or 3) file.</td>
 </tr>
 <tr>
+<td><a href="#Editor.isRemoteFile">isRemoteFile</a></td>
+<td>Public method to check, if the editor contains a remote file.</td>
+</tr>
+<tr>
 <td><a href="#Editor.isRubyFile">isRubyFile</a></td>
 <td>Public method to return a flag indicating a Ruby file.</td>
 </tr>
@@ -1583,6 +1587,10 @@
 <td>Public method to un-registered all mouse click handlers of a plug-in.</td>
 </tr>
 <tr>
+<td><a href="#Editor.resetOnlineChangeTraceInfo">resetOnlineChangeTraceInfo</a></td>
+<td>Public slot to reset the online change trace info.</td>
+</tr>
+<tr>
 <td><a href="#Editor.resizeEvent">resizeEvent</a></td>
 <td>Protected method handling resize events.</td>
 </tr>
@@ -3588,13 +3596,6 @@
 flag indicating to propagate the change (boolean)
 </dd>
 </dl>
-<a NAME="Editor.__resetOnlineChangeTraceInfo" ID="Editor.__resetOnlineChangeTraceInfo"></a>
-<h4>Editor.__resetOnlineChangeTraceInfo</h4>
-<b>__resetOnlineChangeTraceInfo</b>(<i></i>)
-
-<p>
-        Private slot to reset the online change trace info.
-</p>
 <a NAME="Editor.__resetOnlineChangeTraceTimer" ID="Editor.__resetOnlineChangeTraceTimer"></a>
 <h4>Editor.__resetOnlineChangeTraceTimer</h4>
 <b>__resetOnlineChangeTraceTimer</b>(<i></i>)
@@ -5879,6 +5880,25 @@
 bool
 </dd>
 </dl>
+<a NAME="Editor.isDeviceFile" ID="Editor.isDeviceFile"></a>
+<h4>Editor.isDeviceFile</h4>
+<b>isDeviceFile</b>(<i></i>)
+
+<p>
+        Public method to check, if the editor contains a MCU device file.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating a MCU device file
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="Editor.isJavascriptFile" ID="Editor.isJavascriptFile"></a>
 <h4>Editor.isJavascriptFile</h4>
 <b>isJavascriptFile</b>(<i></i>)
@@ -5969,6 +5989,25 @@
 flag indicating a Python3 file (boolean)
 </dd>
 </dl>
+<a NAME="Editor.isRemoteFile" ID="Editor.isRemoteFile"></a>
+<h4>Editor.isRemoteFile</h4>
+<b>isRemoteFile</b>(<i></i>)
+
+<p>
+        Public method to check, if the editor contains a remote file.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating a remote file
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="Editor.isRubyFile" ID="Editor.isRubyFile"></a>
 <h4>Editor.isRubyFile</h4>
 <b>isRubyFile</b>(<i></i>)
@@ -6447,6 +6486,13 @@
 name of the plug-in
 </dd>
 </dl>
+<a NAME="Editor.resetOnlineChangeTraceInfo" ID="Editor.resetOnlineChangeTraceInfo"></a>
+<h4>Editor.resetOnlineChangeTraceInfo</h4>
+<b>resetOnlineChangeTraceInfo</b>(<i></i>)
+
+<p>
+        Public slot to reset the online change trace info.
+</p>
 <a NAME="Editor.resizeEvent" ID="Editor.resizeEvent"></a>
 <h4>Editor.resizeEvent</h4>
 <b>resizeEvent</b>(<i>evt</i>)

eric ide

mercurial