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

Syntax highlighting Acrobat3D JavaScript

ekschperte
ekschperte's picture
Registered: Jun 12 2010
Posts: 29
Answered

Hello,

is there a way to access the Acrobat3D functions from in a JavaScript file? Of course, I know, that I can access it for example with getAnnots3D(0)[0].context3D, but is it possible to have syntax highlighting for these "special" functions, e.g. in a popular editor like Notepad++ or Eclipse? What additional software do I need? I have the Adobe Acrobat SDK and Adobe Acrobat 9 Pro installed.

Greets

UVSAR
UVSAR's picture
Expert
Registered: Oct 29 2008
Posts: 1357
Not unless you were to manually add all the commands to your editor program - and each editor will use a different way to store their lookup tables. There's nothing in the SDK that'll help you other than the simple fact it lists all the names, and the way the SDK's bundled set of documentation is constructed, you can't link into it from an external application.