Copy link to clipboard
Copied
Hi !
I have a problem with the 25.6 version (it's ok in older version, I test in 25.4 , 25.5.1).
When I write + 20%, the plus (+) sign is "transform" in bullet mode and became uneditable.
It happens everytime a wrote "+" & space and any caracters.
Also, I lost the "+" sign in the name of my layer
Thanks
@Punkiep4t not sure if it's a new feature or a bug
Copy link to clipboard
Copied
@Punkiep4t not sure if it's a new feature or a bug
Copy link to clipboard
Copied
As a last resort, perhaps the following script might be able to rename when the GUI fails:
// https://forums.adobe.com/message/9693161#9693161
#target photoshop
var doc = activeDocument;
var pmt = prompt ('Type a new layer name', doc.activeLayer.name, 'Rename Layer');
doc.activeLayer.name = pmt;
https://prepression.blogspot.com/2017/11/downloading-and-installing-adobe-scripts.html