Skip to main content
Participant
April 12, 2024
Answered

Layer Text problem when using "+" sign with space - uneditable

  • April 12, 2024
  • 2 replies
  • 254 views

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

This topic has been closed for replies.

2 replies

Stephen Marsh
Community Expert
Community Expert
April 12, 2024

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

Ged_Traynor
Community Expert
Ged_TraynorCommunity ExpertCorrect answer
Community Expert
April 12, 2024