Page 1 of 1

FIXED: jumping cursor issue: new data

Posted: 02 Aug 2023 02:30
by DerellLicht1
Okay!! I finally have a file where this issue is occurring repeatable...
I will include the file here, and hope that it does this for Rickard as well...

If I go to line 9, position the cursor right under the 3 in 305, then start typing 306,
The 3 enters properly, but then the cursor jumps in *front* of the 3 as I continue typing, so I get 063 instead of 306...

BTW, I have both "Allow text cursor beyond end of line" and "Keep trailing spaces" set in Options; don't know if that is relevant here...

Later note: well, I don't seem to be able to attach resource.h to this message; it keeps saying 'invalid file extension'... even if I rename it to .txt, it still says that...
so let me try it this way; I hope it still has whatever is wrong in it...
https://www.derelllicht.com/files/resource.h

Re: jumping cursor issue: new data

Posted: 02 Aug 2023 07:16
by pjj
Maybe Rickard -- or someone else -- will be able to confirm this, but I couldn't: no cursor jumping for me.

Re: jumping cursor issue: new data

Posted: 03 Aug 2023 16:24
by DerellLicht1
pjj wrote: 02 Aug 2023 07:16 Maybe Rickard -- or someone else -- will be able to confirm this, but I couldn't: no cursor jumping for me.
Dang... I was afraid of that...

I just downloaded the file and tested again, and it still happens for me...

Note: if I do this sequence, the issue does *not* occur:

> put cursor at beginning of line 9 (IDC_WEBLINK line)
> press End to get end-of-line
> Tab out to correct position (below the '3' of 305)
> start typing

But if I use mouse to place the cursor just under the '3' on previous line, then start typing, it occurs...

I have a feeling this is produced by some combination of options that I have configured, but no telling what they are...

Re: jumping cursor issue: new data

Posted: 03 Aug 2023 18:33
by pjj
DerellLicht1 wrote: 03 Aug 2023 16:24 I have a feeling this is produced by some combination of options that I have configured, but no telling what they are...
You very well may be right: I tried different combinations of settings at my end (tab, cursor, font...), yet no luck :(

Re: jumping cursor issue: new data

Posted: 09 Aug 2023 17:29
by Rickard Johansson
No luck here either :(

Re: jumping cursor issue: new data

Posted: 13 Aug 2023 23:51
by DerellLicht1
Rickard Johansson wrote: 09 Aug 2023 17:29 No luck here either :(
Is it possible that I could share some configuration files that would enable you to try to pursue this??
I'm not sure what I would need; at a minimum, probably TextEd.ini; possibly cpp.ini/cpp.syx, what else??

Re: jumping cursor issue: new data

Posted: 14 Aug 2023 13:13
by Rickard Johansson
"TextEd.ini" should be enough...

Re: jumping cursor issue: new data

Posted: 16 Aug 2023 23:03
by DerellLicht1
Rickard Johansson wrote: 14 Aug 2023 13:13 "TextEd.ini" should be enough...
Okay, here you go; Note that it is *possible* that this is related to cpp changes that I've made, so perhaps I may need to deliver those as well; let me know, if this is not sufficient...

Re: jumping cursor issue: new data

Posted: 17 Aug 2023 17:18
by Rickard Johansson
Fixed in next release (v15.93). Thanks!

("Allow text cursor beyond end of line" and "Paste should not move the text cursor" does not play well together...)

Re: jumping cursor issue: new data

Posted: 23 Aug 2023 02:23
by DerellLicht1
Rickard Johansson wrote: 17 Aug 2023 17:18 Fixed in next release (v15.93). Thanks!

("Allow text cursor beyond end of line" and "Paste should not move the text cursor" does not play well together...)
Wow!!! Once again, you are just awesome!! Thank you so much!