[Flashcoders] AS IDE for OSX

2006-03-16 Thread Nik Derewianka
Hey all,

Title pretty much says it - what are peoples using for an AS IDE on the mac
?  Flash itself is actually worse than director in this regard, SEPY is
great on PC, cant even do copy and paste on a mac and last build seems
broken, ive seen some blog posts regarding AS integration into Xcode but
they are all over a year old.

I dont want a text editor (i already have and love TextMate) but an IDE that
can organise all my files, syntax highlighting, code completion, jump to
handler definitions and compilation, version control integration would be a
bonus (pref svn).

Does such a beast exist ?

Regards,
--
:: Nik Derewianka ::
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] AS IDE for OSX

2006-03-16 Thread Aaron Smith
you can do all that with textMate.. are you not using svn with it?  
( control + Shift + A )( use you mouse to point to what youw ant to  
run SVN commands on It works great!.. and how you can write  
snippets is great also.. just write a snippet to do mtasc compiling..  
and whatever else..  code completeion however is not supported..  
there is PHP code hinting but thats it..




On Mar 16, 2006, at 11:10 AM, Nik Derewianka wrote:


Hey all,

Title pretty much says it - what are peoples using for an AS IDE on  
the mac
?  Flash itself is actually worse than director in this regard,  
SEPY is

great on PC, cant even do copy and paste on a mac and last build seems
broken, ive seen some blog posts regarding AS integration into  
Xcode but

they are all over a year old.

I dont want a text editor (i already have and love TextMate) but an  
IDE that
can organise all my files, syntax highlighting, code completion,  
jump to
handler definitions and compilation, version control integration  
would be a

bonus (pref svn).

Does such a beast exist ?

Regards,
--
:: Nik Derewianka ::
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] AS IDE for OSX

2006-03-16 Thread Sam Thorne

The XCode posts may be over a year old, but they still work pretty well.
svn included in the ide, and you can make nice project templates with  
auto filling classnames and so on.
It's what I use for development, plus Mike Chambers' publish script  
for Flash or something else to call mtasc.


http://blog.pixelconsumption.com/index.php?p=15

On 16 Mar 2006, at 19:10PM, Nik Derewianka wrote:


Hey all,

Title pretty much says it - what are peoples using for an AS IDE on  
the mac
?  Flash itself is actually worse than director in this regard,  
SEPY is

great on PC, cant even do copy and paste on a mac and last build seems
broken, ive seen some blog posts regarding AS integration into  
Xcode but

they are all over a year old.

I dont want a text editor (i already have and love TextMate) but an  
IDE that
can organise all my files, syntax highlighting, code completion,  
jump to
handler definitions and compilation, version control integration  
would be a

bonus (pref svn).

Does such a beast exist ?

Regards,
--
:: Nik Derewianka ::
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Regards,

Sam Thorne
Interaction Design

Web: http://www.native.com/
Tel: +44 (0)207 588 7970
Fax: +44 (0)207 588 7971


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] AS IDE for OSX

2006-03-16 Thread Mischa Williamson
Thanks for the heads-up on the free SDK Darron, oh, and your informative
posts about AS3 ;)

Now just got to port my AS3 code base from alpha to beta *sigh*

Incidentally, anyone had any problems with the Math parser in AS3? I ran
into some wierd issues porting Robert Penner's easing equations in the alpha
version of the compiler. I'll post code examples if anyone's interested...

On 3/16/06, Darron J. Schall [EMAIL PROTECTED] wrote:

 eric dolecki wrote:
  Isn't MTASC going to die on the vine when AS3 enters the scene?
 
  :(

 There's going to a be free Flex 2 SDK that includes the Flex framework
 and compiler, so you can use mxmlc without having to purchase
 FlexBuilder.  There won't be a need for MTASC anymore (mxmlc, despite
 the name, is an AS3 compiler as well).

 -d

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] AS IDE for OSX

2006-03-16 Thread Michael Bianco
I use Xcode with a custom debugging utility:

http://osflash.org/xcode_actionscript_integration?s=xcode
http://developer.mabwebdesign.com/xtrace.html

On 3/16/06, Mischa Williamson [EMAIL PROTECTED] wrote:
 Thanks for the heads-up on the free SDK Darron, oh, and your informative
 posts about AS3 ;)

 Now just got to port my AS3 code base from alpha to beta *sigh*

 Incidentally, anyone had any problems with the Math parser in AS3? I ran
 into some wierd issues porting Robert Penner's easing equations in the alpha
 version of the compiler. I'll post code examples if anyone's interested...

 On 3/16/06, Darron J. Schall [EMAIL PROTECTED] wrote:
 
  eric dolecki wrote:
   Isn't MTASC going to die on the vine when AS3 enters the scene?
  
   :(
 
  There's going to a be free Flex 2 SDK that includes the Flex framework
  and compiler, so you can use mxmlc without having to purchase
  FlexBuilder.  There won't be a need for MTASC anymore (mxmlc, despite
  the name, is an AS3 compiler as well).
 
  -d
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com



--
Michael Bianco
http://mabwebdesign.com/
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com