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:
Pavel Dolgov
2016-03-29 13:42:44 +03:00
parent 678ec7a127
commit 40d8250dbd
5 changed files with 172 additions and 114 deletions
@@ -0,0 +1,7 @@
<?import javafx.scene.control.ChoiceBox?>
<?import javafx.scene.layout.GridPane?>
<GridPane>
<ChoiceBox>
<<caret>
</ChoiceBox>
</GridPane>