mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Compiling data now names each file being compiled
This commit is contained in:
@@ -197,7 +197,7 @@ def pbEachFileSectionEx(f)
|
|||||||
end
|
end
|
||||||
lineno += 1
|
lineno += 1
|
||||||
Graphics.update if lineno%500==0
|
Graphics.update if lineno%500==0
|
||||||
Win32API.SetWindowText(_INTL("Processing line {1}",lineno)) if lineno%50==0
|
Win32API.SetWindowText(_INTL("Processing {1} line {2}",FileLineData.file,lineno)) if lineno%50==0
|
||||||
}
|
}
|
||||||
yield lastsection,sectionname if havesection
|
yield lastsection,sectionname if havesection
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1187,7 +1187,7 @@ def pbCompileMachines
|
|||||||
end
|
end
|
||||||
lineno += 1
|
lineno += 1
|
||||||
Graphics.update if lineno%50==0
|
Graphics.update if lineno%50==0
|
||||||
Win32API.SetWindowText(_INTL("Processing TM line {1}",lineno)) if lineno%50==0
|
Win32API.SetWindowText(_INTL("Processing {1} line {2}",FileLineData.file,lineno)) if lineno%50==0
|
||||||
}
|
}
|
||||||
f.close
|
f.close
|
||||||
elsif safeExists?("Data/tmRS.dat")
|
elsif safeExists?("Data/tmRS.dat")
|
||||||
|
|||||||
Reference in New Issue
Block a user