Documentation/Source/eric6.HexEdit.HexEditWidget.html

changeset 4688
fe866d2674fc
parent 4686
5f8a5c568230
child 5606
da305d172769
--- a/Documentation/Source/eric6.HexEdit.HexEditWidget.html	Sat Jan 23 16:59:18 2016 +0100
+++ b/Documentation/Source/eric6.HexEdit.HexEditWidget.html	Sat Jan 23 17:19:28 2016 +0100
@@ -182,9 +182,6 @@
 <td><a href="#HexEditWidget.deselectAll">deselectAll</a></td>
 <td>Public method to deselect all data.</td>
 </tr><tr>
-<td><a href="#HexEditWidget.editorCommand">editorCommand</a></td>
-<td>Public method to execute an editor command sent by the eric view manager.</td>
-</tr><tr>
 <td><a href="#HexEditWidget.ensureVisible">ensureVisible</a></td>
 <td>Public method to ensure, that the cursor is visible.</td>
 </tr><tr>
@@ -402,16 +399,13 @@
 </table>
 <a NAME="HexEditWidget.__init__" ID="HexEditWidget.__init__"></a>
 <h4>HexEditWidget (Constructor)</h4>
-<b>HexEditWidget</b>(<i>parent=None, embedded=False</i>)
+<b>HexEditWidget</b>(<i>parent=None</i>)
 <p>
         Constructor
 </p><dl>
 <dt><i>parent</i> (QWidget)</dt>
 <dd>
 refernce to the parent widget
-</dd><dt><i>embedded</i> (bool)</dt>
-<dd>
-flag indicating an eric embedded hex editor
 </dd>
 </dl><a NAME="HexEditWidget.__adjust" ID="HexEditWidget.__adjust"></a>
 <h4>HexEditWidget.__adjust</h4>
@@ -755,18 +749,7 @@
 <b>deselectAll</b>(<i></i>)
 <p>
         Public method to deselect all data.
-</p><a NAME="HexEditWidget.editorCommand" ID="HexEditWidget.editorCommand"></a>
-<h4>HexEditWidget.editorCommand</h4>
-<b>editorCommand</b>(<i>cmd</i>)
-<p>
-        Public method to execute an editor command sent by the eric
-        view manager.
-</p><dl>
-<dt><i>cmd</i> (int)</dt>
-<dd>
-QScintilla command
-</dd>
-</dl><a NAME="HexEditWidget.ensureVisible" ID="HexEditWidget.ensureVisible"></a>
+</p><a NAME="HexEditWidget.ensureVisible" ID="HexEditWidget.ensureVisible"></a>
 <h4>HexEditWidget.ensureVisible</h4>
 <b>ensureVisible</b>(<i></i>)
 <p>

eric ide

mercurial