FIXED: jumping cursor issue: new data

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
User avatar
DerellLicht1
Posts: 144
Joined: 23 Jul 2021 17:38
Location: Fremont, CA, USA

FIXED: jumping cursor issue: new data

Post 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
User avatar
pjj
Posts: 2130
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

Re: jumping cursor issue: new data

Post by pjj »

Maybe Rickard -- or someone else -- will be able to confirm this, but I couldn't: no cursor jumping for me.
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
User avatar
DerellLicht1
Posts: 144
Joined: 23 Jul 2021 17:38
Location: Fremont, CA, USA

Re: jumping cursor issue: new data

Post 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...
Last edited by DerellLicht1 on 05 Aug 2023 01:23, edited 1 time in total.
User avatar
pjj
Posts: 2130
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

Re: jumping cursor issue: new data

Post 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 :(
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
User avatar
Rickard Johansson
Site Admin
Posts: 6628
Joined: 19 Jul 2006 14:29

Re: jumping cursor issue: new data

Post by Rickard Johansson »

No luck here either :(
User avatar
DerellLicht1
Posts: 144
Joined: 23 Jul 2021 17:38
Location: Fremont, CA, USA

Re: jumping cursor issue: new data

Post 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??
User avatar
Rickard Johansson
Site Admin
Posts: 6628
Joined: 19 Jul 2006 14:29

Re: jumping cursor issue: new data

Post by Rickard Johansson »

"TextEd.ini" should be enough...
User avatar
DerellLicht1
Posts: 144
Joined: 23 Jul 2021 17:38
Location: Fremont, CA, USA

Re: jumping cursor issue: new data

Post 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...
Attachments
TextEd.zip
(18.3 KiB) Downloaded 64 times
User avatar
Rickard Johansson
Site Admin
Posts: 6628
Joined: 19 Jul 2006 14:29

Re: jumping cursor issue: new data

Post 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...)
User avatar
DerellLicht1
Posts: 144
Joined: 23 Jul 2021 17:38
Location: Fremont, CA, USA

Re: jumping cursor issue: new data

Post 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!
Post Reply