-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Editor becomes slow when BytesPerLine is increased (say to 32) #125
Comments
Hello, Yes I need to update the refresh rate but I have not the time right now (I'm working as 50-60 by week until the end of the year) If you can, you can work on this and post a pull request 😃 |
Hey there. I might do that. Would you be able to maybe point me in the right direction (a code file or function name... something like that?) Darin |
Check all update methods in HexaEditor.cs |
Great. Thanks. I'll have a look.
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Derek Tremblay ***@***.***>
Sent: Thursday, July 21, 2022 5:59:13 PM
To: abbaye/WpfHexEditorControl ***@***.***>
Cc: Darin Higgins ***@***.***>; Author ***@***.***>
Subject: Re: [abbaye/WpfHexEditorControl] Editor becomes slow when BytesPerLine is increased (say to 32) (Issue #125)
Check all update methods in HexaEditor.cs
—
Reply to this email directly, view it on GitHub<#125 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAOMXBV52FVQHTAGBM4NKHDVVHI4DANCNFSM54H7AXFQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I set the BytesPerLine to something larger, say 32 or 48 (because in my case, I'd like the full width of the window to be taken up by bytes, not a fixed #.
When I do that, and have a larger number of rows (say 20-40), the editor becomes extremely slow. Just using the arrows to move is even sluggish.
To Reproduce
Expected behavior
Nav should happen at normal speed.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: