JavierAroche / brackets-to-photoshop

An extension for Brackets to execute a JSX file in Photoshop.
MIT License
26 stars 4 forks source link

Seems to not be working with latest version (2018) of photoshop #5

Closed dedoubleyou1 closed 6 years ago

dedoubleyou1 commented 6 years ago

I get the following error in the Brackets console when running after updating photoshop: [node-error 2:36:42 PM] Br-Ps: 81:91: syntax error: Expected end of line but found identifier. (-2741)

januswow commented 6 years ago

@dedoubleyou1 You can modify the extension information to work with PS CC 2018. Open file "/Users/yourusername/Library/Application Support/Brackets/extensions/user/brackets-to-photoshop/lib/AdobeVersions.json", and add "photoshop-120" : "Adobe Photoshop CC 2018" to photoshop block. Done!

JavierAroche commented 6 years ago

Thanks @januswow! That's right, any new versions can be added that way. I made a new release v0.0.6, so this should fix it.

Sorry for the delay on this guys. I'm not using Brackets as much these days, so it's hard to maintain this repo.