
|
If you were logged in you would be able to see more operations.
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
Sort Order:
|
FXP-88 Organize Import Dialog is empty for multi choose import