> But I find it quite unreasonable that so many of the scintilla wrappers > already update the last X and for this case where it actually matters, you > don't want to.
Only `sci_set_current_position()` does. > again, you say "reset.. to 0". let me say once again that my modifications do > NOT reset it to a fixed value of 0. it resets it to the current x position of > the caret. Correct, 0 is not universal. I wrote this with the "select current line" scenario in mind where it resets the value to 0 which, as I wrote, might not be what users expect. You prefer that after it the value is reset to 0; others may prefer being able to return where they were. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4093#issuecomment-2589498531 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4093/c2589498...@github.com>