mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
Javafx: FXML tag name completion fix - don't suggest type parameter of raw collection. Cache property types when computing completion list. Test added, similar tests simplified. (IDEA-153663)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?import javafx.scene.control.ChoiceBox?>
|
||||
<?import javafx.scene.layout.GridPane?>
|
||||
<GridPane>
|
||||
<ChoiceBox>
|
||||
<<caret>
|
||||
</ChoiceBox>
|
||||
</GridPane>
|
||||
Reference in New Issue
Block a user