Giter VIP home page Giter VIP logo

jsx.tmbundle's Introduction

Adobe-jsx.tmbundle

For use with Adobe.jsx(ExtendScript) CS3 or later.

Original(kanemu/extendscript.tmbundle)

Install

Git

$ git clone https://github.com/milligramme/Jsx.tmbundle.git ~/Library/Application\ Support/TextMate/Bundles/Jsx.tmbundle

v2.0-beta.12.23 or later, bundles are no longer read from Avian folder

$ git clone https://github.com/milligramme/Jsx.tmbundle.git ~/Library/Application\ Support/Avian/Bundles/Jsx.tmbundle

Download Zip

  1. Download the zip
  2. Unzip.
  3. Rename unzipped folder to "Jsx.tmbundle".
  4. Double Click or open Jsx.tmbundle with TextMate.
  5. The bundle installs to following paths.
    • ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles/Jsx.tmbundle

Usage

This bundle depend on JavaScript.tmbundle.

To execute .jsx and .jsxinc add File Types : 'jsx jsxinc'.

Js File Type

Execute

  • Execute in CS3.app = control + 3
  • Execute in CS4.app = control + 4
  • Execute in CS5.app = control + 5
  • Execute in CS5.5.app = control + shift + 5
  • Execute in CS6.app = control + 6
  • Execute in CC.app = control + 7
  • Execute in CC 2014.app = control + 8
  • Execute in CC 2015.app = control + 9

By Default run with InDesign, this can be changed using #target or //@target

 #target "indesign"
 #target "illustrator"
 #target "photoshop"
 //@target "indesign"
 //@target "illustrator"
 //@target "photoshop"

Can use relative path to #include or //@include scripts, like below

 #include "underscore.js"
 #include "./underscore.js"
 //@include "underscore.js"
 //@include "./underscore.js"

Open in ExtensScript Toolkit

  • Open in Estk2 = control + option + 3
  • Open in Estk CS4 = control + option + 4
  • Open in Estk CS5 = control + option + 5
  • Open in Estk CS5.5 = control + option + shift + 5
  • Open in Estk CS6 = control + option + 6
  • Open in Estk CC = control + option + 7

jsx.tmbundle's People

Contributors

milligramme avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jsx.tmbundle's Issues

update README

v2.0-beta.12.23 or later, Application Support/Avian folder is disabled.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.