These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Text wrap in Script Editor window

hattg
Registered: Jun 18 2009
Posts: 36

Can the text in the Script Editor window be made to wrap? I have some very long lines of code, and it would be nice if I didn't have to keep scrolling back and forth and had the text the width of the window.
 
Thanks

My Product Information:
LiveCycle Designer, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
There are many different settings for the code editor in LiveCycle designer. I don't think line wrapping is one of them, it's for code, not text. Is there a particular reason you have very long lines? I sometimes have very long text strings, but leaving them long this is just laziness on my part. Any long line of code can be broken up into multiple lines that are easier to see, including very long text.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

hattg
Registered: Jun 18 2009
Posts: 36
It's just inexperience and being new to coding. I know there are much better ways to do a lot of what I do, but getting it to work is my main goal. I try and clean up as I learn more and understand better.