Re: SE Gutter better scroll tracking [Bugfix-20140]

2017-07-23 Thread Mark Wieder via use-livecode
On 07/23/2017 01:19 PM, Monte Goulding via use-livecode wrote: Hi Bob Have you tried this out with very very long scripts > 1 lines? The reason there’s an update delay on a number of things is to reduce the risk of the field editing performance being effected. I have to say I don't know

Re: SE Gutter better scroll tracking [Bugfix-20140]

2017-07-23 Thread Niggemann, Bernd via use-livecode
Bernd wrote: A very simple reproducible instance of the wandering red dot but only in LC 9 (tested in DP2, DP4 and DP8) is pasting. make a button with on mouseUp put x into y put y into v end mouseUp compile script place the red dot at "end mouseUp" now copy the body of the

Re: SE Gutter better scroll tracking [Bugfix-20140]

2017-07-23 Thread Niggemann, Bernd via use-livecode
A very simple reproducible instance of the wandering red dot but only in LC 9 (tested in DP2, DP4 and DP8) is pasting. make a button with on mouseUp put x into y put y into v end mouseUp compile script place the red dot at "end mouseUp" now copy the body of the handler (2 lines) and

Re: SE Gutter better scroll tracking [Bugfix-20140]

2017-07-23 Thread Dr. Hawkins via use-livecode
On Sun, Jul 23, 2017 at 1:29 PM, Monte Goulding via use-livecode < use-livecode@lists.runrev.com> wrote: > Nearest I can tell is it gets out of sync when you hold down delete and > delete a number of lines or hold down return and add a number of lines. > My particular suspicion is that this

Re: SE Gutter better scroll tracking [Bugfix-20140]

2017-07-23 Thread Monte Goulding via use-livecode
> On 24 Jul 2017, at 5:00 am, J. Landman Gay via use-livecode > wrote: > > I couldn't find a bug report, but the issue that bothers me more than a > timing delay is how existing breakpoints migrate to a completely different > line after a script edit. Suppose I

Re: SE Gutter better scroll tracking [Bugfix-20140]

2017-07-23 Thread Monte Goulding via use-livecode
Hi Bob Have you tried this out with very very long scripts > 1 lines? The reason there’s an update delay on a number of things is to reduce the risk of the field editing performance being effected. Cheers Monte > On 23 Jul 2017, at 10:23 pm, Bob Hall via use-livecode >

Re: SE Gutter better scroll tracking [Bugfix-20140]

2017-07-23 Thread Bob Hall via use-livecode
> On Jul 23, 2017, at 3:00 PM, J. Landman Gay via use-livecode > wrote: > > I couldn't find a bug report, but the issue that bothers me more than a > timing delay is how existing breakpoints migrate to a completely different > line after a script edit. You

Re: SE Gutter better scroll tracking [Bugfix-20140]

2017-07-23 Thread J. Landman Gay via use-livecode
On 7/23/17 12:14 PM, Bob Hall via use-livecode wrote: On Jul 23, 2017, at 12:40 PM, J. Landman Gay via use-livecode wrote: Does this fix also handle the misalignment after editing a script? Not sure exactly what the misalignment is that you’re referring to.

Re: SE Gutter better scroll tracking [Bugfix-20140]

2017-07-23 Thread Bob Hall via use-livecode
> On Jul 23, 2017, at 12:40 PM, J. Landman Gay via use-livecode > wrote: > > Does this fix also handle the misalignment after editing a script? > Not sure exactly what the misalignment is that you’re referring to. If it's the issue in the “Ethereal

Re: SE Gutter better scroll tracking [Bugfix-20140]

2017-07-23 Thread J. Landman Gay via use-livecode
Does this fix also handle the misalignment after editing a script? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On July 23, 2017 7:25:41 AM Bob Hall via use-livecode wrote:

SE Gutter better scroll tracking [Bugfix-20140]

2017-07-23 Thread Bob Hall via use-livecode
I have a proposed fix for the gutter lagging behind the scrolling of the Script Editor field. As you will see, this is a big improvement for scrolling in the SE. I had been messing around with this for a couple of months now and have done a lot of testing. The way the Gutter is handled I’d say