Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HEX editor #34

Open
martinrotter opened this issue Apr 23, 2018 · 0 comments
Open

Add HEX editor #34

martinrotter opened this issue Apr 23, 2018 · 0 comments

Comments

@martinrotter
Copy link
Owner

martinrotter commented Apr 23, 2018

How it will work:

  • inherit Tab class,
  • 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"

image

https://github.com/virinext/QHexView

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant