[Laszlo-dev] good ActionScript 3 emacs mode?
Henry Minsky
henry.minsky at gmail.com
Wed Dec 5 14:25:43 PST 2007
It un-indents the line in a funny way when there is a var declaration
with a type field, it thinks it's a switch clause or something
private function createTextField(x:Number, y:Number,
width:Number, height:Number):TextField {
var tfield:TextField = new TextField();
tfield.x = x;
tfield.y = y;
tfield.width = width;
tfield.height = height;
tfield.border = false;
tfield.cacheAsBitmap = true;
addChild(tfield);
return tfield;
}
On Dec 5, 2007 4:42 PM, P T Withington <ptw at pobox.com> wrote:
> Javascript mode is not good enough?
>
>
>
>
> On 2007-12-05, at 15:49 EST, Henry Minsky wrote:
>
> > Does anyone know of a good actionscript 3 emacs editing mode package?
> >
> > I found one or two but had some trouble with making them work in my
> > Gnu Emacs 23
> >
> >
> >
> >
> > --
> > Henry Minsky
> > Software Architect
> > hminsky at laszlosystems.com
>
>
--
Henry Minsky
Software Architect
hminsky at laszlosystems.com
More information about the Laszlo-dev
mailing list