1917 0, 0, self, 'hex_editor') |
1917 0, 0, self, 'hex_editor') |
1918 self.hexEditorAct.setStatusTip(self.tr( |
1918 self.hexEditorAct.setStatusTip(self.tr( |
1919 'Start the eric6 Hex Editor')) |
1919 'Start the eric6 Hex Editor')) |
1920 self.hexEditorAct.setWhatsThis(self.tr( |
1920 self.hexEditorAct.setWhatsThis(self.tr( |
1921 """<b>Hex Editor</b>""" |
1921 """<b>Hex Editor</b>""" |
1922 """<p>Starts the eric6 Hex Editor for editing binary files.</p>""" |
1922 """<p>Starts the eric6 Hex Editor for viewing or editing""" |
|
1923 """ binary files.</p>""" |
1923 )) |
1924 )) |
1924 self.hexEditorAct.triggered.connect(self.__openHexEditor) |
1925 self.hexEditorAct.triggered.connect(self.__openHexEditor) |
1925 self.actions.append(self.hexEditorAct) |
1926 self.actions.append(self.hexEditorAct) |
1926 |
1927 |
1927 if WEBKIT_AVAILABLE: |
1928 if WEBKIT_AVAILABLE: |