View unanswered posts | View active topics


Reply to topic  [ 2 posts ] 
FlashDevelop 2.0.0 RC2 released 
Author Message
Admin

Joined: Tue Aug 30, 2005 6:14 pm
Posts: 1745
Location: Helsinki, Finland
Post FlashDevelop 2.0.0 RC2 released
:!: This is an old version of the program, please check the releases page for the latest version.

We are getting even nearer the official 2.0.0 release so its time for the next release candidate:

* ActionScript/XML completion fixes
* Import statement auto-generation (new)
* ActionScript tree quick search (new)
* ActionScript tree display options (new)
* Improved search/replace dialogs
* Some general application fixes
* Improved colored printing

Download FlashDevelop 2 RC2 (Built from rev. 886)

BTW: Happy Easter To All!


Last edited by Mika on Thu Feb 21, 2008 4:14 pm, edited 1 time in total.



Sat Apr 15, 2006 1:03 pm
Profile E-mail WWW
Online
Admin

Joined: Wed Aug 31, 2005 7:27 am
Posts: 7470
Location: Paris, France
Post 
About the "Import statement auto-generation"

Anywhere in your code, start typing a fully-qualified class name using the code completion. The completion engine will replace it with the class name and add an import startement for this class.

Code:
// you start typing:
mx.util.Delegate.create(

// it will be replaced by:
import mx.util.Delegate;
...
Delegate.create(


You can also use wildcards.
Code:
// you start typing:
mx.util.*

// it will be replaced by:
import mx.util.*;
...
(mx.util classes completion list)


Sat Apr 15, 2006 3:54 pm
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 2 posts ] 

Who is online

Users browsing this forum: No registered users and 10 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.