[SOLVED] Editor allows for white space at ends of entity names

I took an undue amount of time debugging a script where app.root.findByName(‘EntityName’) was used however, as it was eventually revealed, the script would have worked if it was app.root.findByName('EntityName ') due to a space inadvertently added to the end of the entity name. Perhaps there is some good reason for the editor permitting such names. If so, please advise me as to why entity names should be allowed spaces at the ends?

Indeed, hm. Probably there is no really a reason to allow trailing spaces - I agree.
Perhaps we can simply trim renaming within editor UI.

Thank you for suggestion, and sorry for frustration you’ve experienced debugging.

You’re awesome. Thank you.

Should be deployed in few days.

Fix is deployed, refresh editor.