Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » FXML editor doesn't complete type tags on Java 9 project
FXML editor doesn't complete type tags on Java 9 project [message #1779908] Mon, 15 January 2018 17:03 Go to next message
Hallvard Traetteberg is currently offline Hallvard TraettebergFriend
Messages: 673
Registered: July 2009
Location: Trondheim, Norway
Senior Member
When using the FXML editor on an fxml file in a Java 9 project, it doesn't propose types, e.g. when entering <Text nothing is proposed. Properties of the parent tag are proposed, so it seems to be about type info, not completion in general. My e(fx)clipse version is 3.1.0.

BTW, completion of types works in the Java editor.

I get exceptions like this in the error log, but not when asking for completion. Don't know it it's helpful

Java Model Exception: Java Model Status [Text.class [in javafx.scene.text [in <module:javafx.graphics>]] does not exist]
at org.eclipse.jdt.internal.core.JavaElement.newNotPresentException(JavaElement.java:560)
at org.eclipse.jdt.internal.codeassist.SelectionEngine.selectType(SelectionEngine.java:1540)
at org.eclipse.jdt.internal.core.NamedMember.resolveType(NamedMember.java:317)

[Updated on: Mon, 15 January 2018 17:05]

Report message to a moderator

Re: FXML editor doesn't complete type tags on Java 9 project [message #1779912 is a reply to message #1779908] Mon, 15 January 2018 18:07 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Please file a bug at github
Re: FXML editor doesn't complete type tags on Java 9 project [message #1779919 is a reply to message #1779912] Mon, 15 January 2018 19:19 Go to previous message
Hallvard Traetteberg is currently offline Hallvard TraettebergFriend
Messages: 673
Registered: July 2009
Location: Trondheim, Norway
Senior Member
https://github.com/eclipse/efxclipse-eclipse/issues/31
Previous Topic:DirectoryTreeView - where's the jar/maven?
Next Topic:DnDAddon with CleanUpAddon Destroying Part Stacks
Goto Forum:
  


Current Time: Fri Apr 26 21:49:49 GMT 2024

Powered by FUDForum. Page generated in 0.02713 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top