View unanswered posts | View active topics


Reply to topic  [ 5 posts ] 
Dot completion, identifier ending with digits 
Author Message
Member

Joined: Mon Apr 12, 2010 10:17 pm
Posts: 114
Post Dot completion, identifier ending with digits
Hi all,
Don't know whether this is small bug or feature.

r2179 breaks identifiers ending with digits.
If I comment the else block all is good again.
Needs a as3/haXe switch maybe?

I know.. I know... such identifiers are poor form... that's why I ask if it is a feature ;),
but hey... we always going to get swcs from our designers containing such things...

Example for clarity,
Code:
class Thing {
   var prop:int;
   var prop9:int;
   
   function method():void {
      var loc_3:int;
      prop.|     // ok
      prop9.|    // no completion
      loc_3.|    // no completion
   }
}


Sat Dec 24, 2011 6:15 am
Profile
Admin

Joined: Wed Aug 31, 2005 7:27 am
Posts: 10745
Location: Paris, France
Post Re: Dot completion, identifier ending with digits
That's a bug :(


Sat Dec 24, 2011 8:03 am
Profile WWW
Admin

Joined: Wed Aug 31, 2005 7:27 am
Posts: 10745
Location: Paris, France
Post Re: Dot completion, identifier ending with digits
Now fixed in SVN.


Mon Jan 02, 2012 1:35 pm
Profile WWW
Member

Joined: Mon Apr 12, 2010 10:17 pm
Posts: 114
Post Re: Dot completion, identifier ending with digits
Thanx Philippe!
Haven't tested it yet, but I trust your skills ;)


Mon Jan 09, 2012 6:47 pm
Profile
Admin

Joined: Wed Aug 31, 2005 7:27 am
Posts: 10745
Location: Paris, France
Post Re: Dot completion, identifier ending with digits
New build for testing:
http://flashdevelop.org/community/viewt ... f=9&t=3529


Wed Jan 11, 2012 7:10 pm
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 5 posts ] 

Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.