Skip to content

Devtools 1.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@kerrishotts kerrishotts released this 04 May 22:10
· 33 commits to master since this release

This release contains the following UXP developer tools commands :
1. Plugin initialization
2. Plugin loading
3. Plugin reloading
4. Plugin debug and self-hosted CDT
5. Plugin logs
6. Host discovery command
7. Foundation commands for enabling/disabling and starting devtools service

Build details:
Devtools is currently enabled in Photoshop which integrates UXP 3.8.24 or above.
Photoshop build: https://artifactory.corp.adobe.com/artifactory/generic-DI-builds/Installers/21.1/HDESD/osx10-64/mul/20200428.m.664/Release/ESD/AdobePhotoshop21-mul.dmg

Software Requirements:
1. Node version >=10.0.0
2. Yarn version >= 1.5.0
3. Enable ScriptDeveloper mode in Photoshop from Preferences >> Technology previews >> ScriptDeveloper

Known Issues:
1. (UXP-13501) Photoshop modules are not loaded when issuing successive load command for same plugin. Use reload for reloading the plugin in same session or relaunch PS and load plugin
2. (UXP-13589)This build has support for UXP developer tools only on mac. Windows support is work in progress.
3. (UXP-13576) When a breakpoint is hit, Inspector window is not coming into focus.
4. (UXP-13502) Manifest validation is very basic in current build.More validations will come in later builds.
5. (UXP-13504) Only one instance of UXP Developer tools service should be launched.
6. (UXP-13648) Sources are not being loaded intermittenly in inspector tool.

Steps to use:

  1. Download "Source code.zip" on your local machine
  2. Extract it to some directory
  3. Cd into directory and run yarn install
  4. Now you should be able to use uxp commands from terminal