-
Hi
I have a CEP panel plugin released. It works for everyone except this one user.
The plugin loads custom ffx files and adds them to the layers.
It comes with an installer which installs the p…
-
After finding this wonderful tool, I've made 33 scripts, pickers and workflows. While I develop them, I prefix their name with DEV, and when I'm done, I rename to RM [function].
I've also found tha…
-
## Search Terms
allow export type module none
## Suggestion
For `"module": "none"`, please allow `export type Foo = { ... }`
## Use Cases
For ExtendScript code, `tsc` shouldn'…
-
Tightener can serve as a way for allow UXP easy access to existing or newly built application DOMs. By integrating Tightener into UXP as a dynamic library, UXP could be enhanced. InDesign is low-hangi…
-
Adobe does provide TCP Socket class in ExtendScript. But does not provide anything about HTTP. I had to write it on top of the Socket class. With this library, you can connect your API's with Adobe ap…
-
Hi -- The Typescript example is really useful, but seems to only have typings for Premiere. Is there any chance Adobe could generate typings for its other products? In particular, I'm interested in …
-
Looking through https://github.com/hanamura/grunt-extendscript/blob/master/tasks/extendscript.js
It would appear this project is targeted for Mac OS X? Any thoughts on whether this could be easily ad…
daluu updated
9 years ago
-
No errors are thrown but the expected output is not produced.
SVG Document:
```
.line1 {
font-size:120px;
font-family:"Helvetica";
fill: #33ffaa;
}
Som…
-
```
const csInterface = new CSInterface();
csInterface.evalScript(`
function throwMyError(){
throw new Error('myError')
}
throwMyError();
`);
```
forces the debugger …
-
### Description
Can't run npm start.
### Actual behavior
```
create-cep-extension-scripts start
C:\temp\cep-webpack-latest\my-ext\node_modules\create-cep-extension-scripts\scripts\start.j…