Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Apr 12, 2024 Apr 12, 2024

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

 

Patricia24505017xtd3_0-1712857998072.png

 

Thanks

TOPICS
Windows
155
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 12, 2024 Apr 12, 2024
Translate
Adobe
Community Expert ,
Apr 12, 2024 Apr 12, 2024
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 12, 2024 Apr 12, 2024
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines