1.6 KiB
Introduction
Cappuccino cappuccino.org is an open source framework that makes it easy to build desktop-caliber applications that run in a web browser.
Commands
Run
⌘R Run the current cappuccino web application in TextMate's HTML output window.
If you are inside of an Objective-J file (file extension .j) this command will look for a file index.html starting at the current folder and upwards within the file hierarchy or if you are working with a project it will look for it at the project's root path.
If the start HTML site differs you can set the shell variable TM_OBJJ_MASTER_FILE within a project.
Run in Browser
⇧⌘R Run the current cappuccino web application in the default web browser.
If you are inside of an Objective-J file (file extension .j) this command will look for a file index.html starting at the current folder and upwards within the file hierarchy or if you are working with a project it will look for it at the project's root path.
If the start HTML site differs you can set the shell variable TM_OBJJ_MASTER_FILE within a project.
Shell Variables
TM_OBJJ_MASTER_FILE
This variable contains the path to the application's start HTML site.
Main Bundle Maintainer
Date: Sep 7 2009
- Tom Robinson tom@280north.com - Hans-Jörg Bibiko bibiko@eva.mpg.de