Oh, blah.  Or a label.  Crud...  I'l see if anyone on es4 has something.

On 2007-12-05, at 17:25 EST, Henry Minsky wrote:

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 <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]





--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Reply via email to