For some reason I can’t edit the scripts names.
For some reason I can’t edit the scripts names.
I remember that I could long clicking the name in the editor, but now (stock lollipop) long clicking the name opens the list to choose a script (that feature to select an item long pressing, moving, and releasing to confirm)
Anyone else?
]]>
< ![CDATA[
Can confirm. (Nexus 7 2013 wifi) stock 5.0
]]>
< ![CDATA[
I’ve had the same problem on my nexus 5
]]>
< ![CDATA[
Weird… I will find a fix for this.
In the meantime, maybe make a script to change the script name… Huh, huh, things are getting really weird now!
]]>
< ![CDATA[
I already made it (more or less) using this in the script 😛
var s=LL.getCurrentScript();
if(!confirm(s.getName()))return;//to be sure this is script
s.setName(prompt(“newName”,s.getName()));
]]>