-
As told by https://github.com/mdn/browser-compat-data/issues/17688#issuecomment-1236463360, BCD doesn't currently support UXP-based web browsers such as Pale Moon or Basilisk.
As new web developer,…
-
Create a UXP plugin for Photoshop that:
1. Lists the user's installed plugins
2. Identifies which plugins are CEP and which are UXP
3. For CEP plugins, if the are distributed [via the Exchange](h…
-
As a UXP Developer, I expect the [UXP API documentation](https://www.adobe.io/photoshop/uxp/uxp/reference-js/) to provide the following:
- An overview of the environment, including JavaScript VM de…
-
When running create-bolt-uxp, it clears out the entire folder. This wasn't a huge inconvenience for me, except that I have already init the folder to my git repo. Creating the project killed the link …
-
### What happened?
I noticed that all the e2e tests in provider-aws were failing, even ones that had previously been passing on the exact same commit.
I traced the issue down to the common …
-
`require("uxp").storage.localFileSystem` is broken type
![image](https://github.com/adobe/cc-ext-uxp-types/assets/13526959/300789c7-4568-4955-9d0a-5b36340388a3)
imported like this: `import {stor…
-
I check several versions
and found last that works
basilisk52-g4.8.win32-git-20221105-3219d2d-uxp-fe4859b2c-xpmod.7z - ok
basilisk52-g4.8.win32-git-20230107-3219d2d-uxp-7ecc55be2-xpmod.7z - ok
b…
-
XUL/XULRunner and applications that builds atop these technologies have a future on the [Unified XUL Platform](https://github.com/MoonchildProductions/UXP). Research and investigate ways to do the tra…
ghost updated
6 years ago
-
Issue in /src/pages/guides/uxp_guide/uxp-misc/manifest-v5/index.md
As discussed in [this thread](https://forums.creativeclouddeveloper.com/t/photoshop-plugin-panel-icons-size-23-versus-48-in-manife…
-
I wrote the following code. This works with both UXPScript and ExtendScript.
```
var doc = app.documents.add();
doc.documentPreferences.pageOrientation = 2003395685; //PageOrientation.LANDSCAPE
…