You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
custom widget displaying "hex" representation (based on Scintilla) on the left,
TextEditor on the right,
will have its own plugin menu which will allow to open file and display it in hex editor,
only "visible" part of file is loaded (?),
text editor displays only ASCII text and all other data bytes (including for example newlines) are displayed as dots, for example when we have utf-8 text "člověk" then text editor on the right will show "..lov..k"
How it will work:
Tab
class,TextEditor
on the right,https://github.com/virinext/QHexView
The text was updated successfully, but these errors were encountered: