Hi there, I remember seeing Growl notifications for when SWFs had
compiled from Textmate. I'm compiling using Simon Gregory's AS3
bundle fcsh compiler.
Does anybody know if this is possible to do?
Thanks,
Ali
--------------------------------------------------------------------------
Alistair Colling
Interactive Developer
FPP Brand Communications (Newcastle upon Tyne)
The Courtyard
Dinsdale Place
Sandyford
Newcastle upon Tyne NE2 1BD
Telephone: +44 (0)191 261 6662
Fax: +44 (0)191 233 2511
This transmission is confidential and intended solely for the person or organisation to whom it is addressed.
It may contain privileged and confidential information. If you are not the intended recipient, you should not
copy, distribute or take any action in reliance on it. If you have received this transmission in error, please
notify the sender at the e-mail address above.
FPP Design Limited. Reg. Office: The Courtyard, Dinsdale Place, Sandyford, Newcastle upon Tyne NE2 1BD.
Registered Number 3775564. Registered in England and Wales. Visit our website at http://www.fpp.net/
Hi all,
About a month or so ago I asked what people did about php debugging and
stuff, something I really wanted that ZDE offered (the client itself I don't
like). Several people responded and it sounded like there were a lot of
error_log'ing and stuff, but nothing on par with a real debugger.
With this in mind, I figured it was worth mentioning this project:
http://www.bluestatic.org/software/macgdbp/
It's a Cocoa based client for xdebug that code stepping and more. More info
can be found here:
http://www.tuaw.com/2008/06/16/macgdbp-kills-php-bugs-dead/
Hope this is helpful (and appropriate).
Clark Endrizzi
Hi there, I'm trying to figure out how to add breakpoints to my AS3
code. I'm compiling using Simon Gregory's Flex/AS3 bundle using the
FCSH compiler.
Also I'd like to know what's a good debugger to use that I can pause
and execute my code with. I'm on a Mac so I can't use FlashDevelop
and I'd rather not buy a license for the Flex IDE.
Thanks guys,
Alistair
--------------------------------------------------------------------------
Alistair Colling
Interactive Developer
FPP Brand Communications (Newcastle upon Tyne)
The Courtyard
Dinsdale Place
Sandyford
Newcastle upon Tyne NE2 1BD
Telephone: +44 (0)191 261 6662
Fax: +44 (0)191 233 2511
This transmission is confidential and intended solely for the person or organisation to whom it is addressed.
It may contain privileged and confidential information. If you are not the intended recipient, you should not
copy, distribute or take any action in reliance on it. If you have received this transmission in error, please
notify the sender at the e-mail address above.
FPP Design Limited. Reg. Office: The Courtyard, Dinsdale Place, Sandyford, Newcastle upon Tyne NE2 1BD.
Registered Number 3775564. Registered in England and Wales. Visit our website at http://www.fpp.net/
Hiya, I posted this before as part of another query though I don't
know if it got missed.
I'm compiling using fcsh compile from Simon Gregory's AS3 bundle
which is great but I'm not sure how to open the SWF in Flashplayer
without choosing the Build command.
I'm guessing this is pretty simple to do, any help much appreciated.
Thanks
Ali
--------------------------------------------------------------------------
Alistair Colling
Interactive Developer
FPP Brand Communications (Newcastle upon Tyne)
The Courtyard
Dinsdale Place
Sandyford
Newcastle upon Tyne NE2 1BD
Telephone: +44 (0)191 261 6662
Fax: +44 (0)191 233 2511
This transmission is confidential and intended solely for the person or organisation to whom it is addressed.
It may contain privileged and confidential information. If you are not the intended recipient, you should not
copy, distribute or take any action in reliance on it. If you have received this transmission in error, please
notify the sender at the e-mail address above.
FPP Design Limited. Reg. Office: The Courtyard, Dinsdale Place, Sandyford, Newcastle upon Tyne NE2 1BD.
Registered Number 3775564. Registered in England and Wales. Visit our website at http://www.fpp.net/
Hello, I would like to be able to target my class library so I can re-
use AS3 classes I have written. In the Flash IDE I set this in the
Preferences though I am not sure where I set this when compiling
using fcsh through the AS3 bundle. I am guessing it's in the flex-
config.xml file or maybe the project specific project-config.xml file?
Also, do I need to manually copy over classes I have used from my
library into my project folder in order to share the project with
other developers or is there an automated way of exporting the source
files in this way?
Thanks guys,
Alistair
--------------------------------------------------------------------------
Alistair Colling
Interactive Developer
FPP Brand Communications (Newcastle upon Tyne)
The Courtyard
Dinsdale Place
Sandyford
Newcastle upon Tyne NE2 1BD
Telephone: +44 (0)191 261 6662
Fax: +44 (0)191 233 2511
This transmission is confidential and intended solely for the person or organisation to whom it is addressed.
It may contain privileged and confidential information. If you are not the intended recipient, you should not
copy, distribute or take any action in reliance on it. If you have received this transmission in error, please
notify the sender at the e-mail address above.
FPP Design Limited. Reg. Office: The Courtyard, Dinsdale Place, Sandyford, Newcastle upon Tyne NE2 1BD.
Registered Number 3775564. Registered in England and Wales. Visit our website at http://www.fpp.net/
Howdy. I'm new here. So far, I really like what I see in TextMate.
In other text editors I've worked in, when you select some text and launch
the find/replace dialog, the "find" field automatically gets populated with
the selected text.
Is it possible to set TextMate behave this way?
Thanks.
I know this one can be done. I've been digging, but can't seem to figure it
out.
I'm using the bundle editor to create a bunch of snippets. Because I have
to create so many of them, I like them categorized.
I'm looking to do something similar to what I see in the CSS > Background
bundle. That is, a top-level category of snippets, plus sub-menus that
contain other snippets.
How does one go about setting this up?
Thanks.
- Scott
Embarrassingly simple question - how do I change the page set-up in
TextMate? I need to print landscape rather than portrait from an HTML
preview, and can't seem to see how to do it. Running 10.5.3.
TIA
R
--
Richard Dyce MA (Cantab.) MBCS MIET
i've been searching around, and i can't seem to figure out how to have
textmate highlight the current line of the cursor. i see the "Line
Highlight" in the preferences of the theme, but i can't seem to make
it work.
i know i'm probably missing the obvious, but how can i accomplish this?
thanks.
---
chad gulley
Hi,
The project I am currently working on requires me to write xml
configuration files for a custom application for experience sampling.
The files contain embedded python scripts, contained in the following
regions:
<script event="OnLoad">
<![CDATA[
python script
]]>
</script>
I know that TextMate is able to deal with embedded regions that have a
different language deffinition than the main file (like php and
javascript sections in HTML) so I was trying to set this up for XML so I
can have proper syntax highlighting for python. So far, though, I have
not had any luck with this. I tried adding the following in the xml
language definition, both right after the section for embedded java and,
when that didn't work, right after the section for CDATA comments, but
it doesn't seem to work:
{ name = 'source.python.embedded.xml';
begin = '<script.*?}>\s*?<!\[CDATA\[';
end = ']]>\s*?<script/>';
beginCaptures = { 0 = { name = 'punctuation.section.embedded.begin.xml'; }; };
endCaptures = { 0 = { name = 'punctuation.section.embedded.end.xml'; }; };
patterns = ( { include = 'source.python'; } );
},
This was based on the example for embedded java, but obviously I either
didn't understand what the java example does, or I didn't specify the
begin and end strings correctly. I also suspect that since there is
already a definition for CDATA comments, this needs to be in a specific
place to override that definition.
Any help with getting this to work would be greatly appreciated. The
scripts can be quite long, so having proper syntax highlighting would
make things much easier.
Thanks so much,
Pedja
--
http://www.fastmail.fm - Faster than the air-speed velocity of an
unladen european swallow