This site requires JavaScript, please enable it in your browser!
Greenfoot back
Falafel_
Falafel_ wrote ...

2020/7/18

Code window lagging, game runs fine.

Falafel_ Falafel_

2020/7/18

#
So the game itself runs perfectly, no lag. Yet the coding window lags tremendously. Every click or added letter or number and it will freeze for around 5 seconds. Compiling takes upward of 10 seconds. This makes it extremly frustrating to code. While I do have a decent bit of code, it's not that much. Anybody have an idea?
danpost danpost

2020/7/18

#
Falafel_ wrote...
the coding window lags tremendously. Every click or added letter or number and it will freeze for around 5 seconds. Compiling takes upward of 10 seconds.
Yes -- the auto-compile feature can be annoying and frustrating. Not much one can do about it (except maybe to stay on an edited line to completion). Or, maybe intentionally call a non-existing method until you want it to attempt compiling, at which point you remove the call (I have never tried; but I think it might be a feasible way to avoid excessive compiling).
You need to login to post a reply.