Zeitler Andreas | 1 Jan 2007 02:10
Picon

Re: Re: TextMate and ActionsScript Bundle How to?

Sounds quite interesting. ;)

How do i do this?

On 31.12.2006, at 21:59, Benjamin Jackson wrote:

>> My first intention, just to see how things are working i wanted to  
>> make a trace output - which says "Hello World". What am i doing  
>> wrong? Ive tried to use the ActionScript template and i did a  
>> script which just says trace ("Hello World"); I did use the  
>> "Install MTASC Support Files" and i did a try without...nothing  
>> happens. Can anybody help or does know where i get some  
>> information? ==================================
>
> trace() is used by the Flash IDE. The MTASC equivalent is TRACE(),  
> which you can set up on the command line to point to another  
> function. I'm currently using the LuminicBox logger, but everyone  
> has their favorite. Google 'actionscript logger' for more options.  
> Most of them either work over a LocalConnection or an XMLSocket to  
> pass information to the logger. XMLSocket loggers are faster but  
> the ones I've seen are less robusty (Luminic, which is a LC  
> debugger, has a nice tree view for your objects).
>
> Good luck :)
>
> P.S. If you're interested in a more complete workflow, check out my  
> howto on the subject at
> http://www.unfitforprint.com/articles/2006/01/02/howto-develop- 
> flash-on-mac-osx-with-rake-mtasc-swfmill-and-textmate
> ___________________
(Continue reading)

Benjamin Jackson | 1 Jan 2007 20:26

(no subject)

> Sounds quite interesting. ;)
>
> How do i do this?

Google is your friend :)

Take a look at the documentation on the MTASC website, and take a  
look at Ralf Bokel's hacked version (HAMTASC) for more fun with  
command-line options.

The howto I pointed to on my blog has a ZIP that you can download for  
the walkthrough. Good luck!
___________________
Ben Jackson
Diretor de Desenvolvimento

+55 (21) 2256-1022
ben@...
http://www.incomumdesign.com

Christoph Biela | 2 Jan 2007 15:07
Picon

smart "german" quotes

Hi,

is there a possibility to change or turn of the smart quote function of textmate?
Since I need to write some german TeXt i would like to have the „German Anführungszeichen“ instead of “English quotes”.
Having a mac gives me the great advantage of typing those quotes but TextMate does to much here and generates „“” which 
is a bit annoying.

Any suggestions?

Thanks
Christoph



baptiste auguie | 2 Jan 2007 15:33
Picon
Favicon

Octave output

Hi,

Running Octave scripts from Textmate using Matlab bundle works fine, but I'm not sure what sort of output I should use. I have set it to 'Show as HTML', since I don't want to create a new file for each run and the tooltip option is too volatile. The only problem is the text comes out without any line breaks, which is very painful to read especially when it comes to vectors and matrices.

Any tip?

thanks,

baptiste


__________________________________________________
Do You Yahoo!?
En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités
http://mail.yahoo.fr Yahoo! Mail

Nicolas Weber | 2 Jan 2007 15:41
Picon
Picon

Re: Octave output

Hi,

> Running Octave scripts from Textmate using Matlab bundle works  
> fine, but I'm not sure what sort of output I should use. I have set  
> it to 'Show as HTML', since I don't want to create a new file for  
> each run and the tooltip option is too volatile. The only problem  
> is the text comes out without any line breaks, which is very  
> painful to read especially when it comes to vectors and matrices.

You could try wrapping the output in a <pre> tag

Christoffer Sawicki | 2 Jan 2007 19:25
Picon
Gravatar

Strange Problems with TextMate

Hello!

My TextMate has been malfunctioning lately and I've been unable to repair it.
I've tried reinstallning and purging all settings I could find, but no
difference.

Here's what doesn't work:

* Creating a new file in the project drawer (nothing happens)
* All of the popup windows (for HTML validation etc) are totally blank

Any ideas on how to troubleshoot this?

Thankful for any help,

--

-- 
Christoffer Sawicki
http://vemod.net/

Elio Grieco | 2 Jan 2007 21:42

Re: smart "german" quotes

Take a look in the TextMate manual under chapter 15 Preference Items. 15.4 Paired Characters, looks like it might be what you want.

    Elio Grieco


On Jan 2, 2007, at 7:07 AM, Christoph Biela wrote:

Hi,

is there a possibility to change or turn of the smart quote function of textmate?
Since I need to write some german TeXt i would like to have the „German Anführungszeichen“ instead of “English quotes”.
Having a mac gives me the great advantage of typing those quotes but TextMate does to much here and generates „“” which 
is a bit annoying.

Any suggestions?

Thanks
Christoph


Kevin Ballard | 2 Jan 2007 23:04
Gravatar

Re: (no subject)

Regexes are matched on a per-line basis. IIRC, each line includes the trailing newline, but it doesn't include the preceeding one.

Maybe you should try '^(?=# +)', or possibly using \A instead of ^ (I don't know what the \A vs ^ semantics are in the grammar matching).

On Dec 22, 2006, at 11:03 AM, Dr. Drang wrote:

But I can't get a foldingStopMarker that works. What I'd like to use is a blank line followed by a positive lookahead to a line that starts with a hash and a space, but


    foldingStopMarker = '^$\n(?=^# +)';


doesn't work, even though that regex works in the Find dialog box.


Are the start and stop markers restricted to single line patterns? The manual suggests that, but it isn't explicit. Does anyone have any ideas?



Attachment (smime.p7s): application/pkcs7-signature, 2432 bytes

Kevin Ballard | 2 Jan 2007 23:04
Gravatar

Re: Strange Problems with TextMate

Does anything show up in Console.app (in /Applications/Utilities) when you do this?

On Jan 2, 2007, at 1:25 PM, Christoffer Sawicki wrote:

My TextMate has been malfunctioning lately and I've been unable to repair it.

I've tried reinstallning and purging all settings I could find, but no

difference.


Here's what doesn't work:


* Creating a new file in the project drawer (nothing happens)

* All of the popup windows (for HTML validation etc) are totally blank


Any ideas on how to troubleshoot this?



Attachment (smime.p7s): application/pkcs7-signature, 2432 bytes

Christoffer Sawicki | 3 Jan 2007 00:36
Picon
Gravatar

Re: Strange Problems with TextMate

Hello Kevin!

No, nothing shows up in Console.... Thanks for the tip though.

On 1/2/07, Kevin Ballard <kevin@...> wrote:
>
> Does anything show up in Console.app (in /Applications/Utilities) when you
> do this?
>
> On Jan 2, 2007, at 1:25 PM, Christoffer Sawicki wrote:
>
>
> My TextMate has been malfunctioning lately and I've been unable to repair
> it.
>
> I've tried reinstallning and purging all settings I could find, but no
>
> difference.
>
>
>
>
> Here's what doesn't work:
>
>
>
>
> * Creating a new file in the project drawer (nothing happens)
>
> * All of the popup windows (for HTML validation etc) are totally blank
>
>
>
>
> Any ideas on how to troubleshoot this?
>
> --
> Kevin Ballard
> http://kevin.sb.org
> kevin@...
> http://www.tildesoft.com
>
>
>
> ______________________________________________________________________
> For new threads USE THIS: textmate@...
> (threading gets destroyed and the universe will collapse if you don't)
> http://lists.macromates.com/mailman/listinfo/textmate
>
>
>

--

-- 
Christoffer Sawicki
http://vemod.net/


Gmane