Thank you for answering.
On Tue, Mar 19, 2013 at 3:42 PM, Allan Odgaard mailinglist@textmate.org wrote:
On 18 Mar 2013, at 16:54, Bartłomiej Kubiak wrote:
Also, will it be possible to compile only selected part of a CoffeeScript code?
I added a command so that ⌘B will compiling and display selection (if any).
I'm aware of this command. It works perfectly in TM1 but I can't get it work in TM2. When I select part of CoffeeScript code and push cmd+B whole file gets compiled.
Ps. I'm not sure if the list is proper for bundle related issues.
For the syntax highlight problem you may have more luck reporting the issue with the original bundle: https://github.com/jashkenas/coffee-script-tmbundle/
The bundle included with TextMate is however a fork, so we’ll have to merge any potential fix. Our fork only exist because I made some improvements that require 2.0 and they don’t want to merge them upstream, but I don’t use CoffeeScript, so I am not suitable for maintaining a fork, i.e. we’ll just have to regularly rebase our improvements with the upstream bundle, but don’t plan to do anything more with it.
Steven Luscher opened issue in original bundle repository and pointed out possible culprit (more info: https://github.com/jashkenas/coffee-script-tmbundle/issues/127).
-- Regards, Bartek Kubiak