Script Editor For Mac

  1. Free Script Editor For Mac
  2. Mac Os Scripting
  3. Movie Editor For Macbook Pro
  • On my Mac, I use TextWrangler for creating VBScripts. It doesn't support VBScript implicitly (highlighting of all keywords), but it has nice indenting, search replace etc. It doesn't support VBScript implicitly (highlighting of all keywords), but it has nice indenting, search replace etc.
  • Editing an AppleScript using Script Editor. AppleScripts are written in Script Editor, an app which lives in your Mac's Utilities folder. There are two ways you can create scripts in AppleScript.
Active5 years, 7 months ago

Does anybody know a good text editor for Mac that supports syntax highlighting in CoffeeScript? Is it possible to do this in TextWrangler or BBEdit?

Cheers :)

Script Editor can display the result of executing a script, as well as a log of events sent and received during execution. Note A result is a value generated when a script statement executes.

kolinkokolinko
1,0131 gold badge10 silver badges31 bronze badges

8 Answers

timbotimbo
5,5505 gold badges33 silver badges51 bronze badges

On http://jashkenas.github.com/coffee-script/ there is a list of what is available.

For Emacs there is CoffeeScript Major Mode (Emacs for mac: http://aquamacs.org/)

For Vim there is Vim CoffeeScript (Vim for mac: http://code.google.com/p/macvim/)

For Textmate there is CoffeeScript TextMate Bundle (how noted by Trevor, this is maintained by CoffeeScript creator Jeremy Ashkenas. And how noted by Chocohound, it works on Sublime Text 2 too)

For Gedit there is gedit-coffeescript

For IntelliJ IDEA and RubyMine there is coffeescript-idea

I can find nothing for TextWrangler or BBEdit.

Edit:

The list moved to the wiki and now there is an attempt to make a BBEdit plugin too ;)

As mb21 said, you can find TextWrangler instructions here.

Community
SinetrisSinetris
6,0821 gold badge18 silver badges16 bronze badges

To highlight coffeescript in Eclipse:

For
  1. Downloadhttp://www.gstaff.org/colorEditor/cbg.editor_1.2.6.jar
  2. Download https://raw.github.com/dhotson/coffeescript-jedit/master/coffeescript.xml
  3. Open cbg.editor_1.2.6.jar with a zip editor.
  4. Put coffeescript.xml into the cbg.editor_1.2.6.jarmodes directory
  5. Edit cbg.editor_1.2.6.jarmodescatalog (it's an XML file)
  6. Add a line for Coffeescript:

<MODE NAME='coffee' FILE='coffeescript.xml' FILE_NAME_GLOB='*.coffee' />

Save the .jar and put it into Eclipse's plugin directory. Restart Eclipse and .coffee files should now be highlighted.

WARNING: For some reason, this plugin's default colours are TERRIFYINGLY UNUSABLE. I recommend editing the colours to the attached first, before viewing any files. Honestly, just save yourself the heartache.

Jeremy WarneJeremy WarnePowershell script editor for mac
2,8421 gold badge25 silver badges27 bronze badges

TextMate have good bundle:

RubyMine / IDEA have also good plugin (but this is IDE and is crossplatform):

Andrzej ŚliwaAndrzej Śliwa
1,0842 gold badges11 silver badges17 bronze badges

Aptana has it now in version 3.0.4, but due to a bug with control over tabs/spaces, you'll need to install the 3.0.5 beta.

This is the beta Eclipse update site: http://preview.appcelerator.com/aptana/studio3/plugin/update/beta/

I'm pretty happy with Aptana. In my opinion, the editors for css, scss, coffeescript, html, etc. are all better than the built-in eclipse editors for these languages.

Jon StevensJon Stevens
1,6521 gold badge19 silver badges18 bronze badges

Adobe Brackets has native CoffeeScript support and the 'Interactive Linter' extension (downloadable from within the app) will even lint it to some extent, tell you that your lines are too long and so on.

However, there is no comment/uncomment keyboard shortcut, which gets old fast and there are other bugs, as you'd expect with software in such hard-development.

Worth checking out, none-the-less.

Dom VinyardDom Vinyard
1,3701 gold badge19 silver badges29 bronze badges
Thariama

Free Script Editor For Mac

Thariama
42.4k9 gold badges111 silver badges139 bronze badges

Here's a plist file for syntax highlighting, etc, for CoffeeScript in BBEdit:

Mac Os Scripting

GraeckGraeck
5951 gold badge5 silver badges13 bronze badges

Movie Editor For Macbook Pro

Not the answer you're looking for? Browse other questions tagged macoscoffeescript or ask your own question.