Community Questions & Answers
Titanium SASS/CoffeeScript support
Is Titanium able to handle CoffeeScript naively? I see it in the command menu but I can't find much information on how it works with Titanium.
Coffeescript with Alloy views doesn't work?
This isn't a problem in bare Titanium, but it doesn't seem like Alloy supports exporting the entire controlle to be used in views? controllers/home.coffee ~~~ class Foo @button: -> ... exports.Foo = Foo ~~~ views/home.xml ~~~ <Button...
dataFilter/dataTransform not work by using coffeescript
I just found when i use coffeescript, dataFilter/dataTransform does not work: **index.xml** ~~~ <Alloy> <Collection src="product"/> <Window id="window"> <TableView id="table"...
Coffeescript and Auto-Complete
So I haven't really used eclipse, in like, at least 5-6 years, and i'm extremely new to Titanium. I'm trying to write out my javascript files in Coffeescript, which i've been writing in for some time. I would __REALLY__ love to use the auto-complete...
Coffeescript library for HttpRequest
Hello, I'm currently using this library to wrap Http requests: [HttpRequest.js](http://pastie.org/private/me2pojm8k0eym15nku9bq) Usage: ~~~ var HttpRequest = require('/lib/HttpRequest'); var xhr = new...
Coffeescript crash in Titanium Studio
Hi, Does somebody have an idea why Titanium Studio will crash at strange moments. Probably when parsing Coffeescript itself for syntax usage. Is it possible to disable the Coffeescript syntax checker? Log: ~~~ !ENTRY com.aptana.editor.coffee 4 0...
Enhanced Titanium Developer (IRONti Developer)
As an experiment I put together an enhanced version of the Titanium Developer app (called IRONti Developer, pronounced "iron tie", to avoid user confusion). It supports CoffeeScript, includes a source code editor, and turns off some of the...
What's the current support for coffeescript?
Hello, I wanted to know which was the current support for Coffeescript, as I've noticed that titanium currently supports syntax highlighting, but when I try to run it, it doesn't work
Coffeescript syntax highlighting
Hi! I'm using Titanium Studio to build a Rails app which I will later write some Titanium Mobile Apps for. I'm using Rails 3.1 and Coffeescript. Titanium Studio doesn't seem to support syntax highlighting for Coffescript. - Will this feature come in the...
CoffeeScript and Titanium
Recently a nice blog was written about using CoffeeScript to build Titanium apps: http://rigelgroupllc.com/wp/blog/building-iphone-apps-with-titanium-and-coffeescript It would be interesting if there are a lot of people using it this way... Anybody built...
CoffeeScript and Titanium Developer integration
After a bit of experimenting I added integrated support for CoffeeScript into the Titanium Developer. Here's a screenshot in case anybody is interested: http://bit.ly/d6Yxkw The current integration adds a CoffeeScript precompilation step (there's an extra...
Showing 1-11 of 11