Just a quick one to let you know that the "Search & Replace" functionality in the Script Editor seems to go into an infinite loop.
I have a file that has 192 lines like this (NB: These lines are towards the end of a 600+ line script):
- Code: Select all
function createMapTable ( )
mapTable = {
m001 = { x1 = "0", y1 = "0", lush = "false", fissure = "false", player = "0", building = "0", online = "true", sick = "false", removeable = "false" },
m002 = { x1 = "0", y1 = "0", lush = "false", fissure = "false", player = "0", building = "0", online = "true", sick = "false", removeable = "false" },
m003 = { x1 = "0", y1 = "0", lush = "false", fissure = "false", player = "0", building = "0", online = "true", sick = "false", removeable = "false" },
m004 = { x1 = "0", y1 = "0", lush = "false", fissure = "false", player = "0", building = "0", online = "true", sick = "false", removeable = "false" },
m005 = { x1 = "0", y1 = "0", lush = "false", fissure = "false", player = "0", building = "0", online = "true", sick = "false", removeable = "false" },
when I try the following "Search & Replace":
http://sdrv.ms/1gnUIpH
Skyline seems to go into an infinite loop (Task Manager shows it running one core at 100%). My guess would be that it keeps cycling through the script replacing the "able = "false" over and over again??
Regards
Shando