exbin / bined

BinEd Binary/Hex Editor
https://bined.exbin.org/editor
Apache License 2.0
32 stars 8 forks source link

Goto does not scroll window #1

Closed reinderien closed 6 years ago

reinderien commented 6 years ago

When the 'goto' feature is used with Ctrl+G, the editor window is not scrolled to the new cursor location. It should be scrolled so that the window shows the cursor in the middle.

hajdam commented 6 years ago

I tried it in current release 0.1.3 and it seems to scroll so that cursor is visible on the edge of visible area. Support for centering cursor is planned for version 0.2.0, although it's still not present in development version.

If no scrolling is happening in your case, could you please include more details about your system? Namely:

reinderien commented 6 years ago

This might be my confusion. It seems this repository is for a stand-alone version of bined; but there's a link to this from the PyCharm DeltaHex plugin. It's that plugin that is bugging out for me in a handful of ways. Is this the correct error tracker, or is there another one?

hajdam commented 6 years ago

Oh, that would be https://github.com/exbin/bined-intellij-plugin And yes, it seems that scrolling is not working there, so I'll fix that. (still, centering won't be available till version 0.2.0 of that plugin much later)

reinderien commented 6 years ago

Thanks; I'll switch to filing some issues there.