Issue Details (XML | Word | Printable)

Key: FXP-88
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Kolonitsky, Alex
Reporter: Kolonitsky, Alex
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JavaFX plug-in

Organize Import Dialog is empty for multi choose import

Created: 17/Aug/10 09:18 PM   Updated: 18/Aug/10 02:25 AM   Resolved: 17/Aug/10 09:50 PM
Component/s: Source editor
Affects Version/s: 1.3.4
Fix Version/s: 1.3.5

Time Tracking:
Not Specified


 Description  « Hide

if call Organize Import for such code

Stage {
    title: "Hello World"
    width: 250
    height: 100
    scene: Scene{
        content: [
            Text {
                x: 10, y: 30
                content: "Hello World!"
                fill: Color.GREEN
                font: Font { size: 24 }
            }
        ]
    }
}

we need chose imports for Color, Text and Font, but only first page of Organize Import Dialog isn't empty.

Hudson system user added a comment - 17/Aug/10 10:01 PM
Integrated in exadel-javafx-plugin-continuous #114 (See [http://hudson.exadel.org/hudson/job/exadel-javafx-plugin-continuous/114/])
    FXP-88 Organize Import Dialog is empty for multi choose import