You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,26 +17,42 @@ Run commands are accessible via `Command Palette`. Simply click `F1` or `Cmd+Shi
17
17
18
18
Extension will open host application first if it's not running, and then execute the script.
19
19
20
-
> Tip: You don't need to have file saved inside VSCode. Extension will is able to run code from unsaved documents. Kaboom!
20
+
> Tip: You don't need to have file saved inside VSCode. Extension will be able to run code from unsaved documents. Kaboom!
21
21
22
22
Map keyboard shortcuts to execute the script even faster.
23
23
24
24
**Note:** Contribution to support other Adobe applications as well as Windows is highly encouraged.
25
25
26
26
## Installation
27
-
* Download this repository and unzip the package.
28
-
* Copy `VSCode-Adobe-Script-Runner-master` to `/Users/YOURUSER/.vscode/extensions` folder.
27
+
*### From Git.hub
28
+
29
+
* Download this repository and unzip the package.
30
+
* Copy `VSCode-Adobe-Script-Runner-master` to `/Users/YOURUSER/.vscode/extensions` folder.
31
+
32
+
*### ~~From VSCode Marketplace~~
33
+
* Extension is not published in the market just yet.
34
+
35
+
## In action
29
36
* Launch VSCode and open your own jsx file, or for testing just type `alert("Hello World")`.
30
37
* Launch `Command Palette` with keyboard shortcut `F1` or `Cmd+Shift+P` and type `Adobe After Effects` and click enter.
31
38
* Hopefully After Effects will fire up and run your script 🙏
32
39
33
40
## Settings
34
41
35
-
Extension exposes the following settings:
42
+
Click `Cmd+,` on Mac or `Ctrl+,` on Windows to modify settings. Extension exposes the following settings:
36
43
37
44
*`adobeScriptRunner.saveDirty`: toggle to run unsaved (dirty) files.
38
45
*`adobeScriptRunner.runUntitled`: toggle to run untitled files. Define location of temporary file in `adobeScriptRunner.tempFile` setting.
39
46
*`adobeScriptRunner.tempFile`: location to save temporary file. Used only when `adobeScriptRunner.runUntitled` is enabled.
40
47
48
+
**For Windows users only:**
49
+
*`adobeScriptRunner.winEstkExe`: path to Adobe ExtendScript Toolkit executable (ExtendScript Toolkit.exe).
50
+
*`adobeScriptRunner.winAfterFxExe`: path to Adobe After Effects executable (AfterFX.exe).
51
+
*`adobeScriptRunner.winIllustratorExe`: path to Adobe Illustrator executable (Illustrator.exe).
52
+
*`adobeScriptRunner.winPhotoshopExe`: path to Adobe Photoshop executable (Photoshop.exe).
53
+
54
+
Executable paths for InCopy and InDesign for Windows are not exposed because they are handles differently then the rest of the apps. Go figure Adobe ¯\\\_(ツ)\_/¯
55
+
56
+
41
57
## Known issues
42
58
* Host application does not get focus on script run.
0 commit comments