I found a problem with version 1.5.3 dealing with Lua block comments ("–[[… --]]"). The editor understands the block comment but doesn’t understand when the comment is disabled by starting the comment block with “—[[” instead of “–[[”.
-- The following code is commented out--[[-- include Corona's "physics" librarylocal physics = require "physics"physics.start(); physics.pause()--]]-- The following code is NOT commented out---[[-- include Corona's "physics" librarylocal physics = require "physics"physics.start(); physics.pause()--]][/code]The editor thinks both blocks of code are commented out.Tom [import]uid: 6119 topic_id: 29589 reply_id: 329589[/import]
Hello Tom,
Thanks for your report! This is already fixed in the beta. We will be releasing it within the next few weeks. If you would like to try out the beta let us know.
Regards,
M.Y. Developers [import]uid: 55057 topic_id: 29589 reply_id: 118809[/import]