heon21st / flashdevelop

Automatically exported from code.google.com/p/flashdevelop
0 stars 1 forks source link

Code completion for top level function as3 #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create class in package

for example com.mysite.test::Clazz

2. create fast access function in top level
  package 
  {
   import com.mysite.test.Clazz;
   public function $(a:Object):Clazz { return new Clazz(a);}
  }

3. code completion doesn't appear after dot
  $(a). // no completion
  new Clazz(a). // completion exist 

Original issue reported on code.google.com by System.g...@gmail.com on 6 Jul 2011 at 4:49

GoogleCodeExporter commented 9 years ago
FlashDevelop 4.0 r1978 with patch r1981

Original comment by System.g...@gmail.com on 6 Jul 2011 at 4:55

GoogleCodeExporter commented 9 years ago
Should be fixed in newest revisions.

Original comment by philippe...@gmail.com on 12 Dec 2011 at 8:34