Modify ↓
Opened 13 months ago
Closed 13 months ago
#146 closed defect (fixed)
Autocompletion/Proposals does not work for FXML
| Reported by: | crazydoc@… | Owned by: | tom |
|---|---|---|---|
| Priority: | major | Milestone: | 0.1.0 |
| Component: | tooling-fxml | Version: | 0.0.14 |
| Keywords: | autocompletion proposal | Cc: |
Description
I've 0.14 installed in my Eclipse Indigo, With e4-M7 and xtext-2.3 installed from previos 0.13 installation.
But I do not get any proposal when editing FXML. In the status bar I only get a text like "<VBox> has no known child tags".
Attachments (0)
Change History (4)
comment:1 Changed 13 months ago by crazydoc@…
comment:2 Changed 13 months ago by tom
- Milestone set to 0.1.0
comment:3 Changed 13 months ago by tom
Thanks - I'll try to reproduce this. Is it possible that the FXML file is opened with the wrong editor? Can you try "Open With"?
comment:4 Changed 13 months ago by tom
- Resolution set to fixed
- Status changed from new to closed
Ok - think I found it. m2e is registering itself as a completion proposal provider as well and somehow I have to make such a extra configuration for FXML as well.
Note: See
TracTickets for help on using
tickets.

I've played around with uninstalling plugins from my Eclipse. The Maven Integration for Eclipse (m2e) conflicts with e(fx)clipse. And it does not matter if a project is a maven project. If m2e is installed e(fx)clipse does not work with proposals in FXML.
I also used a fresh downloaded eclipse package to verify this.