Inventsable / PlayWrite

Panel text editor for Illustrator, Photoshop and After Effects to run code snippets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panel text editor via CodeMirror for Illustrator, Photoshop and After Effects.

Run and save snippets within the host app:

Saving and running snippets

With error detection and warnings:

Automatic error warnings

console(code) will evaluate code and return the result to the bottom display.

JSXEvent(data, name) will send the data back to JavaScript as a named CSEvent.

See eventManager for demonstration of Events:

Event 'com.playwrite.console' evaluates and displays data in the panel console.

Event 'com.playwrite.error' parses error messages from data and updates console.

Event 'com.playwrite.write' inserts data at the current cursor location.

Currently only runs .jsx with limited syntax highlighting via CodeMirror's Javascript mode, has internal hotkeys and multiple addons.

About

Panel text editor for Illustrator, Photoshop and After Effects to run code snippets

License:MIT License


Languages

Language:JavaScript 91.6%Language:CSS 4.9%Language:HTML 3.5%