I think it's about time to end the discussion.

As Neil tried to explain to you in 
https://sourceforge.net/p/scintilla/feature-requests/1536/, your patch isn't a 
good idea. I tried to do the same here without much success. We are not going 
to break our API because of that and we are not going to reset "last X" to 0 
when making an arbitrary selection using the API.

I even doubt that SCI_CHOOSECARETX  should get set to 0 after selecting a line 
which is the only use case for this patch you mentioned so far. I imagine that 
users use this to delete the current line (i.e. select line, delete it). With 
your patch, this will throw you to the beginning of the line for subsequent 
navigation using arrows. I think it's much more useful to be able to return to 
"last X" afterwards.

I'm closing this PR.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4093#issuecomment-2586779226
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/4093/c2586779...@github.com>

Reply via email to