Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

wGEric/Komodo-CoffeeScript-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Implements a CoffeeScript compiler into Komodo.

Install

Download the lastest version and open with Komodo or follow these instructions

Use

Goto to Tools -> CoffeeScript and select an option.

  • Compile Saved File takes a .coffee file and compiles it into javascript and saves a new file with the same name but ending in .js
  • Compile Current Buffer takes the contents of the current buffer and compiles it into javascript.
  • Compile Selection takes the current selection and compiles it into javascript.

Macro

You can create a macro that will automatically compiles a CoffeeScript file when you save. Use the following code and have it trigger After file save:

if (extensions.coffeescript) {
    extensions.coffeescript.compileFile();
}

Change Log

About

Adds a CoffeeScript compiler into Komodo

Resources

Stars

Watchers

Forks

Packages

No packages published