Regression?

Forum for discussion about the Windows IDE of Hollywood
Post Reply
Flinx
Posts: 342
Joined: Sun Feb 14, 2021 9:54 am
Location: Germany

Regression?

Post by Flinx »

Is it possible that at some point the second effect from here came back? At the moment I have a very similar behaviour.
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Regression?

Post by airsoftsoftwair »

Hmm, now what again is the "second effect"? I don't quite get that from the linked thread...
Flinx
Posts: 342
Joined: Sun Feb 14, 2021 9:54 am
Location: Germany

Re: Regression?

Post by Flinx »

In the first posting, the effect I described second: After a runtime error with a marked line and scrolling to a different position outside the displayed text part, a click in the text sets the cursor to an incorrect position.
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Regression?

Post by airsoftsoftwair »

Hmm, I can't reproduce it. Seems to work here. Is this clearly reproducible or does it happen only sporadically?
Flinx
Posts: 342
Joined: Sun Feb 14, 2021 9:54 am
Location: Germany

Re: Regression?

Post by Flinx »

Because it annoyed me again, I experimented and now I have an example for this too.
But it has over 300 largely meaningless lines, so I won't write it in the forum, and have this link instead.
The script causes a runtime error after a few seconds. Then double-click on p_Wait in the function browser to go to the faulty function, and then click in the editor into this function to correct the error. This last click changes the position.
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Regression?

Post by airsoftsoftwair »

Thanks for the MCVE, I was able to reproduce it and hopefully it's really fixed now.

Code: Select all

- Fix [IDE]: Scrolling glitch when an error was highlighted, the scrollbar position changed and then the
  user tried to change cursor position
Flinx
Posts: 342
Joined: Sun Feb 14, 2021 9:54 am
Location: Germany

Re: Regression?

Post by Flinx »

Thanks!
Post Reply