History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: FB-5620
Type: Minor Enhancement Minor Enhancement
Status: Closed Closed
Resolution: Fixed
Priority: C C
Assignee: Kazue Watanabe
Reporter: Hillary Tarantino
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Flash Builder / Flex Builder

[FB2.x] ECR: Ctrl+Shift+O to auto import classes like JDT

Created: 01/25/06 10:15 AM   Updated: 05/20/08 03:41 PM
Component/s: ActionScript editor
Security Level: Public (All JIRA Users )

Severity: Usability Issue
Reproducibility: Every Time
Discoverability: Medium
Found in Version: Moxie M2 (Beta 1)
Milestone: Moxie Release (Fix Before Release)
Affected OS(s): Windows - All Windows
Steps to Reproduce:
   Reproduction:
1.Create a .as as follows

package
{
    public class BetaTest extends Sprite
    {
        public function BetaTest()
        {

}
    }
}


2.Ctrl+Shift+O
3.

Actual Results:
Nothing happens

Expected Results:
we should add import flash.display.Sprite;
Workaround:
        
Language Found: English
Bugbase Id: 157704
Needs Release Note: No
Triaged: Yes
Regression: No
QA Owner: Gong
Resolved by: Mihai Corlan
Fixed Version: Gumbo I3 - Next Build
Confirmed Version: Gumbo I5 - 200309
Participants: David Zuckerman, Gong, Heidi Williams, Hillary Tarantino, JIRA Migration Admin, Kazue Watanabe and Mihai Corlan


 All   Comments      Sort Order:
JIRA Migration Admin - [05/12/07 03:09 PM - edited ]
a

JIRA Migration Admin - [05/12/07 06:02 PM ]
Move from BugDB issue number 157704

JIRA Migration Admin - [05/12/07 06:02 PM ]
Milestone ID = 1611
Milestone = Moxie M2
Build ID = 16519
Build = 1.0_build_0261_Beta1
Fix Build ID = null
Fix Build = null

David Zuckerman - [05/15/07 01:58 PM ]
So I don't have this working...it needs quickfix/compiler error support to really do this. We should push this off to a later milestone

Heidi Williams - [05/17/07 12:26 PM ]
Moving to feature complete.

Heidi Williams - [07/31/07 06:07 PM ]
Deferral candidate.

Heidi Williams - [08/01/07 01:43 PM ]
QRB deferred for Moxie.

Gong - [09/17/07 01:40 PM ]
Deferred - closing

Mihai Corlan - [03/13/08 08:31 AM ]
Miti's commit on Organize imports fixed this problem.