Re: AW: Script Editor Performance

2019-01-30 Thread Lagi Pittas via use-livecode
#METOO ;-) On Tue, 29 Jan 2019 at 15:14, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Tiemo Hollmann wrote: > > > Beside of massive slowdowns, the 9er IDE has (at least on Win 10) some > > nasty behaviors. E.g. When using the scroll-bar, the line numbers > > don't

Re: Script Editor Performance

2019-01-29 Thread Mark Wieder via use-livecode
On 1/29/19 8:43 AM, Bob Sneidar via use-livecode wrote: Others have seen it and it seemed to be related to really long scripts. I've seen it on 20-line scripts. With 9.0.2. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-live

Re: Script Editor Performance

2019-01-29 Thread Bob Sneidar via use-livecode
I just did and am not seeing the issue. 9.0.2 Community MacOS 10.14.2 Bob S > On Jan 29, 2019, at 08:43 , Bob Sneidar via use-livecode > wrote: > > Others have seen it and it seemed to be related to really long scripts. I am > running 9.0.2 and have not seen this for a while. Open the datagr

Re: Script Editor Performance

2019-01-29 Thread Bob Sneidar via use-livecode
Others have seen it and it seemed to be related to really long scripts. I am running 9.0.2 and have not seen this for a while. Open the datagrid behavior and scroll to the bottom. That should do it if it's gonna trigger. Bob S > On Jan 29, 2019, at 08:09 , Matthias Rebbe via use-livecode >

Re: Script Editor Performance

2019-01-29 Thread Matthias Rebbe via use-livecode
Matthias Rebbe free tools for Livecoders: https://instamaker.dermattes.de https://winsignhelper.dermattes.de > Am 29.01.2019 um 16:14 schrieb Richard Gaskin via use-livecode > mailto:use-livecode@lists.runrev.com>>: > >

Re: AW: Script Editor Performance

2019-01-29 Thread Richard Gaskin via use-livecode
Tiemo Hollmann wrote: > Beside of massive slowdowns, the 9er IDE has (at least on Win 10) some > nasty behaviors. E.g. When using the scroll-bar, the line numbers > don't get updated anymore. You have to stop scrolling and click > somewhere within the script to update the line numbers. Thanks fo

AW: Script Editor Performance

2019-01-29 Thread Tiemo Hollmann TB via use-livecode
gliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Ray via use-livecode Gesendet: Montag, 28. Januar 2019 22:58 An: use-livecode@lists.runrev.com Cc: Ray Betreff: Re: Script Editor Performance Thanks Curry - I'm using Windows 10. I

Re: Script Editor Performance

2019-01-28 Thread Ray via use-livecode
Thanks Curry - I'm using Windows 10.  I'll try some of these things you've suggested and get back. On 1/28/2019 4:54 PM, Curry Kenworthy via use-livecode wrote: Ray: > For some time now I've noticed a substantial slowdown in > the script editor every time I upgrade to 8.X or 9.X. If you're lu

Re: Script Editor Performance

2019-01-28 Thread Curry Kenworthy via use-livecode
Ray: > For some time now I've noticed a substantial slowdown in > the script editor every time I upgrade to 8.X or 9.X. If you're lucky, making adjustments (disabling real time protection mode or whitelisting LC and its filetypes) to your Anti Virus (such as Windows Defender) may alleviate t

Script Editor Performance

2019-01-28 Thread Ray via use-livecode
For some time now I've noticed a substantial slowdown in the script editor every time I upgrade to 8.X or 9.X.  I've usually end up going back to my favorite version, 7.1.4, with its high performance script editor.  Which version of LC are you using? __

Re: Script Editor Performance

2019-01-22 Thread Richard Gaskin via use-livecode
David Bovill wrote: > My guess on this is that it is a basic field issue. Easily testable: 1. Make a field 2. Type in it 3. Open the Script Editor 4. Type in it If you see a significant difference, we'll know it lies in the SE scripts and not the engine. > One of the most frequent crashes

Re: Script Editor Performance

2019-01-22 Thread Beetlejooce via use-livecode
prothero--- via use-livecode wrote > ... > I’d love to get some feedback on one of my fixes. I’m not seeing any > issues but I need to get feedback across a few machines (Windows/Linux) to > confirm my changes before creating a pull request. If you are an advanced > user and are willing to hack up

Re: Script Editor Performance

2019-01-22 Thread Brian Milby via use-livecode
Bob, You could just create the branch on your fork of the engine/IDE and post that.   I’ve not been doing as much over the past few weeks but would be game to make a change and test (even build a version with it).  I will say that I have not noticed that much of an issue but my code projects are

Re: Script Editor Performance

2019-01-22 Thread dunbarxx via use-livecode
Hi. Something you must consider. On the forum "Jerky Script Editor Scrolling". Some fonts scroll far smoother than others. Craig Newman -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode m

Re: Script Editor Performance

2019-01-22 Thread Matthias Rebbe via use-livecode
> > I’d love to get some feedback on one of my fixes. I’m not seeing any issues > but I need to get feedback across a few machines (Windows/Linux) to confirm > my changes before creating a pull request. If you are an advanced user and > are willing to hack up a file within the Application bund

Re: Script Editor Performance

2019-01-22 Thread bob--- via use-livecode
The change I made is in the Script Editor which is not related to the message box. It’s a UX/performance issue that I’ve fixed. Nothing related to crashing at all. More of a difference in opinion I guess. My way is much better — for me anyways :-) I’m betting others will agree though. I’ve not

Re: Script Editor Performance

2019-01-22 Thread David Bovill via use-livecode
My guess on this is that it is a basic field issue. One of the most frequent crashes I get is if in testing I put some data in the msg box. If the data is unusually large, everything jams. Only a force-quit gets you out of that. I wonder if when we have native field objects - that this might be th

Script Editor Performance

2019-01-22 Thread bob--- via use-livecode
The script editor in Livecode is absolutely horrid performance wise. There plenty of issues but the scrolling performance bothers me to no end — AGAIN! I develop on a 3 year old iMac 27” with 24G of ram. The Livecode IDE is by far the worst IDE/Script Editor that I use (sorry to say). I’m findin

Re: Script editor performance with large scripts

2016-01-18 Thread Mike Kerner
We really should have a workshop/class/webinar on the script editor. Some day, glx should be part of the SE, and I would imagine that I am not the only one with a long SE wishlist. On Mon, Jan 18, 2016 at 11:33 AM, Peter TB Brett wrote: > Hi all, > > I've spent the last couple of days making th

Script editor performance with large scripts

2016-01-18 Thread Peter TB Brett
Hi all, I've spent the last couple of days making the script editor quite a bit snappier when working with large scripts (5000+ lines), and if all goes well, those changes should be landing in the next LiveCode 8 development preview release. Good news for people who write terrifyingly huge sc