Skip to main content
April 14, 2020
Answered

What is the best external editor for editing JavaScript in Acrobat DC forms?

  • April 14, 2020
  • 3 replies
  • 5770 views

What is the best external editor for editing JavaScript in Acrobat DC forms?

Free is good for me who is poor man.

 

Thank you for your advice. 

This topic has been closed for replies.
Correct answer try67

Depends on the application, but generally speaking, yes.


Just to clarify, by "app" I meant the text editor, not Acrobat.

However, if you're editing a folder-level script then you do need to restart Acrobat for the changes to take effect, yes.

3 replies

try67
Community Expert
Community Expert
April 14, 2020

I don't like to use external editors at all because you have to close the application entirely after updating the code, which is annoying. So I use the internal editor when possible and plain-old Notepad when the code is too long for the internal one.

However, I use Notepad++ to actually write the code, and I just copy and paste it into the internal editor when needed.

That way I can keep Notepad++ open at all times and can update the code without having to restart it constantly.

April 14, 2020

Do I have to restart the app every each time I enter code in the each field when using an external editor?

try67
Community Expert
Community Expert
April 14, 2020

Depends on the application, but generally speaking, yes.

Bernd Alheit
Community Expert
Community Expert
April 14, 2020

On a Windows system use Notepad++

April 14, 2020

Thank you for your advice!

Thom Parker
Community Expert
Community Expert
April 14, 2020

I like Notepad++. Not only does it have great general purpose code editing features, it has special features, such as code coloring, for JavaScript and other languages. 

 

There are some free ones out there, but none are even close to Notepad++. 

 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
April 14, 2020

Thank you for your advice!