Skip to content

Commit

Permalink
Created the first round of PPro-specific documentation; the App objec…
Browse files Browse the repository at this point in the history
…t. Related: I hate .rst tables!
  • Loading branch information
bbb999 committed Sep 26, 2017
1 parent 10498fb commit 8a0b024
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 544 deletions.
9 changes: 2 additions & 7 deletions 1 - Introduction/extendscript-overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ This document does not teach ExtendScript, ExtendScript Toolkit debugging, or ot
Example code
------------

The PProPanel example is available from the Adobe CEP GitHub repository: https://github.com/Adobe-CEP/Samples/tree/master/PProPanel.

The samples are located under the ExtendScript SDK root directory:

- ``SDKroot/Samples/javascript/``: sample scripts
- ``SDKroot/Samples//javascript/resources/``: resources, such as image or flash files
The PProPanel sample exercises Premiere Pro's ExtendScript API: https://github.com/Adobe-CEP/Samples/tree/master/PProPanel.


.. _development-and-debugging-tools:
Expand All @@ -29,5 +24,5 @@ The ExtendScript Toolkit (ESTK) remains the best (and only) ExtendScript debugge

http://www.adobe.com/products/extendscript-toolkit.html

ESTK can be used to execute stand-alone scripts in Premiere Pro, and debug ExtendScript invoked from within CEP panels.
ESTK can be used to execute stand-alone scripts in Premiere Pro, and debug ExtendScript invoked from within CEP panels. Commonly, developers test individual functions in ESTK, then debug them 'in context' running from within a CEP panel.

0 comments on commit 8a0b024

Please sign in to comment.